/* CSS Document */

body {
	background-color:#eaca97;
	margin:0px;
	font-size:12px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	}

a, a:link {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
}


#container {
 width:100%;

}


#top {
	background-image:url(images/bg_top.gif);
	height:54px;
	width:100%;
	

}




#topginger {
	height:54px;
	width:auto;
	background-image:url(images/logo_top.gif);
	background-repeat:no-repeat;
	padding:15px 0px 0px 550px;
	
}

#topginger a {
	color:#DDDDDD;
	text-decoration:none;


}


#topginger ul li {
	display:inline;
	color:#DDDDDD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
		
	
}

#center {
	background-color:#eaca97;
	height:auto;	
	width:100%;

}

#centerginger {
	height:1000px;
	width:302px;
	background: #9f2d20 url('images/logo_bottom.gif') no-repeat;
	float:left;
	}

#content {
	width:545px;
	height:auto;
	background-color:#FFFFFF;
	margin-left:302px;
	padding:20px;
}


#content h1 {
	background-color:#6F2918;
	height:60px;
	color:#905645;
	font-size:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:-20px;
	padding:30px 0px 0px 10px;

}


#bottom {
	background-image:url(images/bg_bottom.gif);
	height:54px;
	width:100%;
	

}
#bottomginger {
	height:54px;
	width:auto;
	padding:1px 0px 0px 550px;
	
}

#bottomginger a {
	color:#DDDDDD;
	text-decoration:none;


}


#bottomginger ul li {
	display:inline;
	color:#DDDDDD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
		
	
}

#footer {
	padding: 5px 0 0 310px;
	color: #666666;
	font-size: 10px;
}

