@charset "UTF-8";
/* CSS Document */

body {
	text-align:center;
	margin:auto
	}
#wrapper {
	width:904px;
	height:100%;
	margin:0 auto;
	margin-top:15px;
	}
#header {
	text-align:right;
	padding-top:150px;
	padding-right:70px;
	width:834px;
	height:18px;
	background-image:url(images/header.jpg);
	}
#content {
	text-align:left;
	width:904px;
	height:100%;
	}
#left {
	padding-right:10px;
	text-align:left;
	float:left;
	width:418px;
	height:100%;
	}
#right {
	text-align:left;
	float:right;
	width:466px;
	height:100%;
}
#spacer {
	clear:both;
	}
#footer {
	width:904px;
	height:60px;
	background-image:url(images/footer.jpg);
	}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 43px;
}
.bodycopy {
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 12px;
}
.greentext {
	color: #00CC00;
	font-weight: bold;
}
.style1 {font-weight: bold}
a:link {
	color: #00CC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00CC00;
}
a:hover {
	text-decoration: underline;
	color: #00CC00;
}
a:active {
	text-decoration: none;
	color: #00CC00;
}