body {
	background-image: url(images/top_gradient.gif);
	background-repeat: repeat-x;
	background-color: #8BE6FB;
	padding: 0px;
	margin: 0px;
	background-attachment: scroll;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5C3009;
	margin: 0px;
	padding: 5px 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5C3009;
	margin: 0px;
	padding: 0px;
}

p A:link    {text-decoration: underline; color: #5C3009;}
p A:visited  {text-decoration: underline; color: #FAD115;}
p A:active   {text-decoration: underline; color: #5C3009;}
p A:hover   {text-decoration: none; color: #5C3009;}

#container {
	background-color: #FFFFFF;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 720px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 30px;
}
#logoarea {
	width: 720px;
	background-image: url(images/logo_bg.gif);
	background-repeat: repeat-y;
	height: 85px;

}
#logo {
	background-image: url(images/logo_bg.gif);
	background-repeat: repeat;
	padding-top: 0px;
	padding-left: 30px;
	padding-bottom: 10px;

}
#menuarea {
	background-image: url(images/menubg.gif);
	height: 230px;
	width: 720px;
}
#divider {
	width: 720px;
	background-image: url(images/divider.gif);
	background-repeat: repeat-y;
	padding: 0px;
	height: 15px;
}
#content {
	background-image: url(images/middle_bg.gif);
	width: 720px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-repeat: repeat-y;
	float: left;
}
#left {
	width: 220px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	float: left;
}
#right {
	width: 420px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
}
#closing {
	width: 720px;
	background-image: url(images/closingspace.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 15px;
	margin: 0px;
	clear: both;
	background-position: center center;
}
#footer {
	width: 720px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding: 0px;
	clear: both;
}

#footercontent {
	margin:0px;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	color:#5C3009;
	float: right;
	padding-right: 30px;
}

#footercontent a {
	text-decoration:none;
	color:#5C3009;
}

#footercontent a:visited {
	text-decoration:none;
	color:#5C3009;
}

#footercontent a:hover {
	background-color:#5C3009;
	color:#FAD115;
	text-decoration:none;
}

