		body {
		
			background: #eee;
			text-align: center;
			font-family: sans-serif;
			color: #666;

		}
div.container {
			width: 780px;
			height: 100%;
			background: #fff;
			margin-left: auto;
			margin-right: auto;
			padding: 6px;
			text-align: left;
			}
			
		a {	color:#a2c058; text-decoration: none;}
		a:hover{color:#444;}
		a:visited {color:#0099CC;}
		
		

		div.header {

			width: 770px;
			margin-left: 5px;
			margin-right: 5px;
			height: 107px;
			background: #f2fbfc;
			background-image:  url(graphics/andalogo3.jpg);
			background-repeat: repeat-n;
		
		}

		div.language {

			width: 100px;
			height: auto;
			background: #fff;
			float:right;
			margin-right: 10px;;
			padding: 2px;
			text-align: right;
		}
		div.language a {
			color: #666;
			text-decoration: none;
			font-size: 9pt;
			font-family: sans-serif;
		}
				
.menu {margin-left: 5px; margin-right: 5px; margin-top: 3px; margin-bottom:3px; width:770px;}
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin: 0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:10px;
width:173px;
padding:7px 0;
color: #FFFFFF;
background:#a2c058;
text-decoration:none;
margin-right:1px;
text-align:center;
}
/* style the links hover */
.menu :hover{
color:#444;
background:#d4d8bd;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:173px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul :hover ul{
visibility:visible;
}

.yellow a, .menu.yellow :visited {
display:block;
font-size:10px;
width:247px;
padding:7px 0;
color: #FFFFFF;
background: #FFCC00 ;
text-decoration:none;
text-align:center;
margin:0;
}
.yellow :hover { color: #444; background:#a2c058; }

.menu1 {margin-left: 5px; margin-right: 5px; margin-top: 3px; margin-bottom:3px; width:770px; background:#a2c058; text-align: right;}
.yellow1 a, .menu1.yellow1 :visited {
display:block;
font-size:10px;
width:247px;
padding:7px 0;
color: #FFFFFF;
background: #FFCC00 ;
text-decoration:none;
text-align:center;
margin:0;
}
.yellow1 :hover { color: #444; background:#a2c058; }

 div.centre {width:770px; margin-left: 5px; margin-right: 5px; padding:0;}

div.content {
	position:relative;
	float:left;
	width: 500px;
	margin-top: 15px;
	margin-left: 1px;
	margin-bottom: 7px;
	margin-right: 1px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: sans-serif;
	font-size: 0.75em;
	color: #666;
	background: #fff;
	vertical-align: top;}

 div.content h2 {font-family: sans-serif; font-size: 1.1em; color: #a2c058; display:inline}
 div.content h1 {font-family: sans-serif; font-size: 0.8em; font-style:normal; display:inline;}
 div.content img {margin-right:5px;}
 div.content p {margin-bottom: 6px; margin-top:8px;}


		div.main_nav {
			width:247px;
			float: right;
			margin-left: 0;
			margin-right: 0;
			height: 100%;
		}

		.sub_menu {

			margin-right: auto;
			margin-top: 5px;
			font-size: 12px;
			width: auto;

		}

		.sub_menu div {
			background: #a2c058;
			padding: 5px;
			color: #fff;
			width: 237px;
			font-variant: small-caps;

		}
		
		.sub_menu div a {color: #666;text-decoration: none;}
		.sub_menu div a:hover {color: #FFFFFF;}
		.sub_menu a {
			color: #666;
			text-decoration: none;
			line-height: 1.1;
			display: block;
			padding: 0.2ex 0.5em 0.2ex 0.75em;

		}

		.sub_menu a:hover {color: #a2c058;}

    input {
	font-family: sans-serif;
	background: #fff;
	font-weight: normal;
	margin-left: 1px;
	height:20px;
		}		
		
		select { 
 			font-family: sans-serif;
			font-size:10px;
			color: #666;
			background: #fff;
		}


		.button {

			background: #CCCCCC;
			color: #666;
			border: 0px;
			padding: 0px;

		}
		
		
		div.resultsright {
	width: 120px;
	margin-top: 5px;
	margin-left: 5px;
	text-align: right;
		}
		.resultsright a {
		color: #a2c058;
		font-weight: bold;
		text-decoration: none;
		}
		.resultsright :hover {color: #444;}
		.resultsright :visited {color: #FFCC00;}
		
		div.resultspicture {
	width: 120px;
	margin-top: 5px;
	margin-left: 5px;
	text-align: right;
	vertical-align: middle;
	}
	div.resultsline {
	width: 420px;
	margin-top: 5px;
	margin-left: 5px;
		}
	Span.housetitle {
	font-weight: bold;
	font-size: 1.1em; 
	color: #a2c058;
		}
		Span.housetitle a {
	font-weight: bold;
	font-size: 1.1em; 
	color: #444;
		}
	Span.housetitle a:hover {color: #a2c058;}
	Span.plotsize {color: #a2c058;}
	
	input.dottedborder {
	border: 1px dotted #6699FF;
		}
	input.border {
	border: 1px solid #6699FF;
		}
	input.greyborder {
	border: 1px solid #999999;
		}
	span.warning {
	color: red;
	font-variant: small-caps;
	}
	textarea {
	border: 1px dotted #6699FF;
	}	
	span.border select{border: 1px solid #a2c058;}
	span.border input{border: 1px solid #a2c058; height: 15px;}
	
	span.ownermail a {color: #0033CC; font-weight:bold; font-size:1.1em;}
	span.ownermail a:hover {color: #CC6600; font-weight:bold; font-size:1.1em;}
	
	img.border { margin-left: 10px; margin-bottom: 10px}
	
	