body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #202020;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #b7ffb1;
}
.oneColElsCtr #container {
	width: 970px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.line {
	height:1px;
	line-height:1px;
	border-bottom: dotted 1px #373f31;
}
a {
	color:#b7ffb1;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.header {
	background-image:url(designer_cornwall_header.png);
	width:970px;
	height:80px;
	margin: 20px 0 20px 0;
	text-indent:-5000px;
}
.contactus {
	background-image:url(contact_us.png);
	width:216px;
	height:40px;
}
.maptext {
	background-image:url(map.png);
	width:99px;
	height:33px;
}
.map {
	background-image:url(contact_us_map.png); 
	width:970px; 
	height:350px; 
	line-height:350px; 
	display:block;}
.details {
	background-image:url(details.png);
	width:132px;
	height:33px;
}
.contactform {
	background-image:url(contact_form.png);
	width:233px;
	height:33px;
}
.half {
	color:#FFFFFF;
	width: 45%;
	float:left;
	}
.half2 {
	margin-left: 20px;
	border-left: dotted 1px #373f31;
	}	
.alltitle {
	margin: 20px 0 10px 0;
	text-indent:-5000px;
}
.topmenu {
	padding-top:5px;
}
.clear {
	clear:both;
	height:20px;
	line-height:20px;
}
.clear2 {
	clear:both;
}
p {text-align:center;
	margin-left: 20px;
	color:#FFFFFF;
}
div.field {
	float:left;
	width:450px;
	height:25px;
	display:block;
}
div.field2 {
	float:left;
	width:450px;
	display:block;
}
div.field3 {
	text-align:right;
	margin-right:25px;
}
.field label {
	width:30%;
	float:left;
	display:inline;
	height:25px;
	line-height:25px;
}
.field2 label {
	width:30%;
	float:left;
	display:inline;
	height:25px;
	line-height:25px;
}
label span {
}
.field input {
	width:280px;
	border: solid 1px #b7ffb1;
	background-color:#CCCCCC;
}
.field2 textarea {
	width:276px;
	border: solid 1px #b7ffb1;
	background-color:#CCCCCC;
}