

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

body {
	text-align: center;
	background-repeat: repeat-x;
	margin-top:0px;
	padding:0px;
}
	

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

#main {
	
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 11px;
	line-height: 20px;
	
}

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

.heading {
	font-size: 16px;
	font-weight: bold;
}



.footer {
	font-size: 10px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}