html,body{
	margin:0;
	padding:0;
	
	}
body{
	font:arial,sans-serif;
	 background-color:#292727;
	}
p{
	margin:0 10px 10px
	}
a{
	text-decoration:none;
	color: #fff;
	padding:10px
	}
#container{
		width:792px;
		margin:0 auto
		}
#center{
	float:left;
	width:792px;
	background-image:url('../images/content.gif');
	height:370px;
}
#content{
font-size:14px;
	float:left;
	color:black;
	width:360px;
}
#content li{
	font-size:14px;
	color:#792617;
	font-weight:bold;
}
#content h2{
color:#792617;
text-align:center;
margin-top:-5px;	
}
#homecenter{
	float:left;
	width:792px;
	height:370px;
	background-image:url('../images/homeroll.gif');
}
#left{
	font-size:10px;
	margin-top:-40px;
	margin-left:70px;
	float:left;
	width:150px;
	color:black;
	}
#left p{
	margin-bottom:5px;
	color:black;
	}
#right{
	font-size:12px;
	margin-right:70px;
	margin-top:-57px;
	float:right;
	width:130px;
	color:black;
	text-align:center;
	}
#right b{
	color:#C9B02B;
}
#right a{
	color:#792617;
}
#nav{
	background-image:url('../images/nav.gif');
	height:59px;
	width:792px;
	
}
#homenav{
	background-image:url('../images/nav.gif');
	height:45px;
	width:792px;
	
}

#header{
	background-image:url('../images/header.gif');
	height:161px;
	width:792px;
	
}



div#footer{
	
	height:227px;
	background-image:url('../images/footer.gif');
	color: #000
	}
div#footer p{
	margin-top:0;
	padding:38px 10px; 
	
	}

div#footer{clear:left;width:100%; color:white;}

#left h1{
	color:white;
	
}

#nav ul{
	list-style:none;
	display:inline;
	margin-left:170px;
	margin-bottom:-10px;
}
#nav img{
	margin-top:10px;
}

#nav li{
	margin-right:-11px;
	display:inline;
	}
#homenav ul{
		list-style:none;
		display:inline;
		margin-left:170px;
		margin-bottom:-10px;
	}
#homenav img{
		margin-top:10px;
	}

#homenav li{
		margin-right:-11px;
		display:inline;
		}
#form{
	margin-left:10px;
	width:340px;
}
#form label{
	font-size:12px;
}
#form td{
	font-size:12px;
}