* {
    margin:0;
    padding:0;
}

html{
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}

body {
    margin:auto;
    background-attachment: fixed;
    background-image: url('/images/bg.png');
    background-repeat: repeat-x;
    font: normal 9pt Arial,Helvetica,sans-serif;
     color: #4E6A7D;
}

#wrapper {
    margin:20px auto;
    width:950px;
    background-color:#4E6A7D;
    border-top-right-radius: 10px;
    border-top-left-radius:  10px;
}


#header {
    padding:10px;
    height:290px;
    background-color:#303030;
   
    background-image: url('/images/header_bg.png');
    background-repeat: no-repeat;
    border-top-right-radius: 10px;
    border-top-left-radius:  10px;
    width: 900px;
}


#header_content{
    padding: 10px;
    height:200px;
    width: 450px;
    background-color: #F1F1F1;
    float: left;
    margin-left: 155px;
    margin-bottom: 20px;
    margin-top: 50px;
}



#content {
    width:750px;
    padding:20px;
    margin-left: 80px;
    margin-top: 30px;
    height: auto;
    float:left;
    background-color: #F1F1F1;
   
    border-top-right-radius: 5px;
    border-top-left-radius:  5px;
}

#menu {
    width:98px;
    padding:10px;
    float:right;
    background-color: #F1F1F1;
    height: 200px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
    border-radius: 5px;
}

#footer {
    width:930px;
    padding:10px;
    height:30px;
    text-align: center;

    background-color: #4E6A7D;
    color: #F1F1F1;;
    clear:both;
}

h3{
    padding-bottom: 10px;
}

a {
    text-decoration: none;
    color: #4E6A7D;
}

#menu a {

    text-decoration: none;
    line-height: 2;
    font-weight: bold;
}

#footer a{
       color: #fff;
    text-decoration: none;
}

p{
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 10px;
        margin-top: 10px;
}
