/* general stuff */

html{
height: 100%;
max-height: 100%;
width: 100%;
margin: 0px;
padding: 0px;
overflow: hidden;
}

body{
background: #99aece;
height: 100%;
max-height: 100%;
overflow-y: hidden;
color: #61100c;
font-size: 11px;
font-family: Verdana;
}

#header {
background: #919BAD;
border: #ac1652 solid 1px;
left: 130px;
right: 130px;
top: 25px;
height: 20px;
overflow: hidden;
position: absolute;
text-align: center;
}

#pathway {
position: absolute;
left: 140px;
top: 30px;
right: 140px;
height: 15px;
}
 
#wrap1 {
position: absolute;
overflow: hidden;
border: #ac1652 solid 1px;
background: #a9b3c4;
left: 115px;
top: 10px;
right: 115px;
bottom: 15px;
}

#leftcol {
text-align: left;
position: absolute;
overflow: auto;
left: 130px;
top: 50px;
bottom: 30px;
width: 200px;
border: #ac1652 solid 1px;
background: #C2CDE0;
}

ul#menu {
font: 12px "Century Gothic" Veranda;
}

a {
color: #61100c;
text-decoration: none;
}

ul#menu li {
padding-bottom: 4px;
}

#content {
border: #ac1652 solid 1px;
background: #D4DCE8;
overflow: auto;
position: absolute;
top: 50px;
right: 130px;
bottom: 30px;
left: 340px;
}

