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



#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: 200px;
	width: 800px;
}

#header .photo2 {
	height: 200px;
	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;
}



#navlist
{
margin: 0px;


}

#navlist ul, #navlist li
{
margin: center;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: none;
line-height: 10px;
font-weight: bold;
margin: 5px 10px 5px 10px;
text-decoration: none;
color: gray;
}

#navlist a:hover { color:#000000; }
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}
