
body
{
background-color:#94653c;
color:#ffffdc;
}

div.menu, div.content
{
position:fixed;
left:0px;
top:0px;
width:160px;
height:100%;
color:#ffffdc;
background-color:#724318;
text-align: right;
padding:50px 5px 0px 0px;
}

div.content
{
position:absolute;
left:165px;
top:0px;
width:75%;
height:100%;
padding:30px 0px 0px 20px;
text-align: left;
background-color:#94653c;
overflow:auto;
}

div.footer
{
background-color:#724318;
position:fixed;
bottom:0px;
left:160px;
width:1000px;
z-index: 1;
padding:20px 0px 20px 20px;
}

a, a:link, a:visited
{
	color:#ffffdc;
	text-decoration: none; 
}

a:hover
{
  color:#6495ed;
  background-color:#724318;
  text-decoration: none;
}

h1, h4, h5
{
	font-family: georgia, times, times new roman, serif;
	font-size:14pt;
    text-align: left;
	color: #ffffdc;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

h5
{
	font-size:12pt;
}

li
{
vertical-align:top;
}

 