body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#d3d7e1;
	margin:25px auto;
	padding:0px 0px;
}
/************* container *********************/
#shell{	
	width:772px;
	background:url(images/bg01.jpg) repeat-y;
	margin:auto;
}
#container{
	width:760px;
	margin:auto;
}
	#container02{
		width:760px;
		margin:auto;
		border-top:#cd0606 8px solid;
	}
	
	#header{
		width:772px;
		margin:auto;
		background:url(images/header01.jpg) no-repeat;
		height:102px;
	}
	
	#flash{
		background:#ffefbd;
	}
	
	#menu {
		width:190px;
		padding:px;
		font-size:11px;
		float:left;
		border-top:#FFF 1px solid;
	}	
		#menu a{
			display:block;
			text-decoration:none;
			color:#FFF;
		}
		#menu .menuitem {
			width:169px;                       
			text-align:left;
			color:#FFF;
			font-weight:normal;
			padding:4px 4px 4px 16px;
			border:#FFF 1px solid;	
			border-width:0px 0px 1px 0px;
			background:url(images/menubg01.jpg) no-repeat;
		}
			#menu .menuitem a {
				text-decoration:none;
			}
							
			#menu .menuitem:hover, .menuitem a:hover {
					background:url(images/menubg02.jpg) no-repeat;
			}
					
					.menucontainer {
						z-index:4;
						position:absolute;
						visibility:hidden;
						background:#6d87be;
						border:#FFF 1px solid;
						border-width:1px 1px 0px 1px;
						text-align:left;
					}
						.subitem {
							width:130px;
							padding:5px; 
							color:#FFF;
							border-bottom:#FFF 1px solid;
						}
							.subitem:hover {
								color:#FFF;
								background:#cdd1ec;
							}
		#main{
			width:569px;
			margin-left:1px;
			float:right;
			text-align:center;
		}
			#divider{
				height:24px;
				background:#657eb2;
				border-top:#FFF 1px solid;
			}
				#divider h3{
					color:#FFF;
					margin:0px;
					font-weight:normal;
					font-size:12px;
					text-align:left;
					padding-left:5px;
					padding-top:3px;
				}
			#isite_content{
				padding:5px;
				text-align:left;
			}
		
			#channels{
				width:567px;
				background:url(images/bg02.jpg) repeat-y;
				margin:0px auto 0px auto;
			}
				.channel{
					width:177px;
					padding:0px 5px;
					text-align:left;
					color:#4869ae;
					float:left;
					margin-right:2px;
					
				}
					.channel h3{
						background:url(images/h3bg01.jpg) no-repeat;
						color:#4869ae;
						font-size:12px;
						font-weight:bold;
						margin:0px -5px;
						padding:2px 8px;
					}
			#bottom{
				background:url(images/bottom01.jpg) no-repeat;
				height:6px;
				width:567px;
				_width:568px;
				
				margin:0px auto;
				clear:both;
			}
			
	#footer{
		clear:both;	
		width:772px;
		height:57px;
		background:url(images/footer01.jpg) no-repeat;
		margin:auto;
	}	
	
a{
	color:#385591;
	text-decoration:none;
}
	a:hover{
		color:#ca6363;
		text-decoration:underline;
	}
	
#copyright{
	padding:10px;
	color:#8e92a0;
}
			
			
		