body {
	background-image:url(images/bg.jpg);
	background-color:#d8d8d7;
	background-repeat:repeat-x;
}


div {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	}

#header {
	width:857px;
	height:194px;
	margin-left:auto;
	margin-right:auto;


}

#nav {
	width:857px;
	height:34px;
	background-image:url(images/nav-bg.jpg);
	background-repeat:repeat-x;
	font-weight:bold;
 	font-size:14px;
	margin-left:auto;
	margin-right:auto;
}

#nav a:link{
	color:#ffffff;
	text-decoration:none;
}

#nav a:visited{
	color:#ffffff;
	text-decoration:none;
}

#nav a:hover{
	color:#000000;
	text-decoration:none;
}

#nav a:active{
	color:#ebebe9;
	text-decoration:none;
}

#nav li {
	display:block;
	float:left;
	padding-left:20px;
	list-style:none;
}


#content {
	width:817px;
	background-color:#FFFFFF;
	font-size:12px;
	color:#686868;
	postion:relative;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	height: auto;
}
	
.heading1{
	color: #941a1d;
	font-size: 16px;
	font-weight: bold;
}

#footer {
	width:857px;
	height:35px;
	margin-left:auto;
	margin-right:auto;
	background-color:#666666;
	font-size:11px;
	color:#ffffff;
}

