body {
	font-family: "Trebuchet MS", verdana, tahoma, ariel;
	background-image: url('images/theme/backgrd.jpg');
	background-repeat: repeat-y;
	background-position: center;
}

h1, h2 {
	font-size: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	color: #005154;
}
fieldset {
	padding: 10px 15px;
	font-size: 90%;
}
#bodycontainer {

	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", verdana, tahoma, ariel;

	
}
#maincontainer {
	position: relative;
	width: 778px;
	padding: 0;
	margin: auto;

}
#contentcontainer {
	position: relative;
	width: 780px;
	margin: 0;
	padding: 0;
}

#benefits {
	position: absolute;
	top: 10px;
	width: 340px;
	left: 10px;
	text-align: justify;
}
#gallery {
	position: absolute;
	left: -190px;
	text-align: center;
	width: 760px;
}
#propertyhighlight {
	position: absolute;
	top: 10px;
	width: 330px;
	left: 420px;
	text-align: justify;
}
#navcolumn {
	position: absolute;
	top: 10px;
	width: 180px;
	left: 10px;
	text-align: justify;
}
#rightcolumn {
	position: absolute;
	top: 10px;
	width: 580px;
	left: 200px;
	text-align: justify;
}

#latestlist {
	padding: 20px;
	border: 1px dashed #888;
}
form {
	padding: 10px;
	border: 1px dashed #888;
	background-color: #E6E6E6;
}
#table1 {
	font-size: 12px;
}
.copyright {
	font-size: 11px;
}
.codestyle {
	font-size: 70%;
	color: #AAA;
}
.grey_text {
	color: #888;
}
.left_align {
	text-align: left;
}
.logintext {
	margin: 20px;
	font-size: x-small;
}
.overview {
	font-size: x-small;
	color: #999;
	text-align: right;
}
.privacy {
	font-size: 10px;
	color: #800;
}
.uploaddata {
	color: #CFCFCF;
}
.salestext {
	font-size: 85%;
	color: #555;
	text-align: right;
}
.smaller {
	font-size: 75%;
}
.tablebox {
	font-size: 1em;
}
#menu { 
width: 180px; 
text-align: left; 
font-size: .9em; 
font-family: Tahoma, serif, verdana;
margin: 1px;

} 
#menu a{ 
text-decoration: none; 
background-image: url('images/theme/menu_up.gif'); 
background-repeat: no-repeat;
display: block; 
width: 180px;  
color: #061;

padding: 6px 1px 6px 30px;
} 
#menu a:hover { 
background-image: url('images/theme/menu_over.jpg'); 
background-repeat: no-repeat;
color: black; 
}