body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#826c6a;
	margin:0px;
	padding:0px 0px;
}
/************* MAIN *********************/

#container{
	width:772px;
	background:url(images/bg02.jpg) repeat-y;
	margin:auto;
}
	#header{
		background:url(images/header01.jpg) no-repeat;
		width:772px;
		height:165px;
	}
	
	#TopMenu{
		width:760px;
		height:21px;
		padding-top:142px;
		margin-right:2px;
	}
		#float{
			
			float:right;
			height:21px;
		}
		#TopMenu a{
				text-decoration:none;
				display:block;
			}
				#TopMenu .menuitem, #TopMenu .selected {
					font-size:11px;
					color:#000;
					border-left:#898989 1px solid;
					border-right:#e9e9e9 1px solid;
					background:#F6F6F6 url(images/topmenubg01.jpg) repeat-x;
					padding:4px 4px;
					float:left;
				}
							
					#TopMenu .menuitem:hover {
						background:#E4E4E4 url(images/topmenubg02.jpg) repeat-x;
					}
						#TopMenu .menuitem a:hover {
							background:#E4E4E4 url(images/topmenubg02.jpg) repeat-x;
						}
						
						#TopMenu .selected {
							background:#E4E4E4 url(images/topmenubg02.jpg) repeat-x;
						}
			#shell{
				width:772px;
				background:url(images/menubar03.jpg) no-repeat bottom left;
			}
			#menubar{
				width:171px;
				background:url(images/menubar01.jpg) no-repeat top left;
				float:left;
			
			}
			
			#Menu{
				width:160px;
				padding:45px 0 0 10px;
				float:right;
			}
			
				#Menu a{
					display:block;
					text-decoration:none;
					text-align:left;
				}
					#Menu .menuitem{
						width:140px;
						font-size:11px;
						font-weight:bold;
						color:#000;
						padding:9px 0px 9px 16px;
						background:url(images/menubg02.jpg) no-repeat;
					}
					#Menu .menuitem a{
						width:140px;
						padding:10px 0px 10px 10px;
					}
					
						#Menu .menuitem a:hover{
							background:url(images/menubg01.jpg) no-repeat;
						}
						#Menu .menuitem:hover{
							background:url(images/menubg01.jpg) no-repeat;
						}
						
							.menucontainer{
								z-index:4;
								position:absolute;
								visibility:hidden;
								background:#b59b8a;
								border:#fff 1px solid;
								border-width:1px 1px 0px 1px;
								text-align:left;
							}
								.subitem{
									color:#fff;
									width:130px;
									padding:5px;
									border-bottom:#fff 1px solid;
									text-align:left;
							}
								.subitem a{
									text-align:right;
									margin:0px;
									padding:7px 5px;
									
							}
								.subitem:hover{
									color:#fff;
									background:#81635b;
							}
					#main{
						width:601px;
						float:left;
					}
						#contentarea{
							width:432px;
							float:left;
						}
							#flash{
								width:429px;
								background:#FFF;
								border-right: #D2D2D2 1px solid;
								border-left: #D2D2D2 1px solid;
								border-bottom: #D2D2D2 1px solid;
							}
							
							#isite_content{
								padding:5px 15px 250px 10px;
							}
						#sidebar{
							width:169px;
							float:right;
							
						}
							#channels {
								background:url(/images/channelsbg01.jpg) no-repeat top left;
								text-align:left;
								width:164px;
								margin:0px 2px 0px 0px;
								padding:35px 0 0 0;
								
							}
								.channel {
									color:#969696;
									padding:7px 5px 80px 5px;
								}
								.channel h3 { 
									text-align:left;
									font-size:12px;
									font-weight:bold;
									color:#969696;
									margin:0px -5px 4px -4px;
									padding:5px;
									border-bottom:#969696 1px solid;
									width:140px;
								}
	
			/********** COPYRIGHT *******************/
		#copyright {
			color:#BBBEC4;
			padding:10px;
		}
			#copyright a {
				color:#BBBEC4;
				text-decoration:none;
			}
			#copyright a:hover {
				color:#000;
			}
			
		/******** Sub Page ************/
		
#sub_container{
	width:772px;
	background:url(images/bg03.jpg) repeat-y;
	margin:auto;
}
								
	#sub_contentarea{
		width:601px;
		float:left;
	}							
	