/*-------------- DEFAULT ---------------*/
body {
	background:#FCF9E3 url(images/main_bg.gif) 0 49px repeat-x; color:#695D1E;
	font:normal 11px/15px Verdana, Arial, Helvetica, sans-serif;
	margin:0; padding:0;
}
div, p, img, a, ul, form, input, h1, h2 {margin:0; padding:0;}
ul {list-style:none;}
a {
	color: #695D1E;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF6666;
	text-decoration: none;
}
.spacer {font-size:0; line-height:0; clear:both;}
/*-------------- HEADER ---------------*/
#header {
	width:750px;
	height:242px;
	background:url(images/header_pic.jpg) 100% 49px no-repeat;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
/*----- TOP MENU -----*/
#header img {
	position:absolute;
	top:83px;
	left:87px;
}
#header ul {
	padding:0 0 7px 0;
	height:42px;
	font-size:11px;
	line-height:12px;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
}
#header ul li {float:right; padding:0 10px 0 0;}
#header ul li a {
	color:#827F1B;
	background:#FCF9E3;
	width:auto;
	display:block;
	padding-top: 19px;
	padding-right: 8px;
	padding-bottom: 11px;
	padding-left: 8px;
}
#header ul li a:hover {background:#F9EFB0; color:#827F1B;}
#header ul li span {
	background:#F9EFB0; color:#827F1B; display:block;
	padding:19px 8px 11px 8px; width:auto;	
}
/*----------------------- BODY ----------------------*/
#body {
	width:750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 00px;
}
/*----------- LEFT PANEL ----------*/
#leftPanel {
	width:750px;
	float:left;
}
#leftPanel h1 {
	height:38px;
	padding:0 0 0 14px;
	background:url(images/body_h2bg.gif) 0 0 repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 38px;
	font-weight: bold;
}

#leftPanel h2 {
	height:28px;
	padding:0 0 0 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 38px;
	font-weight: bold;
}
#leftPanel p {padding:0 0 0 17px;}
.image {
	margin: 9px;
	padding: 4px;
	border: 1px solid #695D1E;
}
.image_right {
	padding: 4px;
	border: 1px solid #695D1E;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 12px;
	margin-left: 20px;
}
/*----------------------- FOOTER ----------------------*/
#footer {
	background:#FFF6C1 url(images/footer_bg.gif) 0 0 repeat-x;
	color:#685C14;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
}
#footer p {
	clear:both;
	text-align:center;
	padding:8px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: bold;
	font-variant: normal;
}
#footer p a {
color:#685C14; text-decoration:none;
}
#footer p a:hover {
	text-decoration:none;
	color: #FF6666;
}
/*-------------- MISCLENIOUS ---------------*/
.topPad {padding-top:23px !important;}
