body {
    background-color: #FFFFFF;
    color: #7C6A55;
    text-align: center;
    font-style: normal;
    font-size: 11px;
    font-family: "Trebuchet MS";
}

a {
    color: #7C6A55;
    text-decoration: none;
}

a.active {
    color: #B42E34;
}

a:hover {
    color: #B42E34;
}

ul {
    list-style-type: none;
}

img {
    border: 0;
}

#frame {
    position:relative;
    left:0px;
    top:0px;
    width:800px;
    height:600px;
    margin: 0 auto;
    text-align: left;
}


#menu {
    position: absolute;
    left: 0px;
    left: 0px;
    margin: 0;
    padding: 0;
    font-size: 9px;
    font-weight: normal;
    text-transform: uppercase;
    height: 0%;
    width: 100%;
    letter-spacing: 2px;
    top: 114px;
}

#menu li {
    float: left;
    margin: 0px;
    padding: 0px;
    display: block;
    margin-right: 13px;
}


#logo {
    position:absolute;
    left:502px;
    top:50px;
    width:298px;
    height:81px;
}

#foto {
    position:absolute;
    left:0px;
    top:192px;
    width:800px;
    height:322px;
}

#table_ref {
    position:absolute;
    width: 467px;
    height: 322px;
    right: 0px;
    top: 0px;
    overflow: hidden;
}

#table_ref ul {
    margin: 0px;
    padding: 0px;
}

#page_index {
    position: absolute;
    left: 0px;
    top: 565px;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 280px;
}

#page_index a {
	margin: 0px;
	padding: 0px;
}

#navblock {
	float: left;
	margin: 0px 5px 5px 0px;
	width: 15px;
	height: 15px;
	background-color: #bbb1a7;
}

#navblock:hover {
	background-color: #B42E34;
}

#navblock.active {
	background-color: #B42E34;
}

#footer {
    position: absolute;
    top: 565px;
    right: 0px;
    text-align: right;
    display: block;
    float: left;
    padding: 0px;
    margin: 0px;
}

#footer a {
    color: #B42E34;
}