body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#000;
	margin:0px;
	padding:0px 0px 25px 0px;
}
/************* MAIN *********************/

#shell{
	width:774px;
	margin:auto;
	background:url(images/bg01.jpg) repeat-y;
	padding-bottom:20px;
}
	#container{
		width:760px;
		margin:auto;
	}
		#header{
			background: url(images/header01.jpg) no-repeat;
			height:167px;
		}
			#header02{
				background: url(images/header02.jpg) no-repeat bottom left;
				height:167px;
			}
			#TopMenu{
				float:right;
				padding:5px 5px 0px 5px;
			}
				#TopMenu a{
					color:#ded7e0;
					text-decoration:none;
					padding:3px;
				}
					#TopMenu a:hover{
						color:#a8673d;
						text-decoration:underline;
					}
				#menu{
					clear:right;
					float:right;
					width:600px;
					padding-top:127px;
				}
					#menu div{
						float:right;
					}
						#menu .menuitem{
							color:#000;
							border:#655355 1px solid;
							border-width:0px 0px 0px 1px;
							padding:4px 4px 3px 4px;
							float:left;
						}
						#menu .menuitem:hover{
							color:#c6c6c6;
							background:#8f5c4a;
						}
							
						
						#menu a {
							display:block;
							text-decoration:none;
						}
						 
				.menucontainer {
						z-index:4;
						position:absolute;
						visibility:hidden;
						background:#915e4b;
						border:#8f919c 1px solid;
					}
					.subitem {
						text-align:left;
						color:#3c3c41;
						width:130px;
						padding:5px;
						border-bottom:#8f919c 1px solid;
					}
						.subitem:hover {
							background:#9c939d;
							color:#FFF;
						}
		#flash{
				border-bottom:#5a3d39 1px solid;
			}
			#contentarea{
				width:760px;
				margin:auto;
			}
				#isite_content{
					padding:5px;
					text-align:left;
				}
				
				#channels{
					padding:10px 0px;
					margin:auto;
				}
					.channel{
						margin:0px 0px 0px 3px;
						width: 176px;
						color:#494A78;
						float:left;
						text-align:left;
						background:url(images/channelbg01.jpg) bottom left;
						padding:0px 5px 5px 5px;
					}
						.channel h3 {
							font-size:12px;
							font-weight:bold;
							background:url(images/h3bg01.jpg) no-repeat top left;
							margin:0px -5px 0px -5px;
							padding:5px 5px;
							_height:12px;
							text-align:left;
							color:#dfdfdf;
						}
				#footer{
					width:774px;
					height:50px;
					background:url(images/footer01.jpg) no-repeat;
					margin:auto;
				}
				
#copyright{
	color:#736f79;
}
a{
	color:#b0a8b3;
	text-decoration:none;
}
	a:hover{
		color:#c88342;
		text-decoration:underline;
	}
				