* {
    padding: 0;
    margin: 0;
} 

body {
background: #E2E2E2;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;
}

a {
	color: #CB9A6C;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}

#wrap {
width: 800px;
margin: 20px auto;
}

#header {
height: 249px;
background:url(images/lakewood-page_02.jpg) no-repeat;
}
#header h1 {
padding: 25px 0 0 20px;
font-size: 27px;
letter-spacing: -2px;
font-weight: 100;
}
#header h1 a {
color: #CB9A6C;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #fff;
}
#header h2 {
padding-left: 22px;
font-size: 19px;
color: #eee;
font-weight: 100;
letter-spacing: -3px;
}

#content {
background:url(images/lakewood-index_12.jpg) repeat-y;
padding: 5px 65px 5px 58px;
}
.right {
width: 680px;
padding: 0 0 0 0;
}
.right h2 { 
font-weight: 100;
padding: 10px 0 10px 0;
}
.left {
float: left;
width: 160px;
padding: 10px;
border: 1px solid #aaa;
background: #ddd;
}
.left h2 { font-size: 14px; color: #666; font-weight: 100; }
.left ul { padding: 5px 0 15px 15px; font-size: 11px; color: #255EA8; list-style-type: square;}


#bottom {
background-image:url(images/lakewood-index_14.jpg);
height: 99px;
}

#footer {
padding: 0 0 0 0;
text-align: center;
font-size: 11px;
color: #ffffff;
}
#footer a { color: #ffffff; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
 

