/* CSS Document */

body {
	margin: 0;
	background-color: #62130c;
}

#topnav {
	height: 19px;
	width: 803px;
	padding-top: 8px;
	padding-right: 44px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dfd0ce;
	background-image: url(../images/topnav_bg.gif);
	background-repeat: no-repeat;
	text-align: right;	
}

#topnav a { color: #dfd0ce; text-decoration: none;}
#topnav a:link { color: #dfd0ce; text-decoration: none;}
#topnav a:hover { color: #ffffff; text-decoration: none;}
#topnav a:visited { color: #dfd0ce; text-decoration: none;}
#topnav a:visited:hover { color: #ffffff; text-decoration: none;}


#center {
	width: 847px;
	margin: 0 auto;
	text-align: left;	
}

#logo {
	height: 70px;
	width: 847px;
	text-align: left;	
}

#indexflash {
	height: 390px;
	width: 847px;
	text-align: left;	
}

#footer {
	height: 30px;
	width: 805px;
	padding-top: 28px;
	padding-right: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f42f1f;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	text-align: right;	
}

#footer a { color: #f42f1f; text-decoration: none;}
#footer a:link { color: #f42f1f; text-decoration: none;}
#footer a:hover { color: #f42f1f; text-decoration: underline;}
#footer a:visited { color: #f42f1f; text-decoration: none;}
#footer a:visited:hover { color: #f42f1f; text-decoration: underline;}

#footer .white { color: #ffffff;}