body {

	background-color: #8b0f11;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	font-family: verdana, tahoma, sans-serif;
	font-size: .9em;
	_font-size: .8em;
	#font-size: .8em;
	line-height: 1.2em;

}

#page {

	width: 972px;
	margin: 9px auto 10px auto;
	background-color: #fff;
	background-image: url('../images/main_bg.jpg');

}

/**********************************************************

	Header styles

**********************************************************/

#header {
	
	height: 167px;

}

#logo {

	width: 265px;
	float: left;

}

#logo img {

	display: block;
	
}

#top_nav img {

	margin-right: -5px;

}

/***********************************************************

	middle styles

************************************************************/

#left_nav {

	float: left;
	width: 240px;

}

#left_nav img {

	display: block;

}

#middle {

	height: 357px;
	background-image: url('../images/featured/featured_bg.jpg');
	background-repeat: repeat-x;

}

#featured_desc {

	width: 230px;
	background-image: url('../images/featured/bg.jpg');
	background-repeat: repeat-y;
	float: right;
	height: 340px;
	padding: 5px;
}

#featured_desc img {

	border: 1px solid black;
	margin: 7px auto 17px auto;

}

#featured_desc h1 {

	font-weight: normal;
	text-align: center;
	font-size: 1.6em;
	color: white;
	padding-bottom: .5em;
	margin-top: .5em;
	border-bottom: 1px solid #fff;

}

#featured_desc h2 {

	font-weight: normal;
	font-size: 1.6em;
	color: white;
	padding-bottom: .5em;
	padding-left: 5px;
	border-bottom: 1px solid #fff;
	margin-bottom: .5em;

}

#featured_desc p {

	color: #fff;
	padding-left: 5px;
}

.property_block {

	clear: both;
	border-bottom: 1px solid #777;
	height: 158px;

}

.property_block .left {

	float: left;
	width: 222px;

}

.property_block .right{

	margin-left: 235px;

}

.property {

	margin-bottom: 1em;

}

.property .left {

	float: left;
	width: 222px;

}

.property .right{

	margin-left: 235px;

}

.staff_block {

	width: 250px;
	height: 274px;
	float: left;
	border: 1px solid #777;
	text-align: center;
	margin-left: 10px;

}

.staff .left {

	float: left;

}

.staff .right{

	margin-left: 255px;

}

/***********************************************************

	main styles

************************************************************/

#main {

	padding: 20px;

}

#main h1 {

	color: #d2232a;
	font-weight: normal;
	font-size: 1.6em;
	padding-bottom: .5em;
	border-bottom: 1px solid black;
	margin-bottom: .5em;

}

#main p {

	margin-bottom: 1em;

}


/***********************************************************

	footer styles

************************************************************/

#footer {

	height: 31px;
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	padding: 10px;

}