{text-decoration: none;}
A:link {text-decoration: underline; color:#835F83}
A:visited {text-decoration: underline; color:#835F83}
A:hover {text-decoration: none; color:#000000}

body { 
font-family: "Verdana", "Trebuchet MS", "Arial", sans-serif; 
font-size: 12px;
color: #25023C;
background: #E3D699;

overflow-x:hidden;
} 

#logo {
position: absolute;
top: 0px;
left: 0px;
height: 111px;
width: 100%;

overflow-x:hidden;
overflow-y:hidden;

background: #25023C;
}

#menu {
position: absolute;
top: 90px;
left: 0px;
height: 13px;
width: 100%;

overflow-x:hidden;
overflow-y:hidden;

border-style: solid;
border-left-width: 12px;
border-top-width: 4px;
border-color: #835F83;

background: #835F83;
}

#thumbs {
position: absolute;
top: 111px;
left: 0px;
width: 250px;

border-style: solid;
border-left-width: 12px;
border-top-width: 20px;
border-right-width: 10px;
border-color: #E3D699;

overflow-x:hidden;
overflow-y:hidden;

background: #E3D699;
}

#main {
position: absolute;
top: 111px;
left: 250px;
background: #E3D699;
overflow-x: visible;

border-style: solid;
border-top-width: 10px;
border-color: #E3D699;
}



