#header{
	display:block;
	height:82px;
	background:url(../images/header.jpg) top left no-repeat;
	border:none;
}

	#header *{
		display:none;
	}
	
#main{
	border:solid 1px #ace2e7;
	padding:25px 25px 45px 20px;
	background-color:#ffffff;
	height:436px;
}
	#main p{
		margin-bottom:15px;
	}

#subnav{
	margin-bottom:20px;
}
	#subnav a{
		background:transparent top left no-repeat;
		font-size:0;
		text-indent:-500px;
		overflow:hidden;
		display:block;
		float:left;
		margin-right:4px;
	}
	#subnav .clear{
		clear:left;
	}
	
#main .section{
	display:none;
	margin-right:300px;
	line-height:1.5em;
	color:#00385f;
}
	#main .section.selected{
		display:block;
	}

	#main .jscroll{
		height:355px;
		overflow:hidden;
		padding-right:15px;
	}