body {
	behavior:url(Assets/csshover.htc);
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#90774b url(../Images/bg_01.jpg);
	margin:0px;
	padding:25px 0px;
}
.bg_01 {
	background:#966C30 url(../Images/bg_01.jpg);
}
.bg_02 {
	background:#3E1C1B url(../Images/bg_02.jpg);
}

/************* MAIN *********************/
#container {
	margin:auto;
	padding:0px;
	width:761px;
}
/****************/
/*   SIDEBAR    */
/****************/
		#sidebar h1 {
			background:url(../Images/logo.png) no-repeat;
			position:absolute;
			top:-5px;
			left:-40px;
			height:115px;
			width:245px;
			margin:0px;
			cursor:pointer;	
		}
			#sidebar h1 span {
				display:none;
			}
	#sbwrap {
		background:url(../Images/sidebarbg.jpg) repeat-y;
		float:left;
		margin:10px 0px 0px 36px;
		width:147px;
	} 
	#sidebar {
		background:url(../Images/camp_01.gif) top no-repeat; 
		float:left;	
		margin:0px;
		padding:0px;
		position:relative;
		width:146px;
	}
		#menu{
			float:left;
			}
	#chooser {
		background:url(../Images/chooser.jpg) no-repeat;
		clear:left;
		float:left;
		border-top:#cda876 1px solid;
		height:75px;
		width:146px;
	}
		#sitesearch {
			padding:0px;
			margin:11px 0px 0px 8px;	
		}
		#bgselector {
			clear:both;
			float:right;
			padding:0px;	
		}
			#bgselector img {
				margin:12px 9px 0px 0px;
				cursor:pointer;	
			}
/***************/
/* MAINCONTENT */
/***************/
	#main {	
		float:right;
		margin:0px;
		padding:0px;
		width:578px;	
	}
		#flash {
			background:url(../Images/camp_02.jpg) no-repeat;
			float:left;
			height:215px;
			margin:0px;
			padding:5px;
			width:568px;	
		}
		#topper {
			background:url(../Images/topper.jpg) no-repeat;
			height:92px;
			margin:0px;
			padding:5px;
			width:568px;	
		}
		#contentarea {
			background:url(../Images/camp_04.gif) repeat-y;
			clear:both;
			margin:0px;
			padding:0px;
		}
			#isite_content {
				padding:4px 10px;	
			}
			#channels {
				background:url(../Images/camp_07.gif) repeat-y;
				color:#4e4e4e;
				margin:0px;
				padding:0px 5px;
				text-align:left;	
				width:568px;
			}
				.channel {
					float:left;	
					marign:0px;
					padding:0px 4px;
					width:181px;
				}
					.channel h3 {
						background:url(../Images/channelheader.gif) repeat-x;
						border-right:#FFF 1px solid;
						font-size:12px;
						height:17px;
						margin:0px -4px 0px -4px;
						padding:4px;
						color:#FFF;	
					}
#footer {
	background:url(../Images/camp_09.gif) no-repeat;
	color:#000;
	height:18px;
	padding:60px 0px 0px 10px;
}
/********** COPYRIGHT *******************/
#copyright {
	padding:5px;
	color:#FFF;
	text-align:center;
	margin:auto;
}
/************* MENU *********************/
/** TOPMENU **/
#topmenu {
	float:right;
	width:750px;
	text-align:right;
	margin:auto;
	padding:0px 10px 5px 0px;
}
#topmenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#topmenu li {
	display:inline;
	border-right:#fff 1px solid;
}
#topmenu a {
	color:#FFF;
	padding:0px 7px;
}
#topmenu a:hover {
	text-decoration:underline;
	color:#FFF;
}
/************************** LINKS ************************/
a {
	color:#373F7F;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}
#copyright a {
	color:#ccc;
	text-decoration:none;
}
#copyright a:hover {
	color:#ccc;
	text-decoration:underline;
}
