/*------------------------------------------------------------------
Default Elements
------------------------------------------------------------------*/

body{
    background: #011128 url(/images/bg_gradient.jpg) repeat-x top;
	margin:0;
	padding:0;
	}
	
img, div, a { behavior: url(/styles/iepngfix.htc) }

/*------------------------------------------------------------------
Structure
------------------------------------------------------------------*/

div#container_bg{
	background: url(/images/bg_home.jpg) no-repeat top center;
	width: 100%;
	min-height: 500px;
	height: auto;
	text-align: left:
	_height: 500px;
	}

div#container{
	width:900px;
	margin-left: auto;
	margin-right: auto;
	}
	
div#header{
	background: url(/images/bg_header.jpg) no-repeat top center;
	width: 900px;
	height: 145px;
	float: left;
	position: relative;
	}
	
#left {
	background: #011128 url(/images/bg_home_left.jpg) no-repeat top center;
	clear:left; 
	float:left; 
	margin: 0;
	padding-top: 0;
	padding-right: 0; 
	padding-bottom: 0; 
	padding-left: 10px; 
	width:157px;
}

#right {
	background: #011128 url(/images/bg_home_right.jpg) no-repeat top center;
	float:right;
	position: relative;
	margin: 0; 
	padding: 0; 
	width:733px;
	min-height: 500px;
	height: auto;
	_height: 500px;
}


/*------------------------------------------------------------------
Page Elements
------------------------------------------------------------------*/

#logo {
	width: 422px;
	height: 97px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	}
	
#banner_ads {
	position: absolute;
	top: 20px;
	left: 425px;
	width: 468px;
	height: 80px;
	}
	
#sponsorlinks {
	position:absolute;
	right:8px;
	top: 115px;
	}
	
#homeintro {
	position:absolute;
	left:30px;
	top:90px;
	width:335px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 24px;
	}
	
#homehook {
	background: transparent url(/images/hook.png) no-repeat top center;
	position:absolute;
	top: 0px;
	left: 330px;
	z-index: 99;
	}
	
#homeright {
	position:absolute;
	left:432px;
	top:40px;
	width:260px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 24px;
	}
	
/*------------------------------------------------------------------
Footer
------------------------------------------------------------------*/
    
#footer {
    width: 900px;
    padding-top: 19px;
    margin-left: 10px;
	clear:left;
    }
    
#footer_left {
	float: left;
	text-align: left;
	padding-left: 158px;
	}
	
#footer_right {
	float: right;
	text-align: left;
	padding-right: 18px;
	}