body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:url(images/bg_01.gif);
	margin:auto;
	padding:25px 0px;
}
/************* MAIN *********************/

#container{
	width: 762px;
	background:#534B2F;
	margin:auto;
}
	#header {
		width:760px;
		height:130px;
		border:#000 1px solid;
	}
	
	#menu {
		height:27px;
		width:762px;
		background: url(images/menu_bg01.jpg);
		margin:auto;
		text-decoration:none;
		
	}
		#menu #float {
			float:right;
		 }
		 
		#menu a {
			display:block;
			text-decoration:none;
		}
				
			#menu .menuitem {
				float:left;
				font-size:11px;
				color:#FFF;
				padding:7px 17px 7px 12px;
				border-left:#0C0C1C 1px solid;
				border-right:#403E76 1px solid;
			}
				#menu .menuitem:hover {
					background:#7D79BE;
				}
					
				#menu .menuitem a:hover {
						background:#7D79BE;
				}
					
					.menucontainer {
						z-index:4;
						position:absolute;
						visibility:hidden;
						background:#2E2B73;
						border:#000 1px solid;
					}
						.subitem {
						text-align:left;
						color:#FFF;
						width:130px;
						padding:5px;
						border-bottom:#000 1px solid;
					}
						.subitem:hover {
							background:#7D79BE;
						}
	
	#flash {
		margin:2px auto;
	}
	
	#wrapper {
		width:752px;
		background:url(images/bg_02.gif) repeat-y;
		margin-left:3px;
		
	}
	
	#sidebar{
		width: 249px;
		float:left;
		margin:0px 0px 0px 0px;
		}
		
		.mini_menu{
			padding-top:42px;
			color:#4B4B4B;
			padding-bottom:15px;
			
		}
			.mini_menu a{ 
				text-align:left;
				background: url(images/arrow.gif) no-repeat 20px 15px;
				display:block;
				color:#4B4B4B;
				font-size:14px;
				font:Tahoma;
				padding-top:5px;
				font-weight:bold;
				padding-left:40px;
				
			}
				.mini_menu a:hover{ 
					color:#596D80;
				}
			
			.about{
				
				background:url(images/about02.gif) no-repeat top left;
			}
				.about a {
					background: url(images/arrow_b.gif) no-repeat 22px 12px;
				}
			
			.join{
				
				background: url(images/join02.gif) no-repeat top left;
			}
				.join a {
					background: url(images/arrow_b.gif) no-repeat 22px 12px;
				}
			
			.life {
				float:right;
				width:243px;
				height:472px;
				background: url(images/life02.gif) no-repeat top left;
			}
				.life a {
					padding-left:20px;
					background: url(images/arrow.gif) no-repeat 5px 12px;
				}
		
		#mini_flash{
			border-bottom:#50482D 2px solid;
		}
		
		#quote {
			margin-top:1px;
			
		}
	
	#main{
		width:498px;
		float:left;
		margin:0px 0px 0px 2px;
	}
	
		#channel{
			text-align:left;
			float:left;
			width:239px;
			background: url(images/events02.gif) no-repeat top left;
			height:472px;
			font-size:14px;
			font-weight:bold;
			color:#4B4B4B;
			padding-top: 50px;
			padding-right: 0px;
			padding-bottom: 5px;
			padding-left: 10px;
		}
		
		
			
		#footer {
			width:751px;
			margin-bottom:2px;
			margin-left:3px;
			background: url(images/footer.gif) no-repeat;
			float:left;
			height:196px;
		}
			
			#textarea {	
				text-align:left;
				color:#211E5F;
				font-size:14px;
				font-weight:bold;
				padding-top:35px;
				padding-left: 280px;
			}
			
			
	#copyright {
		color:#534B2F;
		padding:10px;
	}
	
	#copyright a {
		color:#F2EBD1;
	}
	#copyright a:hover {
		color:#5A6D80;
	}
		
		
			
		
		
			
