body {
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #1B1716;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #FFFFFF;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 100px;
}
#header p {
	float: right;
	line-height: 1.6em;
	font-size: 1.5em;
	text-align: right;
}
#header strong {
	font-size: 0.8em;
	color: #999999;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#header a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#primary-nav {
	height: 25px;
}
#home .home, #about .about, #property .property, #improve .improve, #portfolio .portfolio, #contact .contact {
	text-decoration: underline;
}
#primary-nav ul {
	list-style-type: none;
	padding-left: 10px;
	display: block;
}
#primary-nav li {
	float: left;
	background-image: url(../images/navigation-divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
}
#primary-nav a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	display: block;
	padding-right: 36px;
	padding-left: 20px;
	height: 20px;
	padding-top: 5px;
	float: left;
}
#primary-nav a:hover {
	text-decoration: underline;
}
#content {
	padding-bottom: 15px;
	min-height: 300px;
	padding-top: 15px;
	display: block;
}
#content h1 {
	font-weight: normal;
	font-size: 2em;
	padding-bottom: 15px;
	padding-top: 15px;
}
#content h2 {
	font-size: 1.6em;
	font-weight: normal;
	padding-bottom: 15px;
}
#content h3 {
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 15px;
}
#content p {
	padding-bottom: 15px;
}
#content a {
	color: #FFFFFF;
}
#content a:hover {
}
#content strong {
}
#page_heading {
	display: block;
	clear: both;
}
#page_heading h1 {
	height: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#column-1 {
	float: left;
	display: block;
}
#column-2 {
	float: left;
	width: 240px;
	padding-right: 10px;
	padding-left: 15px;
	display: block;
	padding-top: 15px;
}
#column-2 a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#column-2 a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#optional_copy {
	padding-top: 45px;
	background-image: url(../images/divider.jpg);
	background-repeat: no-repeat;
	background-position: center 15px;
	padding-bottom: 30px;
	display: block;
	clear: both;
}
#optional_copy h2 {
	font-size: 1.6em;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	margin-bottom: 10px;
}
#optional_copy h2 a {
	text-decoration: none;
	color: #FFFFFF;
}
#optional_copy ul {
	padding-left: 20px;
}
#optional_copy li {
}
.copy-box {
	width: 250px;
	float: left;
	margin-left: 5px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	display: block;
}
.listleft {
	float: left;
	display: block;
	margin-right: 10px;
}
#features {
	padding-top: 45px;
	background-image: url(../images/divider.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 30px;
	display: block;
	clear: both;
}
#features h2 {
	font-size: 1.6em;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
#features h2 a {
	text-decoration: none;
	color: #FFFFFF;
}
.feature-thumb {
	border: 2px solid #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}
.feature-thumb:hover {
	border: 2px solid #FFFFFF;
}
#features p {
	font-size: 13px;
}
.feature-box {
	width: 250px;
	float: left;
	margin-left: 5px;
	background-color: #4e4e4e;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
#footer {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	min-height: 91px;
	text-align: center;
	display: block;
	margin-top: 25px;
	padding-top: 35px;
	line-height: 2em;
	padding-bottom: 20px;
}
#footer strong {
	font-weight: normal;
	color: #999999;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#footer a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#column-2 .emailsmall {
	font-size: 11px	
}
