body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#181a28 url(images/bg01.jpg) repeat-x top;
	margin:0px auto;
	padding:0px 0px;
}

/************* container *********************/
#container{
	width:760px;
	margin:0px auto 0px auto;
	padding:0px 0px 3px 0px;
	background:#7481a4;
}
	#header{
		background:url(images/header01.jpg) no-repeat;
		margin:auto;
		height:64px;
		width:760px;
	}
		#menu{
			width:760px;
			height:38px;
			background:url(images/menubar01.jpg) no-repeat;
			position:relative;
		}
		
		#searchzone{
				float:right;
				color:#db7a0d;
				width:235px;
				padding-top:4px;				
			}
				#searchzone label{
					padding:0px;
					margin:0px;
				}
				#searchzone form {
					padding:3px 0px 0px 47px;
					margin:0px;
					color:#db7a0d;
					font-size:10px;
					font-weight:bold;
					text-align:left;
					width:188px;
				}
					#searchzone form input {
						width:144px;
						height:18px;
						border:none;
						padding:3px 5px 0px 10px;
						background:url(images/search01.gif) no-repeat;
						_background-attachment:fixed;
						overflow:hidden;
						color:#757575;
					}
						#searchbutton
						{	display:none;}
						
						#searchzone input:focus, #searchzone .focus {
						}
						#searchzone a {
							z-index:4;
							background:url(Images/search02.gif) no-repeat;
							_background-attachment:fixed;
							width:29px;
							height:21px;
							position:absolute;
							top:7px;
							right:8px;
							_top:8px;
							_right:8px;
						}
							#searchzone a:hover {
								background:url(Images/search04.gif) no-repeat;
							}
		
		#main{
			width:756px;
			margin:0px auto 0px auto;
		}
			#main02{
				width:754px;
				margin:0px auto 0px auto;
				background:#fff;
			}
			#isite_content{
				padding:5px;
				text-align:left;
			}
			#flash1{
				width:523px;
				height:223px;
				background:#fff;
				float:left;
				margin:0px 0px 0px 1px;
			}
			#flash2{
				width:228px;
				height:223px;
				float:right;
				margin:0px 1px 0px 0px;
				_margin:0px 0px 0px 1px;
				background:#000;
				margin-bottom:3px;
			}
		
		#channels{
			width:756px;
			margin:0px 0px 0px 1px;
			padding:0px;
			clear:both;
		}
			.channel{
				width:240px;
				height:307px;
				padding:0px 5px 0px 5px;
				text-align:left;
				color:#a2a9ba;
				margin-right:2px;
				margin-left:0px;
				float:left;
				background:#4d6584 url(images/bg02.jpg) repeat-x top;
			}
				.channel h3{
					background:url(images/arrow.gif) no-repeat 6px 6px;
					color:#cbd0da;
					font-size:12px;
					font-weight:bold;
					margin:0px 0px;
					padding:3px 0px 2px 14px;
					border-bottom:#848ca3 1px solid;
				}
					.channel a{
						color:#FFD24B;
						text-decoration:none;
					}
						.channel a:hover{
							color:#FFD24B;
							text-decoration:underline;
						}
		#new{
			margin:0px 0px 0px 0px;
			padding:0px;
			height:1px;
			width:754px;
			clear:both;
		}
	
	#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:#8b92a3 1px solid;
				}
					#bottommenu a {
						color:#8b92a3;
						padding:0px 7px;
						text-decoration:none;
					}
						#bottommenu a:hover {
							color:#ffd24b;
						}
		
	#footer{
		clear:both;	
		width:px;
		height:px;
		background:url(images/footer01.jpg) no-repeat;
		margin:auto;
	}	
	

a{
	color:#222d40;
	text-decoration:none;
}
	a:hover{
		color:#4c6684;
		text-decoration:underline;
	}
	
#copyright{
	clear:both;
	padding:0px 10px 10px 10px;
	color:#333;
}
	#copyright a{
		color:#39495b;
		text-decoration:none;
	}
		#copyright a:hover{
			color:#657a94;
			text-decoration:underline;
		}	
			
		

