body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:"Century Gothic", "Trebuchet MS",Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#fff;
	margin:0px;
	padding:0px 0px;
}
/************* container *********************/
#container{
	width:770px;
	margin:auto;
	background:url(images/bg03.jpg) repeat-y;
}
#container02{
	width:770px;
	margin:auto;
	background:url(images/bg04.jpg) repeat-y;
}
	#header{
		background:url(images/header01.jpg) no-repeat;
		height:180px;
		margin:auto;
	}
		#menu {float:left;padding:0px 0px 0px 318px;}	
			
		#main{
			background:url(images/bg02.jpg) no-repeat top left;
			margin:auto;
			text-align:center;
			padding-top:70px;
			width:760px;
		}
		#main02{
			background:url(images/bg05.jpg) no-repeat top left;
			margin:auto;
			text-align:center;
			padding-top:70px;
			width:760px;
		}
			#isite_content{
				padding:5px;
				text-align:left;
				float:right;
				width:496px;
				overflow:hidden;
			}#isite_content02{
				padding:5px;
				text-align:left;
				float:none;
				overflow:hidden;
			}
		
		#channels{
			width:251px;
			margin:auto;
			float:left;
		}
			.channel{
				width:241px;
				padding:5px;
				text-align:left;
				color:#666666;
			}
				.channel h3{
					background:url(images/h3bg01.jpg) no-repeat bottom;
					color:#505e8d;
					font-size:14px;
					font-weight:normal;
					margin:0px -5px;
					padding:0px 5px 15px 5px;
				}
					.channel bl{
						list-style:none;
					}
		
	#footer{
		clear:both;	
		width:770px;
		height:41px;
		background:url(images/footer01.jpg) no-repeat;
		margin:auto;
	}	
	
a{
	color:#505e8d;
	text-decoration:none;
}
	a:hover{
		color:#;
		text-decoration:underline;
	}
	
#copyright{
	padding:10px;
	color:#;
}
			
			
		