body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#f6f2e0;
	margin:0px;
	padding:0px 0px;
}

#container #main:after,#container #menu:after, #container #menu ul ul:after {
	clear: both;
	content:"."; 
	display:block; 
	height:0; 
	visibility:hidden;
}
/* Hides from IE-mac \*/
* html #container #main,* html #container #menu, * html #container #menu ul ul:after {height: 1%;}



/************* container *********************/
#container{
	width:760px;
	margin:auto;
	background:url(images/bg01.gif) repeat-y;
	border:#366255 1px solid;
}
#container02{
	width:760px;
	margin:auto;
	background:#fff;
	border:#366255 1px solid;
}
	#header{
		background:url(images/header01.jpg) no-repeat;
		height:85px;
	}
		#topmenu {
			text-align:left;
			padding:10px 10px 10px 10px;
			text-decoration:none;
			float:right;
		}
			#topmenu ul {
				list-style:none;
				margin:0px;
				padding:0px;
			}
				#topmenu li {
					display:inline;
				}
					#topmenu a {
						color:#2a6857;
						padding:0px 7px;
						text-decoration:none;
					}
						#topmenu a:hover {
							color:#83764e;
						}
		#flash{background:#fff;border:#fff 1px solid;border-width:1px 0px 0px 0px;}
		#menu {float:left;width:168px;padding:0px 0px 0px 1px;}	
			
		#main{
			width:591px;
			margin:auto;
			float:right;
			text-align:center;
		}
		#main02{
			width:760px;
			margin:auto;
			text-align:center;
		}
			#isite_content{
				padding:5px;
				text-align:left;
			}
		
			#channels{
				width:590px;
				background:url(images/bg02.gif) repeat-y;
				margin:auto;
			}
				.channel{
					width:185px;
					padding:0px 5px 5px 5px;
					text-align:left;
					color:#2a6857;
					float:left;
				}
					.channel h3{
						color:#2a6857;
						font-size:12px;
						font-weight:bold;
						border-bottom:#cdc2a0 1px solid;
						margin:2px 0px;
					}
				.menu_channel{
					width:158px;
					padding:50px 5px 5px 5px;
					text-align:left;
					color:#2a6857;
					clear:left;
				}
					.menu_channel h3{
						color:#2a6857;
						font-size:12px;
						font-weight:normal;
					}
		
	#footer{
		clear:both;	
		width:760px;
		height:28px;
		background:url(images/footer01.jpg) no-repeat;
		margin:auto;
	}	
	
a{
	color:#8e7e4b;
	text-decoration:none;
}
	a:hover{
		color:#8e7e4b;
		text-decoration:underline;
	}
	
#copyright{
	padding:10px;
	color:#c1ba9b;
}
	#copyright a{
		color:#c1ba9b;
		text-decoration:none;
	}
		#copyright a:hover{
			color:#8e7e4b;
			text-decoration:underline;
		}
			
			
		