/* Photo gallery template ||| Joshuaink.com ||| March 2005 ||| Free to use but this credit must remain in place */

*{
	margin:0;
	padding:0;
	font-size:100%;

}

body{
	font:80%/110% Verdana, Helvetica, sans-serif;
	color:#666;
	margin-top:20px;
	background:#F6F5F0;
	text-align:center;
}

a{
	color:#666;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color:#333;
}


h2{
	color:#999;
}


#header{
	margin-bottom:20px;
}

#header a{
	text-decoration:underline;
}


.previous{
	text-align:left;
}

.next{
	text-align:right;
}

.fullplate-navigation{
	list-style:none;
	margin:5px 0 0 45px;
	margin:0 auto;
	width:750px;

}

.fullplate-navigation li{
	display:block;
	float:left;
	width:250px;
		
}
.fullplate-navigation li a{
	display:block;
	width:250px;
	padding:10px;
}

.fullplate-navigation li a:hover{
	color:#333;
}

#fullplate-photo{
	border:solid #EEE;
	border-width:0 1px 1px 0;
	background:#FFF;
	padding:5px 15px 15px 15px;
	margin:0 auto;
	width:750px;
}

#ads {float:left;}
#image {float:right;}
#details {padding-top:10px;}

h2 {margin-bottom:10px;}

ul#piclist {
	margin-top:30px;
	padding-left:100px;
	text-align:left;
	list-style: none;
}

ul#piclist li {
	padding-left:25px;
	padding-top:20px;
	margin:0px;
}	

ul#piclist ol {
	list-style: none;
	font-weight: normal;
	padding:3px;

