* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
	background: #b3d94d url(/images/bg.gif) repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#top-spacer{
	background-color: #73d0f6;
	height:50px;
	width: 100%;
}

#content { 
 width: 900px;
 color: #524c4c;
 margin: 0px 0px 10px 0px;
 padding: 20px 10px 10px 0px;
 height: 300px;
 float: left;
/*  background: transparent url(/images/logo.png) no-repeat left top; */
 overflow: auto;
}

#logo{
margin: 100px 0px 20px 0px;
height: 80px;
z-index: 5px;
}

#sign{
position: absolute;
bottom: 0px;
right: 100px;
z-index: 5px;
}

#content h1{
 font-weight: bold;
 font-size: 18px;
 margin-bottom: 15px;

}

#content h2{
 font-weight: bold;
 font-size: 14px;
 margin-bottom: 15px;

}

#content p{
margin-bottom: 10px;
line-height: 16px;
}

#content a{
color: #524c4c;
font-weight: bold;
text-decoration: none;
}
#content a:hover{
color: #524c4c;
font-weight: bold;
text-decoration: underline;
}

#content ul li{
line-height: 16px;
list-style: disc;
}


.left-side { 
 width: 400px;
 height: 300px;
 position: relative;
 float: left;
 padding-right: 50px;
}

.right-side { 
 width: 430px;
 float: left;
}

.full-width { 
 width: 860px;
 float: left;
}

#grass{
position: absolute;
top:500px;
left: 0px;
height: 47px;
width: 100%;
background: transparent url(/images/grass.png) repeat-x;

}


#nav{
	position: absolute;
	top: 560px;
}

#nav ul{
padding: 3px 0px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
color:#ffffff;

}

#nav li{
display: inline;
margin: 0;
color:#ffffff;
}

#nav li a{
text-decoration: none;
padding: 5px 64px 5px 0px;
margin-right: 5px;
color:#ffffff;
}

#nav li a:hover{
text-decoration: underline;
}

.text-field{
background-color: #fff;
padding: 3px;
width: 200px;
height: 16px;
color: #000;
border: 1px solid #fff;
font-size: 12px;

}

select{
color: #524c4c;
font-size: 12px;

}

.select-field{
background-color: #fff;
padding: 3px;
width: 200px;
height: 18px;
color: #000;

}

.text-field-postcode{
background-color: #fff;
border: 1px solid #fff;
padding: 3px;
width: 85px;
height: 16px;
color: #000;

}

.text-field-submit{
 background: transparent url(/images/submit.png) no-repeat top left;
 width: 109px;
 height: 23px;
 border:none;
 padding: 0px;


}

.error{
	color: #ff3300;
	font-style: italic;
	
}


#subscribeForm label  { position:absolute; padding-top:3px; padding-left:5px;}	
