@charset "utf-8";

body  {
	font: .8em Tahoma, Verdana, Arial;
	background: #010101;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#FFFFFF
}
h1,h2,h3,h4,h5,h6,form,div{ margin:0; padding:0;}

#main_container {
	position:relative;
	margin:0 auto;
	min-height:800px;
	width:1000px;
	height: auto ;
	z-index:1;
	/*border:#FFF dashed 1px;*/
}
#header_container {
	position:absolute;
	left:0px;
	width:1000px;
	height:50px;
	z-index:5;
}
#twitter_container {
	position:absolute;
	width:200px;
	height:115px;
	z-index:10;
	left:-25px;
}
#facebook_container {
	position:absolute;
	width:156px;
	height:56px;
	z-index:15;
	right:-45px;
}
#news_ticker_container {
	position:absolute;
	width:1000px;
	height:115px;
	z-index:20;
	left: 0px;
	top: 55px;
}
#top_text{ position:absolute; top:10px; left:170px; font-size:1.3em; text-align:center;}
#top_text a, #top_text a:visited{ color:#e5332c; padding-top:15px; font-weight:bold; margin-bottom:5px; }

#news_box_container{
	position: absolute;
	top:70px;
	left:100px;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.8em;
	color:#e5332c;
	text-align:left;
	border-top:1px solid #e5332c;
	border-bottom:1px solid #e5332c;
	width:800px;
	margin:0 auto;
	/*margin-top:50px;*/
	padding:0;
	z-index:25;
}
#news_box_container #news_title{ float:left; margin-right:10px;}
#news_box_container #news_box{float:left;}
#news_box_container #news_box a{font-size:0.8em; font-weight:bold; text-decoration:none;}

#badge_btns_container {
	position:absolute;
	top:64px;
	left:0px;
	width:1000px;
	height:115px;
	z-index:40;
}

#badge_btns_container #left_badge{position: absolute; z-index:41; top:10px;  left:-130px;}
#badge_btns_container #right_badge{ position: absolute; z-index:42; top:0px; right:-40px;}

#flash_container_home {
	float:left;
	margin:195px 0 0 0;
	width:1000px;
	height:600px;
	z-index:29;
	
}
#footer_container_home {
	position:relative;
	top:-50px;
	
	width:980px;
	height:24px
	z-index:35;
	border-top:1px solid #e5332c;
	border-bottom:1px solid #e5332c;
	text-align:center;
	padding:10px;
}
#footer_container_home a{text-decoration:none; color:#FFF;}

#footer_container_home .footer_left_home { float:left; width:200px; padding-top:5px;}
#footer_container_home .footer_centre_home{ float:left; width:635px; padding-top:5px; }
#footer_container_home .footer_right_home { float:right; width:120px; }








