body {
	margin:0;
	padding:0;
	font: 11px/16px Arial, Tahoma;
}
a { color:#ffffb8;}
a:hover { text-decoration:none;}
.orange {
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}

#header {
	background: url(images/header_bckg.gif) repeat-x;
	height:140px;
}
#logo {
	width:780px;
	margin:0 auto;
	padding:7px 0 0 20px;
}
#logo a{ color:#FFFFFF; text-decoration:none; font-weight:bold; height:12px; font-size:20px; text-transform:uppercase;}
#logo a:hover { }
#menu {
	color:#fff;
	text-align:left;
	margin-top:0px;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
}
#menu ul{ width:780px; margin:0 auto;list-style:none; padding:0; text-align:left;}
#menu ul li{
	display:inline;
	font-size: 24px;
	padding-top: 4px;
	padding-left: 12px;
}
#menu ul a {
	display:block;
	float:none;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	background:url(images/menu_enactive.gif) no-repeat bottom center;
	padding:8px 10px 3px;
	width:70px;
	text-align:center;
	text-transform:uppercase;
	margin: 0px;
}
#menu ul a:hover { background:url(images/menu_over.gif) no-repeat bottom center; color:#232323;}
#menu ul a.active { background:url(images/menu_active.gif) no-repeat bottom center; color:#232323;}
#menu ul a.active:hover { background:url(images/menu_active.gif) no-repeat bottom center; color:#232323;}

#main {
	width:100%;
	margin:0px 0 20px;
	float:left;
}
#head_image {
	height:228px;
	background:url(images/head_bckg.jpg) no-repeat #fe5d00;
	padding:30px 0 30px 50px;
	line-height:24px;
}
#slogan { color:#fff; font-family: "Arial Narrow", Arial, Tahoma; font-size:21px; text-transform:uppercase; }
#under_slogan_text {
	color:#ffff00;
	font-size:13px;
	line-height:12px;
	padding-top:15px;
}
#content {
	margin:0 auto;
	padding:0;
	width:850px;
}
#content h1 { margin:20px 0 0 0; text-transform:uppercase; font-size:20px; color:#000; font-weight:normal;}
#text {
	float:left;
	width:590px;
	padding-left:20px;
}
#sidebar {
	background:#FEFE76 url(none) repeat-x;
	margin:20px 0 0 10px;
	color:#6f6e6e;
	padding:0px;
}
#sidebar h2 {
	color:#FFF;
	margin:0 0 15px 0;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

#footer {background:url(images/footer_bckg.gif) repeat-x #3f3e3e 0 2px; height:94px; margin-top:20px; clear:both;}
#left_footer { float:left; padding:40px 0 0 30px; text-transform:uppercase; color:#FFFFFF; font-weight:bold; font-size:11px;}
#left_footer a { color:#FFFFFF;}
#left_footer a:hover { text-decoration:none;}
#right_footer { float:right;  padding:40px 30px 0 0; text-transform:uppercase; color:#FFFFFF; font-weight:bold; font-size:11px; text-align:right;}
#right_footer a { color:#FFFFFF;}
#right_footer a:hover { text-decoration:none;}

/* images */


img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}
