/* 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{
	width:780px;
	margin:0 auto;
	font:80%/110% Verdana, Helvetica, sans-serif;
	color:#fff;
	margin-top:20px;
	background:#670809;
	text-align:center;
}

a{
	color:#faf09c;
	text-decoration:none;
}


#wrap{
	width:780px;
	margin:0 auto;
	position:relative;
}

#header{
	margin-bottom:10px;
	float:left;

}

#header a{
	text-decoration:underline;
}


#main-content li{
	width:220px;
	border:solid #4e0607;
	border-width:0 1px 1px 0;
	background:#560303;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}

#bigimg li{
	width:722px;
	border:solid #4e0607;
	border-width:0 1px 1px 0;
	background:#560303;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}

#gorimg li{
	width:346px;
	border:solid #4e0607;
	border-width:0 1px 1px 0;
	background:#560303;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}

#fhgbig li{
	font-family:Verdana,Tahoma;
	font-size:10px;
	text-decoration: none; 
	width:150px;
	height:200px;
	border:solid #4e0607;
	border-width:0 1px 1px 0;
	background:#560303;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:8.5px;
}

#lnk li{
	width:722px;
	font-family:Verdana,Tahoma;
	font-size:12px;
	font-weight:bold;
	text-decoration: underline; 
	border:solid #4e0607;
	border-width:0 1px 1px 0;
	background:#560303;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}


img{
	border:1px solid #222;

}

#foot{
	width:700px;
	border:solid #4e0607;
	border-width:0 1px 1px 0;
	background:#560303;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:15px;
}