body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #CCCCCC;
	
}


#container {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
}

#header .banner {
	height: 90px;
	width: 800px;
}

#header .nav {
	background-image: url(../../_assets/images/nav.jpg);
	height: 27px;
	width: 800px;
}
#header .photo {
	height: 225px;
	width: 800px;
}
#main .content {
	height: auto;
	width: 800px;
	background-image: url(../../_assets/images/inside.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding: 7px;
}

#main .footer {
	height: 32px;
	width: 800px;
	margin-top: 4px;
}

body {
	background-color: #FFFFFF;
}
