/* BEGINNING OF TOP SECTION */
#top {
	background-color: #000;
	height: 130px;
	margin: 0px;
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	position: relative;
	background-image: url(../images/index/top-bg.gif);
}
#logo {
	text-align: left;
	margin-top: 25px;
	margin-left: 10px;
}
#date {
	position: absolute;
	width: 250px;
	font-size: 10px;
	top: 20px;
	right: 5px;
	text-align: right;
}

/* END OF TOP SECTION */

/* ========================================================================= */

/* BEGINNING OF BOTTOM SECTION */
#bottom {
	background-repeat: no-repeat;
	height: 460px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color: #000;
}
#leftimg {
	width: 250px;
	height: 460px;
	background-image: url(../images/info/leftimg_house.jpg);
	float: left;
	margin-right: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
#inforight {
	float: right;
	margin-left: auto;
	width: 702px;
	height: 460px;
	overflow: auto;
}
#content {
	width: 600px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	font-size: 11px;
}
