/* start css */
#container{
	background-color:#fff;
	width:960px;
	position:absolute;
	top:0px;
	left:10px;
}

#wrapper{
	width:941px;
	margin:0px 10px;
	padding:0px;

}

#header{
	background:transparent url(../images/header-background.png) repeat-x;
	height:53px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	width:945px;
}
* html #header{
	margin-bottom:0px;
}

#nav{
	margin-top:0px;
	height:23px;
}

#subnav{
	margin-top:0px;
	margin-bottom:10px;
}

#left-col,
#right-col{
	width:185px;
	text-align:left;
	float:left;
	clear:both;
}
/* hacked left col */
#left-col{
	width: 165px;
	overflow:hidden;
}
#right-col{
	clear:none;
}
#content{
	text-align:left;
	float:left;
	padding:0px 0px;
	margin:0px 20px;
	width:550px;
	min-height:400px;
}


#footer{
	clear:both;
	margin-bottom:40px;
	text-align:center;
	margin:0px 0px;
}

#footer-misc{
	height:20px;
	padding-top:40px;
	padding-bottom:10px;
}

#footer-nav{
	border:1px solid #cacaca;
	margin-top:5px;
	margin-bottom:30px;
	padding-bottom:10px;
	clear:both;
	height:40px;
}

#skyscraper-ad{
	position:absolute;
	left:980px;
	top:73px;
}

* html #skyscraper-ad{
	left:990px;
}