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

/* how self-links look */
.self {
	color:#c22519;
}
/* 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: #ffffff;
}
/* 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 big images are */
#imagebg {
	background: url(../images/flash_main.jpg) repeat-y top;
	width:1020px;
	height:574px;
}
#imagecontainer {
	background:#000000;
	width:953px;
	height:572px;
	margin-top: -10px;
	margin-left: 35px;
}
#iframe {
	width:960px;
	margin-top: 8px;
	margin-left: -3px;
}
#links {
	width:960px;
	margin-top: 0px;
	margin-left: 1px;
}
#navigation {
	width:960px;
	text-align: center;
	font-size:12px;
	padding-top:5px;
}
/* how navigation links look*/
#navigation a:link, a:visited, a:active {
	text-decoration: none; 
	color:#ffffff;
}
#navigation a:hover {
	color:#c22519;
}	
/* how the text in your footer is formatted */
#footer {
	width:1020px;
	font-size:11px;
	margin-top:5px;
	color:#666666;
}
#footer a:link, a:visited, a:active {
	text-decoration: none;
	color:#ffffff;
}
#footer a:hover{
	color:#c22519;
}