/* CSS Document */

#outer{
	width:600px;
	margin:0;
	background-image:none;
	padding:0;
}

#bottomStripe{
	display:none;
}


#inner{
	min-height:0;
	width:600px;
	margin:0;
	border-width:2px;
}

#native{
	width:600px;
	margin:0;
}

/*--------------------------------Banner and Navigation*/

#banner{
	height:100px;
	width:600px;
	overflow:hidden;
	border-bottom:2px solid #999999;
}

#banner img{
	width:600px;
}

#nav{
	display:none;
}

/*--------------------------------------------homepage column layout*/

#leftTop{
	width:200px;
	margin-left:10px;
	color:#000000;
}

#rightTop{
	width:350px;
	float:left;
}

#bottomColumns{
	border-top:4px solid #00ACEE;
}

#leftBottom, #middleBottom{
	min-height:0;
	width:auto;
	padding-right:1em;
	border-right:none;
	float:none;
	margin-bottom:-10px;
}

#middleBottom{
	margin:0;
}

#rightBottom{
	width:auto;
	float:none;
}

/*--------------------------------------footer*/

#footer{
	display:none;
}

