@charset "utf-8";
/* CSS Document */

#page {
	position:relative;
	width:775px;
}
#header {
	position:relative;
	width:auto;
	height:25px;
	overflow:hidden;
	text-align:right;
	background-image:url(../images/bg_header.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	margin-bottom:5px;
}
.col1 {
	position:relative;
	display:block;
	float:left;
	width:237px;
}
.col2 {
	position:relative;
	display:block;
	margin-left:242px;
	width:auto;
}
#banner {
	position:relative;
	width:auto;
	height:240px;
	overflow:hidden;
	margin-bottom:5px;
}
#banner .col1, #banner .col2 {
	height:240px;
}
#banner .col1 {
	/*background-image:url(../images/logo.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;*/
}
#banner .col1 h1 {
	/*position:absolute;
	left:35px;
	top:70px;*/
	color:#606163;
	font-size:160.01%;
	font-weight:normal;
}
#banner .col1 h2 {
	/*position:absolute;
	left:137px;
	top:95px;
	color:#606163;
	font-size:120%;
	font-weight:normal;*/
}
#banner .col2 {
	background-image:url(../images/banner.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#navigation {
	clear:left;
	position:relative;
	width:auto;
	height:44px;
	overflow:hidden;
	margin-bottom:5px;
}
#navigation .col1, #navigation .col2 {
	height:44px;
}
#navigation .col1 {
	background-color:#1d6cbd;
}
#spacer {
	clear:left;
	position:relative;
	width:auto;
	height:25px;
	overflow:hidden;
	background-color:#bdd142;
	margin-bottom:5px;
}
#content {
	position:relative;
	width:auto;
	overflow:hidden;
	margin-bottom:5px;
}
#content .col2 {
	padding-left:10px;
}
#footer {
	clear:left;
	position:relative;
	width:auto;
	height:25px;
	overflow:hidden;
	text-align:center;
	background-color:#bdd142;
}
