body {
	text-align: center;
	background-image: url(../../_assets/images/bkg.jpg);
	background-repeat: repeat-x;
	margin-top:16px;
	padding:0px;
	
}
	
#container {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
}

#header {
	height: 323px;
	width: 800px;
	
}

#header2 {
	height: 247px;
	width: 800px;
	
}

#main {
	height: auto;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 12px;
	line-height: 20px;
	background-image: url(../../_assets/images/body_bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	
}

.links {
	list-style-image: url(../../_assets/images/bullet.jpg);
	list-style-position: outside;
	list-style-type: square;
}

#footer {
	height: auto;
	width: 800px;
	background-image: url(../../_assets/images/body.jpg);
	background-repeat: repeat-x;
	
}

.sidnav {
	
	line-height: 15px;
	
	
}.links {
	font-size: 11px;
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height: 20px;
}

.links a:link {
	color: #ffffff;
	text-decoration: none;
}
.links a:visited {
	text-decoration: none;
	color: #ffffff;
}
.links a:hover {
	text-decoration: none;
	color: #0099CC;
}
.links a:active {
	text-decoration: none;
	color: #ffffff;
}

