@charset "utf-8";
/* CSS Document */
#wrapper{
	position:relative;width:1024px; margin:0 auto; text-align:left;
}
#container{
	position:relative;
	z-index:3;
}
#bg_gradient{
	background-image:url(../images/background_gradient_slice.png);
	background-repeat:repeat-x;
	left:0;
	top:0;
	text-align:center;
	width:1024px;
	height:837px;
	position:absolute;
	z-index:1;
}
#header_bg {
	background-image:url(../images/header_band.png);
	left:0;
	top:0;
	width:1024px;
	height:143px;
	position:absolute;
	z-index:2;
}
.big_image_container_outty {
	background-color:#FFFFFF;
	left:55px;
	top:-17px;
	width:822px;
	height:301px;
	position:relative;
	z-index:6;
}
.big_image_container_inny {
	left:3px;
	top:3px;
	width:816px;
	height:295px;
	position:absolute;
	z-index:7;
}
#logo {
	background-image: url(../images/logo.png);
	left:15px;
	top:37px;
	width:158px;
	height:94px;
	position:absolute;
	z-index:5;
}
#content_container{
	position:absolute;
	left:45px;
	top:120px;
	z-index:3;
}
#content_top {
	background-image: url(../images/content_bg_top.png);
	left:30;
	top:0;
	width:937px;
	height:49px;
	position:relative;
	z-index:3;
}
#content_middle {
	background-image: url(../images/content_bg_middle.png);
	background-repeat: repeat-y;
	/*top:10px;*/
	width:937px;
	left:30;
	position:relative;
	z-index:3;
}
#content_bottom {
	background-image: url(../images/footer_shadowless.png);
	width:937px;
	left:30;
	height:65px;
	position:relative;
	z-index:3;
}
#navigation_top_search{
	top:5px;
	left:840px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	position:absolute;
	color:#FFFFFF;
	text-decoration:none;
	z-index:10;
}
#navigation_top{
	top:8px;
	left:660px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	position:absolute;
	color:#FFFFFF;
	text-decoration:none;
	z-index:10;
}
.navigation_top a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}
.navigation_top a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#7d642c;
	text-decoration:none;
}
.footer_location{
	top:28px;
	left:290px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	position:absolute;
	color:#eaf1c7;
	text-decoration:none;
}
.footer_location a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#eaf1c7;
	text-decoration:none;
}
.footer_location a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#7d642c;
	text-decoration:none;
}
.footer_copyright{
	top:46px;
	left:400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	position:absolute;
	color:#eaf1c7;
}
body {text-align: center; background-color:#ddd9c0; margin-top:0px;}