@charset "UTF-8";
/* CSS Document */

/* how links look */
a:link, a:visited {
	text-decoration: none; 
	color:#ffffff;
}
a:active { 
	color: #f7c696;
}
a:hover {
	color:#85342E;
}
/* how images look */
img {
	border:none;
}
/* body of your page */
body {
	background:#000000 url(../images/bg.gif) repeat-x top; 
	text-align:center;
	font-family:Helvetica, Geneva, Arial, sans-serif;
	color: #666666;
}
/* this is how wide the page will be (if you change it, everything will get funky */
#container {
	margin: auto;
	width:1020px;
}
/*this governs the size and location of the header area*/
#header {
	width:1020px;
	height:100px;
	margin-top: -9px;
}
/* the space where the flash is */
#flashbg {
	background: url(../images/flash_main.jpg) repeat-y top;
	width:1020px;
	height:581px;
}
#flashcontainer {
	width:840px;
	margin-top: -20px;
	margin-left: 35px;
}
/* how the text in your footer is formatted */
#footer {
	width:1020px;
	font-size:11px;
	color:#666666;
}
#footer a:link, a:visited, a:active {
	text-decoration: none; 
	color:#ffffff;
}
#footer a:hover {
	color:#c22519;
}
