body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:url(images/bg01.gif);
	margin:0px auto;
	padding:0px 0px;
}
/************* container *********************/
#container{
	width:760px;
	margin:auto;
	background:#fff;
}
	#header{
		background:url(images/header01.jpg) no-repeat;
		height:109px;
	}
		#music {float:right; margin:60px 5px 0 0;}
		#menu{float:right;}
		#flash{background:#000;width:760px;margin:auto;clear:right;}
		
		#divider{height:17px;background:url(images/divider01.jpg) no-repeat;}
		#divider02{height:17px;background:url(images/divider02.jpg) no-repeat;}
		
			#isite_content{
				padding:5px;
				text-align:left;
			}
		
		#channels{
			background:url(images/bg02.jpg) repeat-y;
			margin:auto;
			width:759px;
		}
			.channel{
				width:240px;
				padding:5px;
				text-align:left;
				color:#77848e;
				float:left;
				margin:0px 2px 0px 0px;
			}
				.channel h3{
					background:url(images/dots01.gif) repeat-x bottom;
					color:#265173;
					font-size:12px;
					font-weight:bold;
					margin:0px;
				}
		
	#footer{
		clear:both;	
		width:px;
		height:84px;
		background:url(images/footer01.jpg) no-repeat;
		margin:auto;
		width:760px;
	}
	
	#bottommenu {
			text-align:left;
			padding:66px 10px 0px 5px;
			text-decoration:none;
			margin:auto;
			font-size:10px;
		}
			#bottommenu ul {
				list-style:none;
				margin:0px;
				padding:0px;
				float:left;
			}
				#bottommenu li {
					display:inline;
					border-right:#8b92a3 1px solid;
				}
					#bottommenu a {
						color:#fff;
						padding:0px 7px;
						text-decoration:none;
					}
						#bottommenu a:hover {
							color:#b5b5b5;
						}	
	
a{
	color:#7a7a7a;
	text-decoration:none;
}
	a:hover{
		color:#2e5d82;
		text-decoration:underline;
	}
	
#copyright{
	padding:10px;
	color:#fff;
}
	#copyright a{
		color:#cccccc;
		text-decoration:none;
	}
	#copyright a:hover{
		color:none;
		text-decoration:underline;
	}
			
			
		