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

html, body{
	height: 100%;
}
body{
	margin: 0;
	background-color:#767b03;
	background-image:url(images/interface/mainbg.png);
	font-size: small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4B2525;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	min-height: 100%;
	overflow: hidden;
	background-image:url(images/interface/sidebg.png);
	/*background-image:url(images/interface/wrapper_bg.png);*/

}

* html #wrapper {
	height: 100%;
	overflow: visible;

}

#inner_wrapper{
	width: 748px;
	margin: 0 auto;
	height: 100%;
}

#header_wrapper{
	width: 748px;
	height: 171px;
	background-image:url(images/interface/headbg.png);
}

#header{
	width: 748px;
	height: 150px;
}

#head_logo{
	width: 240px;
	height: 150px;
	background-image:url(images/interface/logo.png);
	float:left;
}

#head_buttons{
	width: 508px;
	height: 150px;
	float: right;
}

#buttons_top{
	width: 508px;
	height: 72px;
	background-image:url(images/interface/noplace.png);
	background-repeat:no-repeat;
}

#buttons_bottom{
	width: 508px;
	height: 78px;
}

#top_menu{
	width: 748px;
	height: 160px;
}


#content{
	float: left;
	width: 532px;
}

#content_guesthouse {
	float: left;
	width: 488px;
	}

#sidebar{
	margin-top: 20px;
	float: right;
	width: 216px;
	background-image:url(images/interface/sidebarbg.png);
}
#sidebar_guesthouse{
	margin-top: 20px;
	float: right;
	width: 260px;
	background-image:url(images/interface/sidebarbg2.png);
}

.sidebar_text{
	padding: 0 20px 0 20px;
	font-size: small;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.sidebar_seperator{
	background-image:url(images/interface/sidebar_seperator.png);
	background-repeat:no-repeat;
	width: 216px;
	height: 7px;
	margin: 10px 0;
}
.sidebar_seperator_guesthouse{
	background-image:url(images/interface/sidebar_seperator2.png);
	background-repeat:no-repeat;
	width: 260px;
	height: 7px;
	margin: 10px 0;
}
#copy{
	height: 500px;
	width: 532px;
	font-size: small;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/interface/copyback.png);
	background-repeat:no-repeat;
}
