/* CSS Document */


h1 {font-size:16px;}
h3 {font-size:15px;}
body{background: #E9D7B9; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#0c4f43;}
#container{	width: 900px;margin-left:auto;margin-right:auto;text-align:left;}
#content {height:442px; background-image:url(images/site-body.jpg); background-repeat:no-repeat; padding-left:20px;  padding-right:20px; padding-top:10px; text-align:justify; }
#scroll {overflow:auto; height:420px;}
#menu{height:37px;}

#footer{clear: both;padding-top: 5px; font-size:11px; text-align:center;}
#footer a{color: #000;}

a:link {
	color: #666600;
}
a:visited {
	color: #666600;
}
a:hover {
	color: #0c4f43;
}
a:active {
	color: #666600;
}
