body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#630e01 url(images/bg00.gif) repeat-y top center;
	margin:25px auto;
	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 *********************/
#shell{
	width:768px;
	margin:auto;
	background:url(images/bg01.jpg) repeat-y;
}
#shell02{
	width:768px;
	margin:auto;
	background:url(images/bg03.jpg) repeat-y;
}
#container{
	width:760px;
	margin:auto;
}
	#flash{
		width:768px;
		height:184px;
		margin:auto;
	}
		#menu {float:left;width:190px;}	
			
		#main{
			width:570px;
			margin:auto;
			float:right;
			text-align:center;
			background:url(images/bg04.jpg) no-repeat top;
		}
		
		#main02{
			width:760px;
			margin:auto;
			text-align:center;
			background:url(images/bg05.jpg) no-repeat top;
		}
			
			#isite_content{
				padding:5px 5px 50px 5px;
				text-align:left;
			}
		
			#channels{
				width:570px;
				background:url(images/bg02.jpg) repeat-y;
				margin:auto;
			}
				.channel{
					width:179px;
					_width:178px;
					margin:0px 0px 0px 1px;
					padding:0px 5px 5px 5px;
					text-align:left;
					color:#000;
					float:left;
				}
					.channel h3{
						background:#e4c7a6;
						color:#7b1304;
						font-size:12px;
						font-weight:normal;
						border-bottom:#b77c6c 1px solid;
						padding:5px;
						margin:0px -5px;
					}
				
				.channel.menu_channel{
					color:#c46a08;
					float:none;
					width:160px;
					padding:20px 10px 5px 19px;
					clear:left;
				}
				.channel.menu_channel h3{
					color:#f9a80b;
					border-bottom:#f9a80b 1px solid;
					background:none;
				}
					
		
	#bottommenu {
			text-align:left;
			padding:2px 10px 5px 5px;
			text-decoration:none;
			width:760px;
			margin:auto;
			font-size:11px;
		}
			#bottommenu ul {
				list-style:none;
				margin:0px;
				padding:0px;
				float:left;
			}
				#bottommenu li {
					display:inline;
					float:left;
				}
					#bottommenu li a {
						color:#9f1804;
						padding:0px 2px;
						margin:0px 2px;
						text-decoration:none;
						display:block;
						border-bottom:#630e01 1px solid;
					}
						#bottommenu li a:hover {
							color:#ffd24b;
							border-bottom:#ffd24b 1px solid;
						}	
	#footer{
		clear:both;	
		width:768px;
		height:43px;
		background:url(images/footer01.jpg) no-repeat;
		margin:auto;
	}	
	
a{
	color:#050505;
	text-decoration:none;
}
	a:hover{
		color:#;
		text-decoration:underline;
	}
	
#copyright{
	padding:10px;
	color:#630e01;
	clear:left;
}
	#copyright a{
		color:#630e01;
		text-decoration:none;
	}
		#copyright a:hover{
			color:#844806;
			text-decoration:underline;
		}
			
			
		