body {
    margin: 0px;
    padding: 0px;
    background-color: #959595;
}

ul {
    margin-left: 15px;
    padding: 0px;    
}

ul.menu {
    list-style: none;
    margin-left: 0px;
    padding-left:0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.menu li {
    width:135px;
    height:17px;
    line-height: 17px;
    background-color:#fdc689;
    border-bottom:1px solid #ffffff;
}
.menu li:hover {
    background-color:#ebebeb;	    
}
.menu li a {
    margin-left:5px;
}

p {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top:15px;
    margin-bottom:15px;
}
        
#div_title {
    width: 100%;
    background-color: #ffffff;
}

#div_title_container {
    width: 700px;
    text-align: left;
    height: 60px;
}

#div_title_logo {
    position: relative;
    top: 15px;
}

#div_title_topbar {
    width: 100%;
    height: 5px;
    background-color: #fdc689;
}

#div_title_bottombar {
    width: 100%;
    height: 15px;
    background-color: #fbaf5c;
}

#div_content {
    width: 100%;
    background-image: url('../images/bg_gradient.gif');
    background-repeat: repeat-x;
    color: #696969;
    font-family: Helvetica, Arial, Garuda;
}

#div_content_container {
    width: 720px;
    background-color: #ffffff;
    min-height: 500px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

#div_content_text {
    text-align: left;
    font-size: 12px;
    padding: 10px;
}

#div_side_menu {
    width: 150px;
    float: left;
    font-size: 11px;
    font-weight: bold;
}

#div_side_menu a {
    color: #696969;
    text-decoration: none;
}

#div_side_menu a:hover {
    text-decoration: underline;
}

#div_side_right {
    float: left;
    width: 150px;
    margin-left: 15px;
    font-size: 11px;
    line-height: 15px;
}

#div_side_right a {
    color: #696969;
}

#div_side_right a:hover {
    text-decoration: underline;
}

#div_content_body {
    float: left;
    width: 350px;
    margin-left: 10px;
    font-family: Helvetica, Arial, Garuda;
    line-height: 20px;
    text-align: justify;
}

#div_footer {
    text-align: center;
    font-size: 10px;
    background-color: #ffffff;
    width: 700px;
    padding: 10px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.youarehere {
    font-size: 10px;
}