
div#maincontent {
	float: left;
	clear: both;
	background-image: url(../images/bg_maincontent_home.png);
}

#sidebar {
	float: left;
	text-align: center;
	width: 150px;
	padding: 154px 0 0;
	background: url(../images/home_visual_small.jpg) transparent no-repeat left top;
}

	#sidebar p {
		margin: 0;
		padding: 52px 0;
		border-top: 1px solid #fff;
	}
	
div#content {
	width: 439px;
	padding: 0 390px 0 0;
	background: url(../images/home_visual.jpg) transparent no-repeat right top;
}

	#homeContent {
		height: 277px;
		padding: 90px 154px 20px 36px;
		background: url(../images/bg_accolade.png) transparent no-repeat 285px 21px;
	}
	
	html>body #homeContent {
		height: auto;
		min-height: 277px;
	}
	
		h1 {
			font-size: 1.5em;
			line-height: 1.1em;
			padding-bottom: 0;
		}
	
		#selectBST {
			margin-top: 27px;
			padding-top: 4px;
			border-top: 1px solid #b0e0f1;
		}
		
			#selectSchool {
				width: 170px;
				padding: 15px 0 0;
			}
			
				#selectSchool select, #selectSchool input {
					width: 170px;
				}
	
div#subcontent {
	float: left;
	clear: both;
	width: 979px;
	padding: 0;
	background: url(../images/bg_subcontent_home.jpg) #94d8eb no-repeat left bottom;
	border-top: 1px solid #fff;
}

	#homeSubcontent {
		width: 793px;
		height: 86px;
		padding: 20px 0 20px 186px;
		background: url(../images/bg_subcontent_home_arrow.png) transparent no-repeat 23px 12px;
	}
	
	html>body #homeSubcontent {
		height: auto;
		min-height: 86px;
	}
	
		#homeSubcontent .odd, #homeSubcontent .even {
			float: left;
			width: 390px;
		}
		
		#homeSubcontent .odd {
			padding-right: 13px;	
		}
	
			div#subcontent h2 {
				padding: 0 32px 0.85em 0;
			}
		
			div#subcontent .item {
				float: left;
				clear: none;
				width: 358px;
				padding: 0 32px 16px 0;
				border-style: none;
			}
		
