body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.jpg);
}
#Container {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/bodybg.jpg);
}
#Header	{
	width:768px;
	height:186px;
}
#NavMenu {
	width:189px;
	float:left;
}
.NavLink {
	width:189px;
	float:left;
}
#MainBody {
	margin-left:189px;
	background-color:#FFFFFF;
	width:540px;
	/*border:1px solid #000000;*/
}
.title {
	height:30px;
	width:355px;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/titl.jpg);
	padding-left:180px;
	color: #006600;
}
#Footer	{
	width:768px;
	float:left;
	background: url(../images/bodybg.jpg);
	font-size:10px;
}
a.mainmenu:link, a.mainmenu:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/menuoff.gif);
	background-repeat: no-repeat;
	height: 29px;
	display: block;
	padding-top:4px;
	padding-left: 15px;
}
a.mainmenu:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/menuon.gif);
	background-repeat: no-repeat;
	height: 29px;
	display: block;
	padding-top: 4px;
	padding-left: 30px;
}
a:link, a:visited  {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #006600;text-decoration: none;font-weight: bold;}
a:hover {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color:#006600;text-decoration: underline;font-weight: bold;}

.foot:link, .foot:visited  {font-family: Arial, Helvetica, sans-serif;font-size: 10px;color: #6A5A46;text-decoration: none;font-weight: bold;}
.foot:hover {font-family: Arial, Helvetica, sans-serif;font-size: 10px;color: #6A5A46;text-decoration: underline;font-weight: bold;}
h3 {
	color: #006600;
	font-size: 14px;
}
.propinfo {
	height:170px;
}
.piccy1 {
	padding: 2px;
	width: 125px;
	border: 3px solid #006600;
	float: left;
}
.piccy2 {
	padding: 2px;
	width: 125px;
	border: 3px solid #006600;
	float: right;
}
.piccy3 {
	padding: 2px;
	width: 225px;
	border: 3px solid #006600;
	float: left;
	margin-left:10px;
}
.piccy4 {
	padding: 2px;
	width: 225px;
	border: 3px solid #006600;
	float: right;
	margin-right:10px;
}
/* Search box cells */
.searchbox {
	width:490px;
	border: 3px solid #006600;
	padding: 3px;
	text-align:center;
}
.searchfield {
	width:170px;
	float:left;
	font-weight:bold;
	text-align:left;
}
.searchvalue {
	width:280px;
	float:left;
	text-align:left;
}
.rowspacer {
	width:500px;
	clear:both;
	padding-bottom:2px;
}
input, select, textarea {
	color: #006600;
}
td {
	font-size: 12px;
}
.Reduced {position:relative;border:1px solid #000000;z-index:2;background-color:#FF0000;color:#FFFFFF;text-align:center;}
/*Admin stuff */
.rowseperater {clear:both;}
.AdminTableCellName {width:100px;float:left;}
.AdminTableValueName {width:200px;float:left;}
#DivError {color:#FF0000;font-weight:bold;}