@charset "utf-8";
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #b46a32;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
}

.bottom_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.bottom_links a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FEDB87;
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	color: #E35F25;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	text-align: justify;
}
#building_bg {
	background-image: url(../images/building_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #E35F25;
}
.searchbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #FF3300;
	width: 100px;
	height: 15px;
}
