﻿/* CSS layout */
a {
	color: #00703C;
}
a:active {
	color: #00703C;
}
a:hover {
	color: #C4B5DF;
}
a:visited {
	color: #6B49A9;
}
blockquote {
	margin: 5px 20px 10px 20px;
	font-family: Georgia, "Times New Roman";
	font-weight: normal;
	font-size: 10pt;
	font-style: italic;
	line-height: 15pt;
	color: #00703C;
	text-align: center;
}
#top_nav {
	margin: 0px;
	padding: 0px;
	float: right;
	clear: none;
	width: 315px;
	height: 60px;
}
#masthead {
	padding: 25px 5px 0px 25px;
	margin: 0px;
	height: 150px;
	width: 425px;
	float: left;
	clear: none;
}
body {
	padding: 0px;
	margin: auto;
	width: 760px;
	position: relative;
	font-family: arial, Helvetica, sans-serif;
	font-size: 7pt;
}
#container {
	background-position: left top;
	padding: 0px;
	margin: 0px;
	width: 800px;
	background-color: #FFFFFF;
	height: 534px;
	background-image: url('../images/house-knock-out.jpg');
	background-repeat: no-repeat;
	float: left;
	clear: none;
}
#header {
	padding: 15px 0px 0px 0px;
	margin: 0px 15px 0px 5px;
	float: right;
	width: 290px;
	clear: none;
}
#right_col {
	margin: 0px;
	padding: 293px 10px 0px 10px;
	width: 200px;
	float: right;
	clear: none;
}
#page_content {
	background-position: right bottom;
	padding: 15px 0px 10px 30px;
	margin: 0px;
	float: left;
	width: 405px;
	clear: both;
	height: 300px;
	background-image: url('../images/justimg.gif');
	background-repeat: no-repeat;
}
#photo {
	float: left;
	clear: none;
	width: 105px;
	height: 150px;
}
#mainbody {
	width: 800px;
	padding: 0px;
	margin: 0px;
	float: left;
	clear: both;
}
#photo_content {
	padding: 5px 0px 10px 30px;
	margin: 0px;
	float: left;
	width: 405px;
	clear: both;
	height: 300px;
	background-repeat: no-repeat;
}
#photo_header {
	padding: 0px;
	margin: 0px 15px 0px 5px;
	float: right;
	width: 290px;
	clear: none;
}
#page_content-logofree {
	background-position: right bottom;
	padding: 15px 0px 10px 30px;
	margin: 0px;
	float: left;
	width: 405px;
	clear: both;
	height: 300px;
	background-image: none;
	background-repeat: no-repeat;
}
#footer {
	width: 760px;
	float: left;
	clear: both;
	margin-top: 5px;
}
