/*   
    Author:  Noah Earle
			 http://www.mynameisearle.com
	Client:  Gasoline Magazine
	 		 http://www.gasolinemagazine.com

*/

#ad_shell{
	width:990px;
	}

#shell{
 width:815px;
 height:auto;
 float:left;
}

#container{
  position:relative;
  width:800px;
  height:800px;
  background:url(../imgs/common/main_bg.gif) top left repeat-y;
}

html>body #container{
  min-height:800px;
  height:auto;
}

#header{
  width:800px;
  height:136px;
  background:url(../imgs/common/header_bg.gif) top left no-repeat;
}

#top_ad{
  position:absolute;
  top:7px;
  left:314px;
  width:468px;
  height:60px;
  background:#000000;
  border:2px #000000 solid;
}

#navigation{
  position:absolute;
  left:74px;
  top:97px;
}

#page_content{
  position:relative;
  left:61px;  
  margin-top:40px;
  width:717px;
  padding-bottom:100px;
}

#left{
  float:left;
  width:219px;
  height:auto;
}

#right{
  float:left;
  width:487px;
  margin-left:5px;
}

.clear{
  clear:both;
  height:1px;
  width:100%;
}

.break{
  width:100%;
  height:1px;
  border-bottom: 1px solid #c9c9c9; 	
}

#stripe{
  position:relative;
  width:802px;
  background:url(../imgs/common/index_stripe.gif) top left no-repeat;
  height:9px;
}

.light_gradient{
  background:url(../imgs/common/light_gradient.jpg) top left repeat-x #efefef;
  border-top: 1px solid #acacac; 
  border-bottom: 1px solid #acacac; 	
}

.dark_gradient{
  background:url(../imgs/common/dark_gradient.jpg) top left repeat-x #e2e2e2;
  border-top: 1px solid #acacac; 
  border-bottom: 1px solid #acacac; 	
}

#footer{
  color:#FFFFFF;
  font-size:9px;
  margin:5px 0px !important;
	margin-top:0px 0px;
}

#right_ad{
	margin-top:175px;
	float:left;
}

