body {
	background-color: #e2e2e2;
	margin: 0px;
}

#page {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#left_col {
	background-image: url(images/bg_left_col.gif);
	background-repeat: repeat-y;
}
#right_col {
	background-image: url(images/bg_right_col.gif);
	background-repeat: repeat-y;
}
#middle_col {
	background-color: #FFFFFF;
	background-image: url(images/corner_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#top {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 149px;
}
#bottom {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	height: 71px;
}

#footer_links {
	padding-top: 36px;
	padding-right: 15px;
}
#footer_links a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #298402;
	text-decoration:none;
}
#content {
	height: 619px;
	width: 750px;
}

.separator {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}