body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#2a2a2a;
	margin:5px 0px 0px 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:758px;
	margin:auto;
	background:url(images/bg01.jpg) repeat-y;
	border:#fff 1px solid;
	border-width:0px 1px 1px 1px;
}
#container02{
	width:758px;
	margin:auto;
	background:#fff;
	border:#fff 1px solid;
	border-width:0px 1px 1px 1px;
}
	#tip{
		width:760px;
		height:22px;
		margin:auto;
		background:url(images/tip01.jpg) no-repeat 106px 2px;
	}
	
	#flash{
		background:#333;
		margin:auto;
	}
	#topmenu {
		width:758px;
		background:url(images/menubar01.jpg) no-repeat;
		text-align:left;
		text-decoration:none;
		height:25px;
	}
		#topmenu ul {
			list-style:none;
			margin:0px;
			padding:4px 0px 0px 0px;
			float:right;
		}
			#topmenu li {
				display:inline;
				float:left;
			}
				#topmenu a {
					color:#fff;
					padding:0px 7px;
					text-decoration:none;
				}
					#topmenu a:hover {
						color:#333;
					}
		#menu {
			clear:right;
			float:left;
			width:197px;
			background:url(images/menu01.jpg) no-repeat bottom;
			padding:0px 0px 1px 0px;
		}	
			
		#main{
			width:561px;
			margin:auto;
			text-align:center;
			float:right;
			background:url(images/shadow01.jpg) no-repeat top left;
		}
			#isite_content{
				padding:5px;
				text-align:left;
			}
		
			#channels{
				background:url(images/bg02.jpg) repeat-y;
				width:561px;
			}
				.channel{
					width:175px;
					padding:0px 5px 5px 5px;
					text-align:left;
					color:#515151;
					float:left;
					margin-left:1px;
				}
					.channel h3{
						background:#afafaf;
						color:#64323a;
						font-size:12px;
						font-weight:bold;
						margin:0px -5px;
						padding:4px 0px 4px 3px;
					}
	
a{
	color:#64323a;
	text-decoration:none;
}
	a:hover{
		color:#9e4757;
		text-decoration:underline;
	}
	
#copyright{
	padding:10px;
	color:#898888;
}
			
			
		