body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:url(images/bg01.jpg);
	margin:0px;
	padding:0px 0px;
}

#container #main:after,#container #menu:after, #container #menu 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 *********************/
.shell{width:768px;margin:auto;}
	#shell01{background:url(images/bg02.jpg) repeat-y;}
	#shell02{background:url(images/bg03.jpg) repeat-y;}
	#shell03{background:url(images/bg04.jpg) repeat-y;}
	
#container{width:760px;margin:auto;}
	
	.header{height:141px;margin:auto;width:768px;}
		#header01{background:url(images/header01.jpg) no-repeat;}
		#header02{background:url(images/header02.jpg) no-repeat;}
	
		#topmenu {
			text-align:left;
			padding:120px 10px 6px 10px;
			text-decoration:none;
			float:right;
		}
			#topmenu ul {
				list-style:none;
				margin:0px;
				padding:0px;
			}
				#topmenu li {
					display:inline;
				}
					#topmenu a {
						color:#fff;
						padding:6px 7px;
						text-decoration:none;
						border-right:#4d0012 1px solid;
						border-left:#a15a6a 1px solid;
					}
						#topmenu a:hover {
							color:#fff;
							background:url(images/menubg03.jpg) repeat-x top;
						}
						
		#menu {
			float:left;
			clear:right;
			width:172px;
			background:url(images/sideimage01.jpg) no-repeat top left;
			padding:47px 0px 0px 0px;
		}	
			
		.main{text-align:center;}
			#main01{width:413px;float:left;}
			#main02{width:588px;float:right;background:url(images/mainbg01.jpg) no-repeat top left;padding:93px 0px 0px 0px;}
			#main03{width:760px;}
				
				#isite_content{
					padding:5px;
					text-align:left;
				}
		
		#channels{
			width:175px;
			float:right
		}
			.channel{
				width:165px;
				padding:0px 5px 10px 5px;
				text-align:left;
				color:#5a5a5a;
			}
				.channel h3{
					color:#6e0127;
					font-size:12px;
					font-weight:bold;
					margin:0px;
					border:#b8b8b8 1px solid;
					border-width:0px 0px 1px 0px;
				}
			.channel.menu_channel{
				width:160px;
				padding:0px 5px 10px 5px;
				text-align:left;
				color:#5a5a5a;
				clear:both;
			}
		
	.footer{clear:both;width:768px;height:50px;margin:auto;}
		#footer01{background:url(images/footer01.jpg) no-repeat;}
		#footer02{background:url(images/footer02.jpg) no-repeat;}
		#footer03{background:url(images/footer03.jpg) no-repeat;}			
			
			#info{
				text-align:center;
				padding:20px 10px 10px 10px;
				color:#dbbfc9;
			}
	
a{
	color:#6e0127;
	text-decoration:none;
}
	a:hover{
		color:#8b2840;
		text-decoration:underline;
	}
	
#copyright{padding:10px;color:#5a5a5a;}
			
			
		