@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/greenstreak.jpg);
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h4 {
	color: #060;
}
#wrapper {
	width: 1000px;
}
#header {
	height: 133px;
	width: 1000px;
}
#nav {
	background-color: #CCC;
	background-image: url(images/nav_frame_bkg.gif);
	height: 25px;
	width: 1000px;
	padding-top: 10px;
	margin: 0px;
}
#bodycontent {
	background-image: url(images/yellow_grad_bg.jpg);
	width: 1000px;
	margin-top: -10px;
	background-repeat: repeat-x;
	background-color: #FEFCC4;
}
#bodycontent #left {
	float: left;
	width: 680px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
}
#footer {
	width: 1000px;
}
#bodycontent #right {
	float: left;
}
a:link {
	color: #060;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.red {
	color: #F00;
}
