body {
	background-color: #FFFFFF;
	background-image: url(images/left_tile.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#title{
	background-attachment: scroll;
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 201px;
	width: 244px;
	left: 0px;
	top: 0px;
}
#img{
	position: absolute;
	left: 244px;
	top: 0px;
}
#navigation{
	width: 245px;
	position: absolute;
	top: 199px;
	left: 0px;
	}
#navigation ul {
	font: 12px/25px Arial, sans-serif;
	margin: 0px 0 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 3px solid
#ffffff;
		}
#navigation li {
border-top: 3px solid
#ffffff;
background: #3C7C70 url(images/menu_bg.gif) repeat-x;
}
#navigation a {
display: block;
height: 25px;
padding: 0 10px 0 10px;
text-decoration: none;
color: #FFFFFF;
}
#navigation a:hover{
	background: #3C7C70;
	color: #003300;
}
#navigation a:active{
background: #3C7C70;
}
#navigation li ul {
border-bottom: none;
margin-top: 0;
}
#navigation li li {
border-top: none;
background: #3C7C70;
}
#navigation li li a {
padding-left: 20px;
height: 18px;
line-height: 18px;
}
#textarea{
	padding-top: 5px;
	padding-left: 5px;
	position: absolute;
	left: 252px;
	top: 201px;
	width: 556px;	
}
#textarea a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #3C7C70;
}
#designcredit{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	position: absolute;
	width: 230px;
	text-align: center;
	left: 0px;
	top: 440px;
}
#designcredit a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #3C7C70;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #3C7C70;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	list-style-type: disc;
}
