* {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #333;
    text-align: center;
    background: url(images/bg.gif) ;
}
h1, h2, h3, p, ul, ol, table {
    margin-bottom: 1em;
}
ul, ol {
    padding-left: 20px;
}
a {
    color: #FF0000;
    text-decoration: none;
}
.succes {
    color: #53a827;
}
#container {
    width: 925px;
    margin: 0 auto;
    text-align: left;
}
#header {
    height: 106px;
    background: url(images/header_bg.gif) repeat-x #fff;
}
#logo {
    float: left;
}
#contact {
    padding-top: 15px;
    text-align: right;
}
#menu {
    padding: 0;
    margin: 0;
    height: 50px;
}
#menu li {
    list-style: none;
    display: block;
    float: left;
}
#menu a {
    display: block;
    float: left;
    font-size: 18px;
    color: #fff;
    line-height: 47px;
    font-weight: bold;
    margin-right: 25px;
}
#menu a.active,
#menu a:hover {
    color: #000000;
    text-decoration: none;
}
#main {
    background: url(images/main_bg.gif) no-repeat #fff;
    /*border: 1px solid #000;*/
    padding: 7px 10px 17px;
}
#submenu {
    margin: 0;
    padding: 0;
    height: 25px;
}
#submenu li {
    display: block;
    float: left;
}
#submenu a {
    display: block;
    float: left;
    line-height: 20px;
    color: #333;
    font-size: 14px;
    background: url(images/submenu_bullet.gif) no-repeat right center;
    padding-right: 15px;
    margin-right: 5px;
}
#submenu a.last {
    background: url();
}
#submenu li.active a,
#submenu a:hover {
    color: #53A827;
}
#full,
#slider,
#right {
    padding: 10px;
   /* background-color: #E7E5D8;*/
   background-color: #FFFFFF;
    height: 350px;
}
#full {
    margin-bottom: 1em;
}
#slider {
    float: left;
    width: 325px;
}
#slider .slide {
    height: 350px;
    width: 325px;
    overflow: hidden;
   /*background-color: #E7E5D8;*/
   background-color: #FFFFFF;
}
#slider h2 {
    margin: 0;
    position: absolute;
    width: 325px;
    border-bottom: 3px solid #FF0000;
    background-color: #000;
    line-height: 40px;
    text-indent: 10px;
    font-size: 22px;
    color: #fff;
    filter:alpha(opacity=50);
    -moz-opacity:.50;
    opacity:.50;
}
#right {
    margin-left: 15px;
    float: left;
    width: 523px;
    overflow: hidden;
}
#content_wrapper {
    height: 307px;
    width: 523px;
    overflow: auto;
    /*background-color: #D5D2B9;*/
	background-color: #FFFFFF;
}
#full #content_wrapper {
    width: 100%;
}
#content a {
    text-decoration: underline;
}
h1 {
    border-top: 3px solid #FF0000;
   /*background-color: #E7E5D8; */
   background-color: #FFFFFF;
    font-size: 22px;
    padding: 0 10px;
    color: #FF0000;
    line-height: 40px;
    margin: 0;
}
#content {
    padding: 10px;
}
#breaker {
    clear: both;
    height: 15px;
}
#footer {
    /*padding: 20px 10px 23px;*/
    padding: 0 10px;
    background-color: #FFFFFF;
    text-align: right;
    font-size: 11px;
    height: 60px;
}

#bottom {
    text-align: right;
    padding-right: 3px;
}
#bottom a {
    color: #333;
    text-decoration: underline;
}
#aflogo {
    float: left;
}
#copyright {
    line-height: 60px;
}
#author {
    /*padding-top: 60px;*/
}


