@charset "UTF-8";

body {
	background-color: #FFF;
	background-image: url(../images/gui/background_to_home.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#banner {
	display: block;
	float: left;
	position: relative;
	top: -67px;
	z-index: 0;
	height: 284px;
	width: 770px;
}
.hompage_contentbox {
	min-height: 180px;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	border-left-color: #CFCFCF;
}
#homepage_content {
	display: block;
	float: left;
	width: 480px;
}
#news_box {
	display: block;
	float: right;
	width: 230px;
}

