@charset "utf-8"; 
/*
Copyright (c) 2008, mh web solutions
Created by Markus Hausammann
*/

/* main layout positions */


html, body
{
	height:100%;
}

/*IE6 hack */
* html #page {
height: 100%;
}
#page_wrapper {
	position:relative;
	text-align: left;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -22px;
	width: 885px;
	background-image: url('../img/faux-column.gif');
	background-repeat: repeat-y;
	color: #333;
	font-size: 0.688em;
} 
#header_wrapper {
	position:relative;
	height: 134px;
	background-color: #FFFFFF;
	margin: 0 auto;
}
#header_margin_col1 {
	 display: inline;
	 position: relative;
	 height: 134px;
	 float:left;
	 width: 214px;
}
#header_col1 {
	
}

#header_margin_col2 {
	display: inline;
	position: relative;
	float:left;
	height:104px;
	width:300px;
	margin-top: 20px;
	margin-bottom: 10px;
	
}
#header_col2 {
	height: 104px;
	overflow: hidden;
	padding-left: 22px;
}
#header_margin_col3 {
	display: inline;
	position:relative;
	float: right;
	height: 82px;
	width: 300px;
	
}
#header_col3 {
	height: 62px;
	text-align: right;
}
#content_wrapper {
	margin: 0 auto;
	overflow: auto;
	border-top: solid 1px #b0b0b0;
	
}
#content_margin_col1 {
	position: relative;
	float: left;
	width: 213px;
	display:inline;
}
#content_col1 {
	padding: 0 20px 20px 20px;
}
#content_margin_col2 {
	position: relative;
	float: right;
	width: 670px;
	display: inline;
}
#content_col2 {
	padding: 20px;
}
#footer_wrapper {
	position:relative;
    height: 22px;
	background-color: #FFF;
	width: 885px;
	margin: 0 auto;
}
#footer_margin_col1 {
	height: 21px;
	border-top: #b0b0b0 solid 1px;
}
#footer_col1 {
	color: #333;
	font-size: 0.6em;
	text-align: right;
}
.push {
	height: 22px;
}
