body {
 background:#A52A2A;
 text-align:center;
 font-size: 101%;
 }

#surround {
 text-align:left;
 border:1px solid black;
 margin:0px auto;
 width: 800px;
 }
 
#bodyblock {
 background: white;
 } 
 
#header {
 background:#8B6914;
 height:20px;
 }

#lcol {
 float:left;
 background:#ffffff;
 width:200px;
 text-align:center;
 }

#contents {
 color: #000000;
 text-align:left;
 margin-left:205px;
 min-height:600px;
 }
 
 #footer {
 clear: both;
 height:60px;
 background:#8B6914;
 color:#ffffff;
 text-align:center;
 }

h2 {
 font-size: 1.75em;
 }

p {
 margin-left:5px;
 margin-right:5px;
 font-size: 1.2em;
 }
 
a:hover {
 background-color:#ffffff;
 text-decoration:underline;
 }
 
a:link {
	color:#000000;
	text-decoration:underline;
	}
	
a:visited {
 color:#000000;
 text-decoration:underline;
 }
 
img.chaa {
 display: block;
 margin-left: auto;
 margin-right: auto;
 }
 
 ul {
 font-size: 1.25em;
 }

p.caption {
 font-size:80%;
 }
 
.floatleft {
 float:left;
 width: 120px;
 }
