body {
	background: #ffffff url("images/biglogoleft.jpg") fixed bottom right no-repeat;
	margin: 0px;
	padding: 0px;
	color: black;
}

a {font-family: trebuchet ms, verdana, arial, sans-serif;
}
a:link, a:visited {
	color: #006666; text-decoration: none;
}
a:active, a:hover {
	color: #009999; text-decoration: underline;
}

#toplinks {
	border-bottom: 1px solid #280F03;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 44px;
	z-index: 0;
}
.link {
 	padding-top: 50px;
 	padding-right: 10px;
 	text-align: right;
	font-family: trebuchet ms,verdana, arial, sans-serif;
	font-size: 70%;
	color: #280F03;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#leftheader {
	position: absolute;
	top: 130px;
	left: 20px;
}
#rightheader {
	position: absolute;
	top: 130px;
	right: 20px;
	width: 30%;
	float: left;
}
#left {
	position: absolute;
	top: 160px;
	left: 20px;
	width: 65%;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	margin: 0px;
}
#right{
	position: absolute;
	top: 160px;
	right: 20px;
	width: 30%;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	margin: 0px;
}
.content {
	background: url("images/contentback.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	border-top: 1px solid #16A39B;
	border-bottom: 1px solid #280F03;
	padding: 0px 5px 0px 5px;
 	font-family: trebuchet ms,verdana, arial, sans-serif;
	font-size: 80%;
	color: #280F03;
}
.content a,
.content a:link,
.content a:visited{
	color: #000000; border-bottom: 1px dashed #006666; text-decoration: none;
}
.content a:active,
.content a:hover{
	color: #006666; border-bottom: 1px dashed #009999; text-decoration: none;
}
.content-nav {
	background: url("images/contentback.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	border-top: 1px solid #16A39B;
	border-bottom: 1px solid #280F03;
	padding: 0px 5px 0px 5px;
 	font-family: trebuchet ms,verdana, arial, sans-serif;
	font-size: 80%;
	color: #280F03;
}
.undertitle {
    padding-top: 10px;
    padding-bottom: -50px;
    margin: 0px;
}
#copyright {
	text-align: center;
	font-family: trebuchet ms,verdana, arial, sans-serif;
	font-size: 60%;
	color: #280F03;
	padding-top: 10px;
	padding-bottom: 5px;
}