﻿#page {
	background: #ebebeb url(../images/sec_bg.jpg) 0 0 repeat-y;
	height: 230px;
}

.centered>#page {
	height: auto;
	min-height: 230px;
}

#content {
	background-color: transparent;
	background-image: none;
	height: 230px;
}

#page>#content {
	height: auto;
	min-height: 230px;
}

#main {
	float: left;
	width: 485px;
	margin: 0 5px 0 0;
}

#main .unit {
	margin-right: 0;
	border-top: none;
}

#main .unit h1 {
	margin: 0 256px 14px 0;
}

#subheader {
	background: #ebebeb url(../images/subheader_sec.jpg) 0 0 no-repeat;
	width: 485px;
	height: 200px;
	overflow: hidden;
}

#sidebar {
	float: left;
	width: 199px;
}

#sidebar .callout {
	border-top: none;
	border-bottom: solid 5px #fff;
}

#sidemenu {
	float: left;
	height: 234px;
	width: 215px;
	margin-right: 5px;
	background: transparent url(../images/secmenu_bg.jpg) 0 0 no-repeat;
	padding-left: 15px;
}

#content>#sidemenu {
	height: auto;
	min-height: 234px;
}