/* style.css
   for www.benadams.uk.com
   cnh/08.10.2006 */


body {
    background-color: #000000;
    color: #e6eae0;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Geneva,Arial,Helvetica,san-serif;
    font-size: 0.8em;
    }
	
		<STYLE>
A {color:#474747;text-decoration:none; font-weight: bold;}
A:visited {color:#5474747;text-decoration:none; font-weight: bold;}
A:active {color:#545657;text-decoration:none; font-weight: bold;}
A:hover {color:#98BB5F;text-decoration:none;  font-weight: bold;}
</STYLE>

<style type="text/css">


p {
    line-height: 1.2em;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 1.5em;
    margin-bottom: 0em;    
    }

h1 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 5px;
}

h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 5px;
}

    
div#container {
       border-style: solid;
       border-color: #aee726;
       border-width: 0px;
       width: 770px;
	   height: 679px;
       margin-top: 0px;
       margin-bottom: 0px;
       margin-left: auto;
       margin-right: auto;
       background-color: #000000;
}

div#banner {
	height: 100px;
	width: 100%;
	margin: 0px;
	border: none 0px;
	padding-bottom: 0px;
}

div#banner_under {
	height: 1px;
	width: 770px;
	border: 0px;
}


div#banner_underunder {
	height: 31px;
	width: 770px;
	border: 0px;
}

div#main {
	float: left;
	text-align: justify;
	background-image: url("" );
	background-color: #000000;
	width: 770px;
	height: 475px;
	margin-right: 0px;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	overflow: auto;
}


div#bottom {
	height: 80px;
	width: 770px;
	background-color: #000000;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

img.banner {
	height: 100px;
	width: 770px;
	border: 0px;
}

img.banner_under {
	height: 1px;
	width: 770px;
	border: 0px;
}

img.banner_underunder {
	height: 31px;
	width: 770px;
	border: 0px;
}

img.bottom {
	height: 20px;
	width: 770px;
	border: 0px;
}






/* Contact Form styles */
div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
	float: left;
	width: 200px;
	text-align: left;
	padding-left: 20px;
  } 