body {
	background-color: #000066;
	background-image:  url(images/bluefade.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 10px;
	padding: 0px;
}
#header {
	height: 51px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main {
	height:auto;
	padding: 0px;
	margin: 0px;
}

#left {
	float: left;
	height: 100%;
	width: 134px;
	padding: 0px;
	margin: 0px;
}
#right {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 144px;
	padding: 5px;
	height: 100% !important;
	min-height:400px;
}
/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after, #right:after {
  content: "\0020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  overflow:hidden;
}
.clearfix, #right {display: block;}


#footer {
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: right;
}
#right img {
	margin: 5px 10px 10px;
	float: right;
	background-color: #FFFFFF;
}
#footer p {
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
}
ul#leftmenu {
	list-style: none;
	margin: 0px 0px 0px 7px;
	padding: 0px;
}
ul#leftmenu li {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: auto;	
}
ul#leftmenu li a {
	display: block;
	text-decoration: none;
	background-color: #003366;
	color: #FFFFFF;
	padding: 3px;
	width: 99.9%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
}
ul#leftmenu li a:hover {
	display: block;
	text-decoration: none;
	color: #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
}
ul#submenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: auto;
}
ul#submenu li {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
ul#submenu li .small {
	font-size: xx-small;
}
ul#submenu li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px;
	background-color: #000066;
	border: 0px;
}
ul#submenu li a:hover {
	display: block;
	text-decoration: none;
	color: #CCCCCC;
	background-color: #000066;
	border: 0px;
}
h1, h2 {
	font-size: medium;
	margin: 0px;
	padding: 0px;
}
#contactForm input, #contactForm textarea, #contactForm select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#contactForm input {
	width: 160px;
}
#contactForm textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 220px;
	height: 80px;
}
#contactForm .button {
	width: auto;
	font-weight: bold;
	color: #003366;
	background-color: #CCCCCC;
}

#property {
	width: 100%;
	background-color: #FFFFFF;
	font-size: 13px;
}
.property1 {
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #000000;
	background-color: #CBDCED;
}
.propertySold {
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
}
.property2 {
	height: 100px;
}
.property2 p {
	margin: 0px;
	padding: 2px;
}
#property img {
	float: left;
	margin: 5px;
	margin-right: 10px;
	border: 1px solid #000000;
}
.property3 {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}