body {
margin : 0;
padding : 0;
background-color : #ffffff;
color : #000000;
background-image: url(../images/bgweave.gif)
}

#header {
position : fixed;
width : 100%;
height : 15%;
top : 0;
right : 0;
bottom : auto;
left : 0;
border-bottom : 2px solid #cccccc;
}

#leftnavigation {
position : fixed;
height : auto;
top : 15%;
left : 0;
width : 150px;
margin : 0px 0px 0px 10px;
color : #000000;
padding : 3px;
overflow : auto;
}

#content {
position : fixed;
top : 15%;
bottom : 1px;
margin : 0px 0px 0px 165px;
width : auto;
height : auto;
padding-left : 5px;
padding-right : 12px;
color : #000000;
border-left : 2px solid #cccccc;
overflow : auto;
}


#footer {
position: fixed;
width: 100%;
height: 100px;
top: auto;
right: 0;
bottom: 0;
margin-left : 10px;
border-top : 2px solid #cccccc;
}
