@import url("http://www.henryschwab.com/css/style.css");
/* ==========================================January 2009 Site Update: 2.0 Standardization - NKH========================================== */
/* ======================================================================================================================================= */
/* SITE WRAPPER (STARTS IN = HEADER.INC, ENDS IN = PAGE) */
#SITE {
	padding: 0px;
	position: relative;
	height: 100%;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	border-right: medium solid #000000;
	border-left: medium solid #000000;
}
/* TOP LAYOUT DIVIDER (CONTENT = TOP.INC) */
#TOP {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 125px;
	width: 750px;
	background-image: url(../images/header_2011_2.jpg);
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}
/* TOP NAV LAYOUT DIVIDER (CONTENT = TOPNAV.INC) */
#TOP_NAV {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 27px;
	width: 750px;
	background-color: #666666;
	vertical-align: middle;
	padding-top: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
/* SIDE NAV LAYOUT DIVIDER (CONTENT = NAV.INC) */
#SIDE_NAV {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 125px;
	background-color: #000000;
	vertical-align: top;
	float: left;
}
/* MAIN LAYOUT DIVIDER (CONTENT = PAGE) */
#MAIN {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 625px;
	float: right;
	background-color: #FFFFFF;
}
/* BOTTOM LAYOUT DIVIDER (CONTENT = BOTTOM.INC) */
#BOTTOM {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 75px;
	width: 750px;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
/* ======================================================================================================================================= */
/* ======================================================================================================================================= */

