body {
    margin:0px;
    padding:0px;
    line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    background: #5ed0ec url('../images/bg.jpg') repeat-x;
    color: #333333;
}

#wrapper {
  width:960px;
  margin: 0px auto;
  padding-bottom:30px;
}

#header {
  margin-top:0px;
}

#main {
  padding-top: 0px;
  border:1px solid white;
  background: #F9F9F9 url('../images/main_bg.jpg') center top repeat-x;
  overflow:auto;
}

#content {
  padding: 0px 50px 20px 50px;
  margin-top:0px;
  background: #F9F9F9 url('../images/main_bg2.jpg') center bottom repeat-x;
}

#footer {
  margin-top:0px;
  background: url('../images/footer_bg.png') center bottom repeat-x;
  height:80px;
  overflow:auto;
  color:white;
  text-align:center;
  font-size:10px;
  line-height:20px;
}

#footer p {
  color:white; 
  font-size:10px; 
  font-weight:bold;
  
}

#footer .copyright { 
  width:250px; 
  float:right; 
  height:40px; 
  line-height:40px; 
  border-left:1px solid #dedfdf;
  margin-top:20px; 
  padding-left:15px;
}

#footer .copyright p { 
  margin:0px;
}

#footer .footer-links { 
  margin:auto;
}

#footer .footer-links ul {
  list-style-type:none; 
  margin:0px; 
  font-size:13px;
  font-family:tahoma; 
  padding-left:30px; 
}

#footer .footer-links ul li { 
  float:left; 
  line-height:80px; 
  margin:0px;
  padding:0px 10px;
}

#footer .footer-links ul li a { 
  color:white; 
  text-decoration:none;
}

#footer .footer-links ul li a:hover { 
  color:white;
  text-decoration:underline;
}

#header-content { 
  border-left:0px solid white;
  border-right:0px solid white;
  text-align:center;
  margin:0px 0px;
  background: url('../images/header.png') no-repeat;
  height:15px;
}

#header-content img { 
  margin-top:0px;
}

#menu { 
  border-left:0px solid #999999;
  border-right:0px solid #999999;
  background: url('../images/menu_bg.png') center bottom repeat-x;
  height:40px;
  overflow:hidden;
}

#menu ul {
  list-style-type:none; 
  margin:0px;
   padding-left:30px;
}
 
#menu ul li { 
  float:left; 
  line-height:40px;
   margin:0px;
}
 
#menu ul li a { 
  color:#DDDDDD; 
  display:block; 
  text-decoration:none;
  padding:0px 20px;
}

#menu ul li a:hover, #menu ul li a.active { 
  background: #2d3035 url('../images/menu_bga.jpg') center bottom repeat-x;
  color:white;
}

a {
  color:#006A83; 
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

h1 {
  color:#16181A;
  font-size:30px;
  margin:20px 0px;
}

h2 {
  color: #333333;
  font-size:22px;
}

.section {
  background-color: #F3F3F3;
  padding:10px 20px;
  border:1px solid #CBD1D2;
  margin:0px 20px 20px 20px;
  color:#23262A;
  clear:both;
}

#content .right { 
  float:right; 
  margin:0px 0px 10px 20px;
}
