body {
	behavior:url(Assets/csshover.htc);
	background:url(images/bg03.jpg) repeat-y top center;
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	margin:0px 0px;
	padding:0px 0px;
}

#container #main:after,#container #menu:after, #container #menu ul 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 *********************/
#container{
	width:770px;
	margin:auto;
	background:url(images/bg01.jpg) repeat-y;
}
#container02{
	width:770px;
	margin:auto;
	background:url(images/bg02.jpg) repeat-y;
}
	#flash{
		background:url(images/header01.jpg) no-repeat;
	}
		#menu {
			width:758px;
			background:url(images/menubar01.jpg) no-repeat;
			height:38px;
			margin:auto;
		}	
			
		#main{
			width:758px;
			margin:auto;
			text-align:center;
		}
			#isite_content{
				width:532px;
				float:left;
				padding:5px;
				text-align:left;
			}
			#isite_content02{
				float:none;
				padding:5px;
				text-align:left;
			}
		
			#channels{
				width:216px;
				float:right;
			}
				.channel{
					width:206px;
					padding:0px 5px 5px 5px;
					text-align:left;
					color:#393939;
				}
					.channel h3{
						color:#9a1b1e;
						font-size:12px;
						font-weight:bold;
						margin:0px;
					}
		#footer{
			width:770px;
			margin:auto;
			background:url(images/footer01.jpg) no-repeat;
			height:74px;
		}
		#footer02{
			width:770px;
			margin:auto;
			background:url(images/footer02.jpg) no-repeat;
			height:77px;
		}
		
	#bottommenu {
			text-align:left;
			padding:2px 10px 0px 5px;
			text-decoration:none;
			width:740px;
			margin:auto;
			font-size:10px;
		}
			#bottommenu ul {
				list-style:none;
				margin:0px;
				padding:0px;
				float:left;
			}
				#bottommenu li {
					display:inline;
					border-right:#fff 1px solid;
				}
					#bottommenu a {
						color:#fff;
						padding:0px 7px;
						text-decoration:none;
					}
						#bottommenu a:hover {
							color:#a87275;
						}	
	
a{
	color:#765052;
	text-decoration:none;
}
	a:hover{
		color:#a87275;
		text-decoration:underline;
	}
	
#copyright{
	padding:10px;
	color:#fff;
}
			
			
		