body {
margin : 0;
padding : 0;
background-color : #ffffff;
background-image: url(images/layout_background.jpg);
background-repeat: repeat;
color : #000000;
}
p, ul, ol, li {
font : 10pt Arial,geneva,helvetica;
}
h1 {
font : bold 14pt Arial, Helvetica, geneva;
color : #662200
}
h2 {
font : bold 12pt Arial, Helvetica, geneva;
color : #662200
}
.style2 {font-size: x-small}
.style3 {font-size: small}
a:link {
	color: #663300;
}
a:visited {
	color: #996633;
}
a:hover {
	color: #993300;
}
a:active {
	color: #996600;
}
#header {
position : fixed;
width : 100%;
height : 10%;
top : 0;
right : 0;
bottom : auto;
left : 0;
border-bottom : 2px solid #cccccc;
}
#leftnavigation {
position : fixed;
height : auto;
top : 10%;
left : 0;
width : 150px;
margin : 0px 0px 0px 10px;
color : #000000;
padding : 3px;
overflow : auto;
}
#content {
position : fixed;
top : 10%;
bottom : 100px;
margin : 0px 0px 0px 165px;
width : auto;
height : auto;
padding-left : 0px;
padding-right : 0px;
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;
}
