@charset "utf-8";
/* CSS Document */

html,body {
	width:100%;
	height:100%;
}
body {
	min-width:996px;
	background-color:#fff;
	font: 1em/1.5em Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color: #66625f;
}
#full {
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	width: 996px;
	background-color: #f1f3e8;
}
* html #full {
	height:100%;
}
#page {
	padding: 0 0 30px 0; 
	width: 996px;
}
 
#content {
	overflow: hidden;
	padding: 20px 0 60px 0; 
}
#container2 {
	width: 100%;
	float: right;
	margin-left: -205px;
}
#main_content {
	margin-left: 205px;
	padding-right: 20px; 
}

.clearing {
	height: 0;
	clear: both;
}

/* Header */

#header {
	height: 340px;
	background:url(/images/bp/bg-head-big1.jpg);
	-moz-background-size:100%; /* Firefox 3.6 */
	background-size:100%;
	background-repeat:no-repeat;
	padding-bottom: 20px;
	background-position: 0% 100%;
	position: relative;
	padding-bottom: 20px;
}


/* Middle */



/* Leftcol */

#leftcol {
	width: 200px;
	float: left;
	font-size: 0.8em;
}

/* Rightcol */

#rightcol {
	width: 170px;
	float: right;
	font-size: 0.8em;
}

/* Footer */

#footer {
	position: absolute;
	bottom: 0;
	height: 55px;
	width: 100%;
	border-top: 1px solid #fff;
	font-size: 0.8em;
	text-align: center;
}