/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	background-color: #657b88;
	background-image: url(images/background_bar.png);
	background-repeat: repeat-x;
	background-position: top;
}
form {
	margin: 0px;
	padding: 0px;
}




div#container {
	position:relative; /* center, not in IE5 */
	width:960px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}


div#header {
	margin: 0px;
	padding: 0em;
	height: 340px;
	overflow: hidden;
}

div#content {
	margin: 0px;
	width: 940px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 180px;
	padding-left: 20px;
}
div#sidebar {
	padding: 0px;
	width: 220px;
	display: block;
	float: left;
	overflow: hidden;
	text-align: left;
	margin: 0px;
}
div#maincolumn {
	padding: 0px;
	width: 685px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
}

.Clear {
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 10px;
	overflow: hidden;
}

div#footer {
	position:absolute;
	width:960px;
	height: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	bottom: 0;
	background-repeat: no-repeat;
	background-image: url(images/footer.gif);
	background-position: 20px 10px;
}
div#bar {
	position: relative;
	width: 100%;
	height: 30px;
	overflow: hidden;
	background-color: #B3C550;
	margin-top: -30px;
}
div#bar_content  {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	color: #03313f;
	text-indent: 20px;
}
div#bar_address {
	width: 600px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	color: #03313f;
	text-indent: 20px;
	float: left;
}

div#bar_credit {
	width: 200px;
	height: 30px;
	font-size: 10px;
	line-height: 30px;
	color: #03313f;
	text-indent: 20;
	float: right;
	text-align: right;
	margin-right: 20px;
}
div#bar_credit a {
	color: #E8F0C3;
	text-decoration: none;
}

