@charset "UTF-8";
/* CSS Document */


/* general styles */
body{

	background-color:#000000;
	font-family:verdana,Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 0px;
	margin:0px;
	size:12px;
	color:#666666;
	margin-top:100px;
}


h1{
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:100;
}

.herotext{
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:100;
	margin-top:-10px;
}
	
	
h2{
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:100;
}

a{
	
	color:#c20000;
	text-decoration:none;
}


a hover{
	
	color:#c20000;
	text-decoration:underline;
}

p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	}
		


img {
	
	border:#333333 4px solid;
}

img a{
	
	border:#333333 4px solid;

}

img a:hover{

	
	border:#c20000 4px solid;
}



/* framework */

#wrapper{
	
	margin:auto;
	width:990px;
	position:relative;
	
}



#content{
	
	width:990px;
	height:100%;
	float:left;
	display:block;
	
}

#imageHolder{
	width:990px;
	height:auto;
	float:left;
}

#flashHolder{
	width:auto;
	text-align:center;
}

.footer {
	width: 990px;
	text-align: center;
	margin-bottom: 30px;
}

.footer .footerLinks {
	width: 143px;
	margin: auto;
}

.footer a.lnkForum {
	float: left;
	background: url(/_img/forum_off.gif) top left no-repeat;
	width: 57px;
	height: 23px;
	display: block;
}

.footer a.lnkForum:hover {
	background: url(/_img/forum_on.gif) top left no-repeat;
}

.footer .lnkTwitter {
	float: left;
	background: url(/_img/twitter_off.gif) top left no-repeat;
	width: 72px;
	height: 23px;
	display: block;
}

.footer a.lnkTwitter:hover {
	background: url(/_img/twitter_on.gif) top left no-repeat;
}

.footer .lnkLine {
	float: left;
	background: url(/_img/lineLink.gif) top left no-repeat;
	width: 14px;
	height: 23px;
	display: block;
}

