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;
}
/************* MAIN *********************/

#container{
	width:798px;
	margin:auto;
}
	#header{
		position:relative;
		background:url(images/header_01.gif) no-repeat;
		height:129px;
	}
		#music {
	position:absolute;
	width:25px;
	height:25px;
	left: 757px;
	top: 92px;
		}
	#shell {
		width:795px;
		background: url(images/bg_01.jpg) no-repeat;
		margin-left:8px;
		
	}
	
	#sidebar {
		float:left;
		width:181px;
		padding:22px 0px 100px 4px;
	}
	#menu {
		width:180px;
		margin: 0px 0px 20px 0px;
		border-right:#400E05 2px solid;	
		padding-bottom:2px;
	}
		#menu a {
			display:block;
			text-decoration:none;
		}
			#menu .menuitem, #menu .selected {
				font-size:11px;
				color:#C4AC95;
				background:url(images/menubg_01.jpg) no-repeat;
				float:right;
				width:155px;
				padding:6px;
				margin-top:2px;
				}
				#menu .selected {
					background:url(images/menubg_02.jpg) no-repeat;
				}
					#menu .menuitem:hover {
						background: url(images/menubg_02.jpg) no-repeat;
					}
				
				.menucontainer {
					z-index:4;
					position:absolute;
					visibility:hidden;
					background:#81653A;
					border:#563C22 1px solid;
					
				}
					.subitem {
						color:#C4AC95;
						width:130px;
						padding:5px;
						border-bottom:#EEDCC1 1px solid;
						
					}
						.subitem:hover, .sub_selected {
							background:#7E2F26;
						}
	#main{
		width: 609px;
		float:right;
		padding-bottom:50px;
		
	}
	
		#flash{
			float:left;
			background:#FFF;
			margin-left:95px;
			margin-top:2px;
			
			}
			
		#contentarea{
			overflow:auto;
			width: 465px;
			height:265px;
			margin:40px auto;
			text-align:left;
			scrollbar-3dlight-color:;
      scrollbar-arrow-color:#66432D;
      scrollbar-base-color:#DAC7A0;
      scrollbar-darkshadow-color:;
      scrollbar-face-color:;
      scrollbar-highlight-color:;
      scrollbar-shadow-color:;
			
		}
		
		#isite_content{
			padding:2px;
		}
		
		/********** COPYRIGHT *******************/
		#copyright {
			color:#B9A285;
			padding:10px;
		}
			#copyright a {
				color:#81653A;
			}
			#copyright a:hover {
				color:#7E2F26;
			}
	

		
