/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image:url(../images/dareham-layout-bg-faux.jpg);
 background-repeat:repeat-x;
}

#wrapper { 
 margin: 0 auto;
 width: 800px;
}

#logo { 
 text-align:center;
 padding:30px 0px 10px 0px;
}

#leftcolumn { 
 color: #333;
 padding: 147px 0px 15px 0px;
 margin:0px;
 width: 187px;
 float: left;
 border-bottom:#090 2px solid;
}
#content {
	text-align:center;
 float: left;
 color: #333;
 margin: 0px;
 padding: 0px;
 width: 426px;
 display: inline;
}
#rightcolumn { 
 color: #333;
 margin: 0px;
 padding: 147px 0px 15px 0px;
 width: 187px;
 float: left;
 border-bottom:#090 2px solid;
}

#leftcolumn p, #rightcolumn p{
	padding:5px 2px;
	height:450px;
	color:#999;
}

#leftcolumn p{
	text-align:left;
}

#rightcolumn p{
	text-align:right;
}

#footer { 
 width: 800px;
 clear: both;
 color:#9C3;
 margin: 10px 0px;
 padding: 0px;
 text-align:center;
 font-size:8.5px;
}
