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

body{
	background: url(../images/template/bg_main.gif) repeat-x #00a6dd;
	text-align:center;
}
	
#wrapper{
	background-color:#fff;
	width:970px;
	position:relative;
	margin:0 auto;
	text-align:left;
	}
	
#topbar{
	
	position:relative;
	text-align:right;
	height:40px;
	background: url(../images/template/topbar.gif);
	}
	
#countdown{
	text-align:center;

}
  
#header{
	position:relative;
	background:url(../images/template/header.gif) no-repeat top left;
	height:250px;
	text-align:right;
	margin:5px;
	}

#bannertop{
	position:absolute;
	top:0px;
	right:0px;
	width:234px;
	}
	
#bannerbottom{
	position:absolute;
	top:127px;
	right:0px;
	width:234px;
	}
	
#nav{
	z-index:100;
	text-align:center;
	margin:5px;
	}
	
#content{
	position:relative;
	background: url(../images/template/bg_content.gif) repeat-x;
	margin:0px 5px 5px 5px;
	}	
	
#main{
	position:relative;
	float:left;	
	width:685px;
	margin:30px 15px 30px 10px;
	}
	
#rhs{
	position:relative;
	float:left;
	width:230px;
	padding: 0 0 0 2px;
	}
	
#footer{
	clear:both;
	background: url(../images/template/bg_footer.gif) repeat-x;
	text-align:center;
	padding:10px;
	margin-bottom:15px;
	}