body {
background-image: url(../images/bg.png);
background-repeat: repeat-x;
font-family: arial;
font-size: 10pt;
margin: 0px;
}

h1,h2,h3 {
color: #008d3c;
}

p {
color: #333333;
}

#banner {
float: left;
height: 300px;
margin-bottom: 20px;
width:690px;
}

#content-bottom {
border-top: 5px solid #088d3c;
clear: both;
margin-left: auto;
margin-right: auto;
min-height: 200px;
width: 900px;
}

#content-left {
float: left;
width: 590px;
}

#content-right {
float: left;
font-size: 10pt;
margin-bottom: 20px;
margin-left: 20px;
margin-top: 20px;
width:290px;
}

#content-top {
margin-left: auto;
margin-right: auto;
width: 900px;
}

#content-wrapper {
background-image: url(../images/bg-content.png);
background-repeat: repeat-y;
height: 975px;
width: 100%;
}

#footer {
background-image: url(../images/bg-footer.png);
clear: both;
height: 75px;
padding-top: 10px;
text-align: center;
width: 100%;
}

#header {
background-image: url(../images/bg-content.png);
height: 130px;
padding-left: 50px;
padding-right: 50px;
width: 900px;
}

#menu {
float: left;
font-size: 10pt;
margin-bottom: 20px;
margin-left: 40px;
width:170px;
}

#menu a {
color: #333333;
text-decoration: none;
}

#menu a:hover {
color: #008d3c;
text-decoration: none;
}

#menu li {
border-bottom: 1px solid #cccccc;
line-height: 26px;
list-style-image: url(../images/alpha-bullet.png);
height: 26px;
}

#menu li:hover {
border-bottom: 1px solid #cccccc;
line-height: 26px;
list-style-image: url(../images/alpha-bullet-alt.png);
height: 26px;
}

#menu ul {
margin: 0px;
padding-left: 0px;
}

#wrapper {
margin-left: auto;
margin-right: auto;
width: 1000px;
}

.links-left {
border: 0px solid #000000;
float: left;
width: 290px;
}

.links-right {
border: 0px solid #000000;
float: right;
width: 290px;
}

.services-left {
float: left;
margin-right: 5px;
width: 135px;
}

.services-right {
float: right;
margin-right: 5px;
width: 135px;
}