body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, Sans-serif;
font-size: 16px;
color: #006699;
background-color: #fff;
}

#header {
height: 131px;
background: #eaf5d6 url("../images/header_bg.png") repeat-y top left;
margin: 8px 0 1px 0;
position: relative;
}

#logo {
position: absolute;
top: 10px;
left: 15px;
}

#phone {
position: absolute;
right: 15px;
top: 45px;
}

#main {
position: relative;
overflow: hidden;
background-color: #fff;
}

#content_spacer {
float: left;
height: 27em;
width: 1px;
z-index: -1;
}

#content {
margin: 0 147px 0 218px;
padding: 10px 20px;
height: 100%;
}

a img {
border: 0;
}

h1,h2,h3,h4,p {
margin: 0 0 .5em 0;
padding: 0;
}

h1 {
font-size: 140%;
}

#menu {
padding: 0;
font-size: 20px;
}

#menu a {
color: #284409;
text-decoration: none;
display: block;
padding: 5px 0 5px 8px;
margin: 5px 10px 0 0;
}

#menu a:hover {
background-color: #d2e8b5;
}

#menu a.selected {
padding-bottom: 2px;
border-bottom: 3px solid #d2e8b5;
}

#submenu {
padding: 0;
}

#submenu a {
text-decoration: none;
display: block;
padding: 8px 0 2px 10px;
color: #006699;
}

#sidebar1 {
position: absolute;
left: 0;
top: 0;
width: 204px;
color: #284409;
}

#sidebar1_bg {
position: absolute;
left: 0;
top: 0;
z-index: -1;
width: 204px;
height: 100000em;
background: #ffffcc url("../images/sidebar1_bg.png") repeat-x top left;
}

#sidebardoodad_bg {
position: absolute;
left: 205px;
top: 0;
z-index: -1;
width: 14px;
height: 100000em;
background: #ffffcc url("../images/sidebardoodad_bg.png") repeat-x top left;
}

#sidebar2 {
position: absolute;
right: 0;
top: 0;
width: 147px;
color: #006699;
}

#sidebar2_bg {
position: absolute;
right: 0;
top: 0;
z-index: -1;
width: 147px;
height: 100000em;
background: #ffffcc url("../images/sidebar2_bg.png") repeat-x top left;
}

ul.menu {
list-style-type: none;
margin: 0;
padding: 0;
}

ul.menu li {
margin: 0;
padding: 0;
display: inline;
}

#header_doodads {
background-color: #9d9ccc;
position: absolute;
left: 0;
top: 0;
width: 100%;
line-height: 1px;
height: 7px;
overflow: hidden;
}

#header_doodads div {
line-height: 1px;
height: 7px;
}

#header_doodad_1 {
position: absolute;
left: 0;
top: 0;
width: 204px;
background-color: #99cc66;
border-right: 1px solid #fff;
}

#header_doodad_2 {
position: absolute;
right: 0;
top: 0;
width: 147px;
background-color: #99ccff;
border-left: 1px solid #fff;
}

#footer {
color: #006699;
text-align: center;
padding: 10px 0;
clear: both;
position: relative;
}

#footer a {
color: #006699;
}
