* { padding: 0px; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 14px;
	line-height: 18px;
// background-color: #acc2b5;
 background-color: #dde6e1;

}

p {
 padding: 10px;
}

h2 {
margin-bottom: 20px;
}

#wrapper { 
  
 width: 900px;
}

#header {
 color: #333;
 width: 900px;
 float: left;
 height: 85px;
 background: #70a1c2;
 background:url('bgheader1.jpg');
}
 
 #content { 
 float: left;
 color: #333;
 background-color: #b0d6d7;
 width: 750px;
 display: inline;
 min-height: 600px;

}



#navigation {
 float: left;
 width: 730px;
 height: 25px;
 color: #333;
 background-color: #acc2b5;
padding: 10px;
}


#leftcolumn { 
 color: #333;
 background-color: #acc2b5;
 width: 150px;
 float: left;
 min-height: 600px;
}

#footer { 
 width: 900px;
 height: 55px;
 clear: both;
 color: #333;
 background:url('bgheader1.jpg');
 
}