body {
	font-family: arial;
	background-color: #A8A685;
	padding: 0px;
	margin: 0px;
	min-width:600px;		/* Minimum width of layout - remove line if not required . The min-width property does not work in old versions of Internet Explorer */
	font-size: 16px;
}
a:link {
	color: #535232;
}
a:visited {
	color: #2F4623;
}
a:active {
}
a:hover { 
}

p {
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	border-style: none;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px none;
}

#header {
	width: 100%;
	height: 75px;	
	padding: 0px;
	margin: 0px;
	background-image: url('../images/bg_tc.gif'); 
	background-repeat: repeat-x;	
	clear: both;
}
#bg {
	float:left;
	width: 100%;
	background-color: #FFFFFF;
}
#bg-left {
	float:left;
	width: 100%;
	background-image: url('../images/bg_left.gif'); 
	background-repeat: repeat-y;	
	background-position: top left; 
	margin: 0px;
	padding: 0px;
}
#bg-right{
	float:left;
	width: 100%;
	background-image: url('../images/bg_right.gif'); 
	background-repeat: repeat-y;
	background-position: top right; 
	margin: 0px;
	padding: 0px;
}
#footer {
	width:100%;
	height: 13px;	
	padding: 0px;
	margin: 0px;
	background-image: url('../images/bg_bc.gif'); 
	background-repeat: repeat-x;	
	clear: both;
}

.filler {
	width: 100%;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}

/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* 2 column left menu settings */
.leftmenu {
}
.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:150px;
}
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:150px;
	padding-bottom:1em;
}
.leftmenu .col1 {
	margin:0 25px 0 150px;
	position:relative;
	right:100%;
	overflow:hidden;
}
.leftmenu .col2 {
	float:left;
	width:150px;
	position:relative;
	right:150px;
	padding-left: 12px;
}

.feature_image {
	border-color: #535232;
  	border-width: 2px;
  	border-style: solid;
}
.property_image {
	border-color: #000000;
  	border-width: 2px;
	border-style: solid;	
}

/*

#D8D6B5
#535232
#F7F7E4

#DCDCC9
#535232
#A8A685

*/

#tabs {
	font-size: 14px;
}

tr.alt td {
	background: #D8D6B5;
}

tr.over {
	/*: 11px #535232 solid; */
	/*background: #D8D6B5; */
	/*border-style: solid; */
	/*	border-width: 2px; */
	/* border-color: #D8D6B5; */
}

table.center {
	margin-left: auto; 
	margin-right: auto;
}

table.center td {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
