#page {
	width: 807px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	display: block;
}
#wrapper {
	float: left;
	height: auto;
	width: 807px;
	background-color: #FFFFFF;
	background-image: url(graphics/menu_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	display: block;
}
#header {
	background-image: url(graphics/p_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 130px;
	width: 798px;
	float: left;
}
#content {
	border: 1px solid #666666;
	float: left;
	width: 798px;
	background-image: url(graphics/content_bg_green_gradient.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.large_img {
	float: left;
	height: auto;
	width: auto;
	padding-top: 2px;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #339933;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	width: 766px;
	height: auto;
	line-height: 20px;
}
.footer {
	float: left;
	height: 25px;
	width: 798px;
	background-color: #99CC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	margin-top: 10px;
}
.footer_txt {
	padding-top: 5px;
	padding-left: 55px;
}


.img_r {
	float: right;
	height: auto;
	width: auto;
	border: 2px solid #99CC00;
	text-align: center;
	margin: 0px 0px 5px 30px;
}
div.img_r form input {	padding: 0px 0px 10px;
}
#shadow_right {
	float: right;
	width: 7px;
	background-color: #00CC99;
	background-image: url(graphics/shadow_right_side.gif);
	background-repeat: repeat-y;
	background-position: right 7px;
}
#shadow_bottom {
	background-image: url(graphics/shadow_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 7px;
	width: 807px;
}
#menu {
	float: left;
	height: auto;
	width: 790px;
	margin-top: 100px;
}
a {
	color: #006600;
}
.img_l {
	float: left;
	height: auto;
	width: auto;
	border: 2px solid #99CC00;
	margin-right: 30px;
}
