/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #999999;
}
body {
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
h1 {
	font-size:1.3em;
	color:#087647;
}
#shell {
	width:800px;
}
#logo {
	width: 655px;
	margin-left:130px;
}
#nav {
	width:125px;
	float:left;
}
#header {
	width:670px;
	height:181px;
	float:left;
}
#content {
	margin-left:130px;
	float:left;
	width: 655px;
}
.featuredpropr{
	border: 8px solid #087647;
}
.featured{
	font-size: .8em;
}
.border {
	border: 1px solid gray;
}