body {
    font-family:"Times New Roman", Times, serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
	background-color:#59732c;
}
h2,h3 {
    margin-top: 0px;
    padding-top: 0px;
}
.style1 {
	/*This is the menu font*/
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	padding: 2px 2px 2px 10px;
}
.style4 {
    /*This is the body font*/
	font-family:"Times New Roman", Times, serif;
    font-size: 16px;
	margin-left: 35px;
	margin-right:35px;
	text-align:center;
	color:#FFFFFF;
}
.style5 {
    /*This is the big header font*/
	font-family:"Times New Roman", Times, serif;
    font-size: 28px;
	margin-left: 35px;
	margin-right:35px;
	text-align:center;
	color:#FFFFFF;
}
.style6 {
    /*This is the sub head font*/
	font-family:"Times New Roman", Times, serif;
    font-size: 18px;
	margin-left: 35px;
	margin-right:35px;
	text-align:center;
	color:#FFFFFF;
}
div#wrapper {
	position:absolute;
    margin-left:auto;
    margin-right:auto;
    top: 3px;
    width:800px;
	}
div#side1 {
    position:absolute;
    width:200px;
    top: 0px;
    left:0px;
}
div#content {
	position: relative;
	width: 600px;
	top: 0px;
	left: 200px;
	background:url(images/drawings_linework.png);
	background-repeat:no-repeat;
	background-position:center;
}
#side1 a:link{
 color:#FFFFFF;
}
#side1 a:active{
 color:#FF0000;
}
#side1 a:visited{
 color:#FFFFFF;
}
#side1 a:hover{
 color:#000000;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	color: #CCCCCC;
	text-decoration: none;
}

