html, body{
height:100%;
width:100%;
margin:0;
}
body{
font-family: times new roman;
background-image:url('images/plank_background.gif'); 
background-attachment: fixed;
text-align:center;
}
p {
margin-left:24pt;
margin-right:24pt;
 }
div.wrapper {
margin:auto; 
width:800px;
text-align:left;
height:100%;
}
div.header{
background-color:black;
}
div.nav {
clear:both;
padding-top:10px;
padding-bottom:10px;
font-size:16pt;
background-color:tan;
}
div.sidebar {
float:right; 
width:240px;
height:100%;
padding-top:20px;
padding-bottom:20px;
background-color:tomato;
}
div.content{
min-width:760px;
background-image:url('images/content_back.jpg');
min-height:100%;
padding:20px;
 }
hr{
background-color:black;
}
a{text-decoration: none;}
a:link{color: black;}
a:visited{color: black;}
a:hover{color:gray; }
a:active{color: red;}
	
