body {
    margin:0;
    padding:0;
    font:12px Arial, Helvetica, sans-serif;
    color:#515151;
    background:url(../images/bg.jpg)#fff repeat 0 0 ;
}

a:link, a:active, a:visited {
    color:#344783;
    text-decoration:none;
}
a:hover {
    color:#445ba5;
    text-decoration:underline;
}
#wrapper_top {
    width:100%;
    background:url(../images/under_construction.png) repeat-x 0 0;
    height:10px;
}
#wrapper_bottom {
    width:100%;
    background:url(../images/under_construction.png) repeat-x 0 0;
    height:10px;
    position:absolute;
    bottom:0px;
}
#content {
    width:1000px;
    margin:auto;
    padding-top:65px;
    height:400px;
}
.img_left {
    background:url(../images/img_right.png) no-repeat 0 0;
    width:240px;
    height:240px;
    float:left;
}
.contact {
    width:700px;
    float:left;
    margin-left:0px;
    margin-top:60px;
    background:#fff9e4;
    border:1px solid #f2dc95;
    padding-top:20px;
    text-align:center;
}
h1, h2, h3, h4, h5, h6, p, ul, li {
    margin:0px;
    padding:0px;
}
h1 {
    font-family: Arial, Verdana, sans-serif, serif, Arial;
    font-size:40px;
    color:#2c3e75;
    text-shadow: 0 1px #fff;
    font-weight:normal;
    background:
}
h2 {
    color:#50b400;
    font-family: Arial, Verdana, sans-serif, serif, Arial;
    font-size:18px;
    text-shadow:0 1px #fff;
    text-transform:none;
    line-height:40px;
    background:#e8f7f9;
    border:1px solid #b1e0e8;
    padding:10px;
    text-shadow:1px 1px #fff;
}
h2 a:link,h2 a:active,h2 a:visited {
    color:#007acf;
    text-decoration:none;
    border-bottom:1px dotted #007acf;
}
h2 a:hover {
    color:#158fe4;
    border-bottom:1px dotted #158fe4;
}
#footer {
    width:1000px;
    margin:auto;
    height:30px;
}
.footer_wrapper {
    height:60px;
    width:990px;
    clear:both;
    color:#111;
    font-size:11px;
    line-height:18px;
    margin-left:5px;
    padding-top:10px;

}
.footer_wrapper a:link,.footer_wrapper a:active,.footer_wrapper a:visited{
    color:#111;
    text-decoration:none;
}
.footer_wrapper a:hover {
    color:#50b400;
}
.footer_wrapper .green2 {
    color:#007acf;
}