﻿* {
    padding: 0;
    margin: 0;
} 

body {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
padding: 20;
margin: 0;
color: #555;
line-height: 15px;
}

#wrap {
width: 810px;
margin: 20px auto;
}

#header {
background:url(images/header52b.jpg) no-repeat;
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
height: 130px;
}
#header h1 {
font-size: 35px;
font-weight: 100;
padding: 20px 0 0 10px;
text-align: left;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h2 {
font-size: 15px;
color: #eee;
padding: 4px 0 0 0px;
text-align: left;
font-weight: 100;
}

#menu {
background:  url(images/footer52.jpg) no-repeat;
height: 30px;
line-height: 30px;
padding-left: 30px;
}
#menu li {
float:left;
list-style-type:none;
}
#menu li a {
display:block;
padding:0 10px;
text-decoration:none;
color: #006600;
}
#menu li a:hover {
color:#fff;
text-decoration:none;
background: #282F35;
}

#content { 
padding: 0 20px;
background-color: #C8DE8B;
}

#left {
padding: 10px 0;
width: 520px;
float: left;
font-size: 12px;
text-align: left;
}
#left h3 { border-bottom: 1px dotted #aaa; }

#right{
padding: 0px 0;
width: 180px;
float: right;
}
#right h3 { font-size: 13px; border: none; padding: 0 0 0 10px; margin: 0; color: #006600; background: #D7E0E9 url(images/menu52.jpg) no-repeat; height: 30px; line-height: 30px; }

#footer {
font-size: 10px;
color: #006600;
text-align: center;
height: 30px;
line-height: 30px;
background: center url(images/footer52.jpg) no-repeat;
}

