/* CSS Document */
#header {
	height: 80px;
	padding-top: 5px;
	border-bottom: 1px solid #0D867C;
	border-right: 1px solid #0D867C;
	background: #fff;
}
#outer_wrapper {
	background: #fff url(../img/leftBackground.gif) repeat-y;
}
#wrapper {
	background: url(../img/rightBackground.gif) repeat-y right;
}

#container {
	width: 100%;
	float: left;
	margin-right: -156px;
	background: url(../img/rightBackground.gif) repeat-y right;
}
#content {
	padding-right: 156px;
	background: url(background_3.gif) repeat-y left;
}
#main {
	position: relative;
}
#mainContent {
	margin-left: 160px;
	width: 568px;
	overflow: hidden;
	min-height: 1000px;
}
#left {
	position: absolute;
	top: 0;
	width: 150px;
	overflow: hidden;
}
#sidebar {
	width: 156px;
	float: right;
	margin-left: -1px;
	margin-right: 1px;
}
#footer {
	background: #016c64;
	color: #fff;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#rightFooter {
	float: right;
}
h1 {
	margin-top: 0;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
