
body {
	background-image: url(img/header_bg.jpg); 
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #2f2f2f;
	margin-top: 26px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eeeeee;
}
div#site {
	height: auto;
	width: 806px; 
	text-align: left;
	margin: 0px auto;
}
div#header {
	clear: both;
	float: left;
	height: 399;
	width: 806px;	
}

div#content {
	margin-left: 65px;
	width: 485px;
	padding-top: 0px;
	margin-top: 0px;
	float: left;
	overflow: auto;
	text-align: justify;
}

div#photos {
	padding-top: 15px;
	margin-left: 40px;
	margin-right: 36px;
	width: 160px;
	float: left;
	overflow: hidden;
}
div#photos img {
	border: 1px solid #FFF;
}

div#footer {
	clear: both;
	float: left;
	height: 131px;
	width: 806px;	
	margin-top: 30px;
	color: #999;
	font-size: 10px;
}
div#footer a {
	color: #999;
}
img {
	border: none;
}
a {
	color:#6685a5;
}