/* CSS Document */
body {
  margin: 0;
  padding: 0;
  background: #dddddd;
  font: 0.8em/130% Verdana, sans-serif;
  color: #303030;
}

#main{
  width: 832px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
}

#container{
  float: left;
  width: 100%;
  height: 100%;
  background: url(images/body_bg.gif);
}

#body-top{
  float: left;
  width: 100%;
  height: 18px;
  background: url(images/body_top.gif);
}

#site-name{
  float: left;
  width: 100%;
  height: 21px;
  margin-bottom: 10px;
  background: url(images/site_title.gif);
}

#body-bottom{
  float: left;
  width: 100%;
  height: 18px;
  background: url(images/body_bottom.gif);
}

#body-content{
  float: left;
  width: 800px;
  padding-left: 16px;
  padding-right: 16px;
  background: url(images/body_bg.gif);
}

#header{
  float: left;
  width: 100%;
  height: 186px;
  background: url(images/header_banner.jpg);
  margin-bottom: 30px;
}

#content-wrapper{
  float: left;
  width: 100%;
  height: 100%;
}

#column-left{
 float: left;
 width: 230px;
 height: 100%;
}

ul.menu {margin-left:0px; margin-top: 10px; padding:0; list-style:none; text-align:left; }
ul.menu li {float:left; text-transform:none; padding-left:30px; width: 115px; padding-top: 0px; height: 30px; background:url(images/li_bg.gif) top left no-repeat;}

a.menu:link, a.menu:active, a.menu:visited{
  font-size: 13px;
  font-family: thaoma, arial, verdana;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

a.menu:hover{
  font-size: 13px;
  font-family: thaoma, arial, verdana;
  color: #1accff;
  font-weight: bold;
  text-decoration: none;
}

#donate{
  float: left;
  padding-top: 25px;
  padding-bottom: 25px;
}

#newsletter{
  float: left;
  width: 210px;
  padding: 10px;
  background: #106195;
  color: #ffffff;
  font-size: 11px;
  text-align: center;
}


#newsletter .title{
  font-family: "Times New Roman", verdana, arial;
  font-size: 24px;
  color: #ffffff;
}

#content{
  float: left;
  width: 530px;
  padding-left: 40px;
  text-align: justify;
}

.title{
  color: #106195;
  font-size: 30px;
}

#social-widgets{
 float: left;
 width: 100%;
 margin-top: 20px;
}

#facebook-feed{
  float: left;
  width: 255px;
}

#twitter-feed{
  float: right;
  width: 235px;
}

#footer{
  float:left;
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding: 15px 0 15px 0;
}

#footer a{
  color: #303030;
  font-size: 12px;
  text-decoration: none;
}

#footer a:hover{
  text-decoration: underline;
}