#wrap {
    width: 780px;
    margin: 0 auto;
    padding-top: 0px;
    background-color: #fffae7;
    text-align: left; 
    border: 1px solid #919191;
}

body {
	background-color: #d9be6c;
/*	color:#666666;*/
    color: #663e00;
	font-family:Arial,Helv,sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
 /*   clear: both;*/
}

#header {
    width: 780px;
    height: 160px;
    background-color: #ffffff;
    background-image: url("../../estudo_topo.jpg");
}

#content {
    width: 780px;
/*    height: 300px;*/
    background-color: #ffffff;
    clear: both;
    float: left;
}

#menu {
    width: 150px;
    /*height: 164px;*/
    background-color: #e8e8e8;
    background-image: url("../../fundo_menu.jpg");
}

#left_side {
    background-color: white;
    float: left;
}

#menu_bottom {
    width: 150px;
    /*height: 136px;*/
    /*background-color: #ff0000;*/
}

#footer {
    width: 780px;
    height: 35px;
    background-color: #666600;
    background-image: url("../../fundo_footer.jpg");
    text-align: center;
	font-family:Arial,Helv,sans-serif;
	font-size: 10px;
    font-weight: bold;
    padding-top: 5px;
    clear: both;
}


#text {
    width: 605px;
/*     height: 300px; */
    background-color: #ffffff;
    float: left;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 5px;
    margin-bottom: 10px;
}

li ul {
    margin:0;
    padding:0;
}

#ul.main_menu {
    display:block;
    font: 12px Arial, sans-serif;
    line-height:120%;
    /*width:225px;*/
    font-size: 11px;
}

ul.main_menu {
    display:block;
    font: 12px Arial, sans-serif;
    line-height:120%;
/*    width:225px;*/
    font-size: 11px;
    margin: 0;
    padding: 0 0 0 0;
}

ul.main_menu li {
    border-top:0px solid #cccccc;
    border-bottom:1px solid #cccccc;
    width:150px;
    display:block;
    padding-top: 5px;
    padding-bottom: 1px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;

}

ul.main_menu li a {
    display:block;
    text-decoration:none;
    color:#b95d28;
    font-size: 13px;
    font-weight: bold;
    width:130px;
    margin: 0px 0px 0px 20px;
}

ul.main_menu li a:hover {
        background:#900 no-repeat 0 944px;
        color:#FADC9C;
}

ul.main_menu li a.current,ul.vert-one li a.current:hover {
        background:#933 no-repeat 0 12px;
}

li.over ul {
        display: block;
}

hr {
    size: 5px;
    background-color: #d9be6c;
    border: 2px;
    height: 2px;
}

h4 {
    font-weight: bold;
}
