body {
background-color: #d6d6c2;
font-family: georgia,sans-serif;
margin:0;
padding:0;
}
H1{color:darkblue;font-size:20pt;font-family:Castellar;font-style:Regular; text-align:center;}
H2{color:darkblue;font-size:18pt;font-family:Arial;font-style:Regular; text-align:center;}
H3{color:darkblue;font-size:16pt;font-family:Arial;font-style:Regular;;}
H4{color:darkblue;font-size:16pt;font-family:Arial;font-style:Regular;;}
H5{color:darkblue;font-size:16pt;font-family:Arial;font-style:Regular;;}
P{color:black;font-size:12pt;font-family:Arial;font-style:Regular;;}
A:link{color:#330000;font-size:12pt;font-family:Arial;font-style:Regular;;}
A:hover{color:#6b5947;font-size:14pt;font-family:Arial;font-style:Regular;;}
A:visited{color:#6b4759;font-size:12pt;font-family:Arial;font-style:bold;;}
#wrap {
width: 100%;
height: 100%;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
/* background-image: url(img/bg.bmp); */
}
#header {
height: 15%;
width:100%;
margin:0 auto;
margin-bottom:25px;
}
#header h1 {
padding:10px;
}
#nav {
width: 20%;
height: 70%;
float: left;
padding:0;
margin:0;
}
#nav ul {
list-style: none; 
}
#main A:hover{color:#6b5947;font-size:12pt;font-family:Arial;font-style:Regular;;}
#main {
height: 60%;
width: 78%;
float: left;
}
#footer {
height: 15%;
width: 100%;
clear: both;
}
.spacer {
height: 5%;
clear: both;
}
