/* CSS Document */

#left-image{
  float: left;
  width: 301px;
  height: 218px;
}

#left-text{
  float: left;
  width: 302px;
  height: 240px;
  margin-top: 70px;
  font-family: arial;
  margin-left: 25px;
}

#left-text h2 {
	font-size: 28px;
	font-weight: bold; 
	color: #AA8261; 
	margin-top:0px; 
	height: 30px;
	line-height: 30px;
	}
	
#left-text h3{
	font-size: 14px; 
	color: #fff; 
	line-height: 14px;
}

form a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin-left: 0px;
	color: #71AE9F;
	text-decoration: none;
}
	
form a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin-left: 0px;
	color: #71AE9F;
	text-decoration: none;
}
	
form a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin-left: 0px;
	color: #FFF;
	text-decoration: none;
}

#postcode {
	height: 100px;
	width: 242px;
	background-color: #333232;
	border: none;
	padding: 5px;
	margin-top: 4px;
	font-family: arial;
	color: #CCCCCC;
}
	
	
input{ 
	background-color: #1E1E1E;
	border: none;
	color: #FFFFFF;
	font-family: arial, verdana;
	font-weight: normal;
font-size: 11px;
}


	
#left-text a{
	color: #71AE9F;
	letter-spacing: 1px;
	font-size: 11px;
	text-decoration: none;
	background-color: #1E1B1B;
	padding: 3px;
}
	
#left-text a:visited{
	color: #71AE9F;
	letter-spacing: 1px;
	font-size: 11px;
	text-decoration: none;
	background-color: #1E1B1B;
	padding: 3px;
}
	
#left-text a:hover {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	background-color: #1E1B1B;
}


