body{
	background:#000;
	margin:0px;
	padding:0px;
	font-size:0.9em;
	color:#FFF;
}
a{
	color:#FFF;
}
a:hover{
	color:#FCC;
}
ul li{
	padding-bottom:5px;
}
#body{
	width:975px;
	margin:0px auto;
}
#main{
	height:650px;
	background:url(images/background.jpg);
}
#title{
	color:#000;
	background:#FFF;
	padding:3px;
	padding-right:10px;
	border-top:1px #CCC solid;
	border-bottom:3px #CCC solid;
	margin-top:10px;
	position:relative;
}
#title a{
	color:#000;
	text-decoration:none;
}
#title h1{
	margin:0px;
	padding:10px;
	padding-top:10px;
	padding-right:60px;
	font-size:1.2em;
	position:absolute;
	top:5px;
	left:15px;
	background:#543;
	border:1px #CCC solid;
}
#title h1 a{
	color:#FFF;
	text-decoration:none;
}
#menu{
	float:left;
	width:200px;
	height:500px;
	overflow:auto;
	margin:30px;
	margin-top:40px;
	margin-right:10px;
	padding:7px;
	color:#FFF;
	border:1px #AAA solid;	
	position:relative;
	font-size:1.2em;
}
#menu h2{
	font-size:1.2em;
	border-bottom:1px #CCC solid;
	margin-right:40px;
	margin-left:10px;
	color:#CFC;
}
#menu ul li{
	padding-bottom:10px;
}
#menu_background{
	width:200px;
	height:500px;
	position:absolute;
	opacity: 0.6;
	background:#453;
}
#menu_text_area{
	position:absolute;
	width:200px;
	height:500px;
	overflow:auto;
}
#content{
	float:left;
	width:600px;
	height:500px;
	margin:40px;
	margin-left:50px;
	margin-top:40px;
	padding:7px;
	color:#FFF;
	position:relative;
	border:1px #AAA solid;
}
#content #background{
	position:absolute;
	width:600px;
	height:500px;
	color:#FFF;
	background:#252;
	opacity: 0.5;
}
#content #text_area{
	width:580px;
	height:470px;
	padding:10px;
	position:absolute;
	top:10px;
	overflow:auto;
}
#content #text_area h1{
	font-size:1.6em;
	border-bottom:1px #CCC solid;
	margin-right:100px;
	color:#CCF;
}
#content #text_area h2{
	font-size:1.2em;
	margin-bottom:5px;
	color:#EFE;
}
#content #text_area .content{
	padding-left:20px;
	margin-bottom:30px;
}
#footer{
	clear:both;
	color:#000;
	background:#FFF;
	text-align:center;
	padding:5px;
	border-top:3px #CCC solid;
	border-bottom:1px #CCC solid;
	margin-bottom:10px;
}
#footer a{
	color:#000;
	text-decoration:none;
	font-size:0.8em;
}
.button{
	border:1px #CCC solid;
	border-bottom:1px #333 solid;
	border-right:1px #333 solid;
	background:#EFE;
	padding:1px;
	padding-left:5px;
	padding-right:5px;
	marign:3px;
	margin-left:3px;
	margin-right:3px;
	font-weight:normal;	
	border-radius: 3px;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor:pointer;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
}
.button:hover{
	background:#FFF;
}
.button a{
	color:#000;
	font-size:0.8em;
	text-decoration:none;
}