	@import url("verticalMenu.css");
	@import url("Hacks.css");

body {
	background:#7a6843 url(../images/body_bg.jpg) top center repeat-x;
	color:#353535;
	font:8pt "trebuchet MS", Helvetica, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
}
	a {
		color:#233f18;
		font:8 "trebuchet MS", Helvetica, sans-serif;
		text-decoration:none;
	}
	a:hover {
		color:#233f18;
		font:8 "trebuchet MS", Helvetica, sans-serif;
		text-decoration:underline;
	}
	a:hover { }
#container02{
	background:url(../images/container02_bg02.jpg) top center no-repeat;
	}
body.page #container02{
	background:url(../images/container02_bg.jpg) top center no-repeat;
	}
	#container {
		position:relative;
		width:760px;
		margin:0 auto;
		text-align:left;		
	}
	#flash{
		position:absolute;
		top:0;
		right:0;
		margin:0 1px 0 0;
		}
	body.page #flash{
		position:absolute;
		top:0;
		right:0;
		margin:0 0 0 0;
		}
/*-------------------------------------------------------
	- HEADER
--------------------------------------------------------*/
		#header{
			margin:0;
			padding:0;
		}
			#header a img{
				border-width:0;
				margin:19px 0 20px 9px;
			}

		#topnav{
			background:url(../images/topnav_bg02.jpg) top left no-repeat;
			margin:0px 10px 0 0;;
			padding:0 13px 0 0;
			width:747px;
			}

		body.page #topnav{
			background:url(../images/topnav_bg.jpg) top right no-repeat;
			margin:0px 10px 0 0;;
			padding:0 13px 0 0;
			width:747px;
			}
				#topnav li{
					float:right;
					display: inline;
					list-style:none;
					margin:8px 0 10px 0;
					}
					#topnav li a{
						font:8pt "trebuchet MS", Helvetica, sans-serif;
						color:#fff;
						text-decoration:none;
						padding:0 0 0 10px;
						}
/*-------------------------------------------------------
	- MENU
--------------------------------------------------------*/
	/*-MENU STYLE-*/
		#simplemenu>li>a { /*MENU ITEM*/
			background:url(../images/menu01.jpg) top left no-repeat;
			color:#1c190b;
			width:130px;
			padding:4px 10px;
			margin:0 0 0 4px;	
		}
		#simplemenu>li.selected>a { /*MENU ITEM SELECTED*/
			background:url(../images/menu02.jpg) top left no-repeat;
		
		}
			#simplemenu>li:hover>a { /*MENU ITEM ROLLOVER*/
				background:url(../images/menu02.jpg) top left no-repeat;
				text-decoration:none;			
			}
			#simplemenu li li a  { /*SUB MENU ITEM*/
				background:#b2a427;
				border-bottom:1px solid #977f13;
				border-left:1px solid #977f13;
				padding:4px 10px;
				width:120px;			
			}
				#simplemenu li li:hover a { /*SUB MENU ITEM ROLLOVER*/
					background:#977f13;
					width:120px;
					text-decoration:none;			
				}
			#simplemenu li li:hover li a  { /*SUB MENU ITEM*/
				background:#b2a427;
				border-bottom:1px solid #977f13;
				border-left:1px solid #977f13;
				padding:4px 10px;
				width:120px;			
			}
				#simplemenu li li:hover li:hover a { /*SUB MENU ITEM ROLLOVER*/
					background:#977f13;
					width:120px;
					text-decoration:none;			
				}
	/*-MENU POSITION-*/
/*-------------------------------------------------------
	- BODY
--------------------------------------------------------*/
		#main {
			float:left;
			background:url(../images/container_bg.jpg) left repeat-y;
		}
			#main02{
				background:url(../images/main_bg.jpg) top left no-repeat;	
			}
			#main03{
				background:url(../images/main_bg_bottom.jpg) bottom left no-repeat;
				}
		body.page #main {
			float:left;
			background:url(../images/page_container_bg.jpg) left repeat-y;
			width:760px;
		}
			body.page #main02{
				background:url(../images/page_main_bg.jpg) top left no-repeat;	
			}
			body.page #main03{
				background:url(../images/page_main_bg_bottom.jpg) bottom left no-repeat;
				}
	/*-SIDEBAR-*/
			#sidebar {
					background:url(../images/rightbar_back.jpg) left repeat-y;
				position:absolute;
				left:0;
				top:160px;
				width:149px;
			}
				#sidebar01{
						background:url(../images/rightbar_top.jpg) top left no-repeat;
					}
					#sidebar02{
						background:url(../images/rightbar_bottom.jpg) bottom left no-repeat;
						padding:54px 0 4px 0;
						}
	/*-CONTENTAREA-*/
			#contentarea {
				float:left;
				margin:0 0 0 152px;
				padding:0;
				width:423px;
				overflow:hidden;		
			}
			body.page #contentarea {
				float:left;
				margin:0 0 0 152px;
				padding:0;
				width:607px;
				overflow:hidden;		
			}
				#isite_content {
					padding:20px 20px 20px 3px;
				}
	/*CHANNELS*/
		#rightbar{
			float:right;
			width:184px;
			margin:0;
			overflow:hidden;
			padding:20px 0;
			}
			.channel{
				padding:0 5px 5px 5px;
				}
				#rightbar h2{
					font:bold 8pt "trebuchet MS", Helvetica, sans-serif;
					color:#233f18;
					padding:0;
					margin:0;
					}
/*-------------------------------------------------------
	- FOOTER
--------------------------------------------------------*/
		#footer {
			margin:0 auto;
			width:760px;
		}
		#copyright {
			margin:0 auto;
			padding:10px 0 10px 80px;
			width:680px;
			text-align: left;
		}
			#copyright a{
				color:#b9ae95;
				}
/*-------------------------------------------------------
	- CLASSES
--------------------------------------------------------*/
	.hide {
		display:none;
	}



