

#wrap{
	width:900px;
	margin:0 auto;
	position:relative;
}




#main-content li{
	width:200px;
	border:solid #111;
	border-width:0 1px 1px 0;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
	background-color: #111;
}

#fullplate-navigation ul {
	clear: both;
}

#fullplate-navigation ul {
	list-style:none;
	margin:5px 0 0 45px;
}

#fullplate-navigation ul li {
	display:block;
	float:left;
	width:210px;

}

#previous{
	text-align:left;
}

#next{
	text-align:right;
}


#fullplate-navigation ul li a{
	display:block;
	width:190px;
	padding:10px;
}

#fullplate-navigation ul li a:hover{
	color:#fff;
}



#fullplate-photo {
	border:solid #111;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#111;
	padding:5px 15px 15px 15px;
	margin:0 auto;
	width:600px;
}




#main-content a span {
/*\*/
	position:absolute;
	left:-9999px;

}

#main-content a:hover span {
	top:10px;
	left:10px;
	width:202px;
	font-weight: normal;
	background:#111;
	color:#fff;
	padding:5px 0 5px 0;
	border:1px solid #111;
	border-width:0 0 10px 0;
	filter: alpha(opacity=100);
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
}

#main-content { width:800px;}




/******************************************************************************/
/* Added by Darrell Dudics */
/******************************************************************************/
#comments {
	clear: both;
	margin-top: 5em;
}

#commentControl p {
	display: inline;
}

#commentForm, #commentList, #foot {
	margin-top: 15px;
}

#commentForm form {
	width: 350px;
	margin: 0 auto;
	padding: 5px;
}

div.row {
  clear:both;
}

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
}

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
}

div.spacer {
	clear:both;
}

#main-content a:hover {
	white-space: normal;
}

#main-content a:hover span{
	display: block;
}
