body {
	behavior:url(Assets/csshover.htc);
	text-align:left;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#f1f1f1 url(images/bg02.jpg) repeat-y;
	margin:0px;
	padding:0px 0px;
}
/************* container *********************/
#container{
	width:761px;
	background:url(images/bg01.jpg) repeat-y;
	text-align:center;
}
#container02{
	width:761px;
	background:none;
	text-align:center;
}
	#header{
		background:url(images/bg05.jpg) repeat-x;
		height:113px;
	}
		#menu {width:141px;float:left;background:url(images/sideimage01.jpg) no-repeat top left;}	
			
		#main{
			width:397px;
			margin:auto;
			float:left;
		}
			#main02{
				width:620px;
				float:right;
				margin:auto;
				background:url(images/corner.jpg) no-repeat top left;
			}
			#flash{background:#000;}
			#isite_content{padding:10px;text-align:left;overflow:hidden;color:#6d6b6b;}
				
		
		#sidebar{
			width:223px;
			float:right;
			background:url(images/sideimage02.jpg) no-repeat top left;
			padding:0px 0px 0px 0px;
		}
			.channel{
				width:201px;
				padding:0px 5px 5px 5px;
				_padding:10px 5px 5px 5px;
				text-align:left;
				color:#807f7f;
				margin:auto;
				
			}
				.channel h3{
					background:url(images/h3bg01.jpg) no-repeat;
					color:#872118;
					font-size:12px;
					font-weight:bold;
					padding:5px 0px 7px 2px;
				}
		
	#footer{
		clear:both;
		height:54px;
		background:url(images/footer01.jpg) no-repeat;
	}
	#footer02{
		clear:both;
		height:52px;
		background:url(images/footer02.jpg) no-repeat;
	}		
	
a{
	color:#872118;
	text-decoration:none;
}
	a:hover{
		color:#bc8c87;
		text-decoration:underline;
	}
	
#copyright{
	width:741px;
	padding:10px;
	color:#ccc;
	text-align:center;
}
	#copyright a{
		color:#6d6b6b;
		text-decoration:none;
	}
		#copyright a:hover{
			color:#872118;
			text-decoration:underline;
		}
			
			
		