/* MISC */
body {
	background-image:url(../images/bg.gif);
	margin:0px; }
#information {
	position:absolute;
	z-index:10;
	visibility:visible;
	left:-1000px;
	top:-1000px; }


/* HEADER */
#header {
	background-image:url(../images/header_bg.jpg);
	height:203px;
	padding-top:12px; }
#head {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:203px;
	width:876px;
	margin:0px auto; }

/* TOP MENU */
#head ul {
	list-style-type:none;
	width:515px;
	float:right;
	text-align:center;
	margin:0px;
	padding-right:38px;
	padding-top:178px; }
#head li {
	float:left;
	margin:0px;
	padding-left:18px;
	padding-right:18px; }
#head a {
	font-size:15px;
	font-weight:bold;
	color:#FFCC00;
	text-decoration:none; }
#head a:hover {
	font-size:15px;
	font-weight:bold;
	color:#FFCC00;
	text-decoration:underline; }


/* CONTENT */
#cont {
	background-image:url(../images/cont_bg.gif);
	background-repeat:repeat-y;
	width:876px;
	margin:0px auto; }
#left {
	background-image:url(../images/footer_logo.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-bottom:375px;
	padding-top:15px; }
#content {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000000;
	line-height:18px;
	padding-bottom:15px; }
#content #cont_head {
	line-height:26px;
	font-size:18px; }
#content h3 {
	padding-left:20px;
	font-size:18px;
	color:#7C8652; }
#content p {
	padding-left:20px;
	padding-right:20px; }


/* LEFT MENU */
#left h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#333333;
	margin:0px;
	padding-top:25px;
	padding-left:10px; }
#left #menu_bg {
	background-image:url(../images/menu_bg.gif);
	width:264px;
	margin:0px auto; }
#left #menu_bottom {
	background-image:url(../images/menu_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:35px; }
#left #menu_top {
	background-image:url(../images/menu_top.gif);
	background-repeat:no-repeat;
	background-position:top; }
#left #menu_top ul {
	width:235px;
	list-style-type:none;
	text-align:left;
	padding:0px;
	margin:0px auto; }
#left #menu_top li {
	list-style-type:none;
	line-height:25px;
	width:100%; }
#left #menu_top li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	display:block;
	text-decoration:none;
	padding-left:20px; }
#left #menu_top li a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	display:block;
	background-color:#CC6600;
	text-decoration:none;
	padding-left:20px; }


/* FOOTER */
#footer {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	padding-top:15px;
	padding-bottom:10px;
	text-align:center;
	line-height:22px;
	width:876px;
	margin:0px auto; }
#footer #copy {
	font-size:13px;
	color:#7C8652; }
#footer #copy a {
	color:#7C8652;
	text-decoration:underline; }
#footer #copy a:hover {
	color:#7C8652;
	text-decoration:none; }
#footer #credits {
	font-size:12px;
	color:#666666; }
#footer #credits a {
	color:#666666;
	text-decoration:underline; }
#footer #credits a:hover {
	color:#666666;
	text-decoration:none; }
