body {
	margin:0;
	font-size:12px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-bottom:10px;
	background-color: #F7FFC4;
	background-repeat: repeat-x;
	background-image: url(images/body.jpg);
}
a {
	color:#deff00;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	text-decoration:underline;
	font-weight: bold;
	color: #FFFFFF;
}

#container {background:url(images/main_bckg.jpg) center top no-repeat; width:980px; margin:0 auto;}

#logo {margin:0 90px 0 110px; background:url(images/logo_bckg.jpg) no-repeat #4A730B; padding:43px 0 69px 0; text-align:center;}
#logo a {
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:24px;
	font-weight:bold;
	font-family: "Bremen Bd BT";
	font-style: italic;
}
#menu {margin:0 90px 0 110px; height:28px; background:url(images/menu_bckg.jpg) no-repeat #102C04; padding:17px 0 0 30px;}
#menu a {
	color:#81A801;
	font-size:14px;
	text-decoration:none;
	text-transform:none;
	font-weight: bold;
	width: 150px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
}

#menu a:hover {
	background:url(images/menu_over.jpg) bottom center no-repeat;
	color: #FFFFFF;
}

#main {
	background:url(images/content_bckg.jpg) no-repeat #8EB002;
	min-height:420px;
	margin-top: 0;
	margin-right: 90px;
	margin-bottom: 0;
	margin-left: 110px;
	float: left;
	width: 780px;
	display: inline;
}
#text {
	margin-top: 30px;
	margin-right: 240px;
	margin-bottom: 0px;
	margin-left: 40px;
	width: auto;
}
#text ul {padding:0; margin:10px 0 10px 40px;}
#text li {list-style:none; padding-left:15px; background:url(images/li.gif) no-repeat 0px 7px;}
h1 {
	text-transform:uppercase;
	font-family:"Bremen Bd BT";
	font-size:20px;
	font-weight:normal;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	color: #5A9004;
}
#text p {
	text-align: justify;
	margin-top: 10px;
}
#sidebar {
	float:right;
	width:180px;
	margin-top:30px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 40px;
}
#sidebar h2 {font-family:"Nuptial Script"; text-transform:uppercase; font-size:18px; font-weight:bold;}
#sidebar ul {margin:20px 0; padding:0;}
#sidebar li {
	list-style-image: none;
	list-style-type: disc;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-family: "Times New Roman";
	font-weight: bold;
	height: 27px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-color: #69CA00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#sidebar li:hover {
	color: #A0C802;
	font-size: 14px;
}
#sidebar a {text-decoration:none; color:#A2C800;}
#sidebar a:hover {text-decoration:none; color:#FFFFFF;}
#footer {
	clear:both;
	background:url(images/footer_bckg.jpg) center top repeat-x;
	height:89px;
	margin-top: 0;
	margin-right: 90px;
	margin-bottom: 0;
	margin-left: 110px;
	padding-top: 53px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
}
#menu_footer {
	font-size:11px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu_footer a {color:#FFFFFF; text-transform:none;}
#menu_footer a:hover {
	color:#006600;
	text-transform:none;
	text-decoration: underline;
}
#left_footer {float:left; font-size:11px; margin-top:30px;}
#left_footer a {color:#4B6103;}
#left_footer a:hover {color:#FFFFFF;}
