	body {
		margin:0;
		padding:0;
		background-color:#A7A09A;
		color:#000;
		min-width:750px;
		text-align:center;
	}
	body p{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #1A4C19;
		text-decoration: none;
	}
	body h1{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-style: normal;
		color: #1A4C19;
		text-decoration: none;
	}
	body a {
		color: #606068;
		text-decoration: none;
}
	body a:visted {
		text-decoration: none;
	}
	body a:hover {
		text-decoration: underline;
	}
	body img{
		border:0px;
	}
	div#wrap {
		background:#ffffff;
		margin:0 auto;
		width:750px;
		border-left: 1px #000000 solid;
		border-right: 1px #000000 solid;
		border-top: 1px #000000 solid;
		border-bottom: 1px #000000 solid;
	}
	#header {
		background-color:#eeeeee;
		height: 57px;
		text-align:right;

	}
	#header h1 {
		padding:0px;
		margin:0;
	}
	#nav {
		background-image:url(images/nav-back.jpg);
		background-repeat:repeat-x;
		height: 30px;
	}
	#nav ul{
		margin:0;
		padding:0;
		text-align:left;		
	}
	#nav li{
		display:inline;
		list-style:none;
		padding: 0;
	}
	#nav li a{
		background-image:url(images/menu-bg.png);
		background-position:left;	
		height: 30px; 
    	line-height: 30px;	
		width: 94px;
		margin-right: 4px;
		text-decoration : none;
		float : left;
		text-align:center;
		vertical-align:middle;}	
	#nav img{
		border: 0;
	}
	.menutext{
		height: 30px;
		font: bold 12px tahoma, helvetica, sans-serif;
		color:#fff;		
	}	
	#main {
		background-color:#ffffff;
		float:left;
		width:750px;
		text-align: left;
	}
	#main h1, #main h2, #main p {
		padding:0 10px;
	}
	#contactdetails {
	float:left;
	width: 39%;
	}
	#contactform {
	float:left;
	width: 60%;
	border-left: 1px #eee dashed;	
	}
	.contacttext{
	float:left;
	width: 28%;
	}
	.contacttext p{
	margin: 2px;
	padding: 2px;
	}	
	.contactinputs{
	float:left;
	width: 72%;
	}
	.contactinputs input{
	margin: 2px;
	padding: 2px;
	}
	.contactinputs textarea{
	margin: 2px;
	padding: 2px;
	}					
	#footer {
		background-color:#eeeeee;
		clear:both;
		height: 20px;
		border-top: 1px #000000 solid;
	}
	#footer p {
		margin:0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		color: #000000;
		text-decoration: none;
	}
	#footer a{
		color: #000000;
		text-decoration: none;
	}
	#footer a:hover{
		color: #000000;
		text-decoration: none;
	}
	.clearboth{
		clear:both;
	}
	.spacer{
		margin: 10px;
		border-top: 1px #eee dashed;
	}	