/* CSS Document */
#outer{
	width:600px;
	margin:0;
	border:1px solid #00463E;
}

#banner{
	background-color:none;
}

#nav{
	display:none;
}

#banner img{
	width:600px;
	height:80px;
}


#leftCol{
	display:none;
}

#middleCol{
	width:550px;
	float:none;
	margin-left:10px;
	color:#000000;
}

#middleCol.large{
	width:600px;
}

#rightCol{
	width:600px;
	float:none;
	margin-right:10px;
}

#topBox, #middleBox, #bottomBox{
	width:300px;
	margin:10px auto;
}

#bottomBox{
	background-color:none;
	color:#00463E;
}

#footer{
	display:none;
}
