* {
	margin: 0;
	padding: 0;
	color: #FFF;
}
body {
	padding: 10px;
	background: #111;
	font-family: "Segoe UI", Tahoma, sans-serif;
	text-shadow: 1px 1px 2px #000;
}
img {
	border: none;
}
a {
	color: #CCFC0E;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
a:hover {	
	color: #FFD800;
	text-shadow: 0px 0px 6px #DDC600;
}
h1 {
	font-weight: bold;
	font-size: 10pt;
	color: #FFF;
	float: left;
}
h2 {
	font-weight: bold;
	font-size: 8pt;
	color: #FFF;
	float: right;
}
hr {
	border: none;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
	clear: both;
}
ul {
	list-style: none;
}
li {
	width: 120px;
}
li:hover {	
	color: #FFD800;
}
li ul {
	display: none;
	position: absolute;
}
li:hover ul {
	display: block;
}
li a {
	color: #FFF;
	display: block;
}
#container {
	width: 800px;
	margin: auto;
}
#header {
	height: 120px;
	background: url('header.png') no-repeat;
	border-radius-top-left: 10px;
}
#ad {
	padding-left: 320px; 
	padding-top: 32px;
}
#menubar {
	height: 30px;	
	margin-bottom: 10px;
	padding-left: 150px;
	border-top: 1px solid #053792;
	background: url('cb.png') no-repeat;
}
#body {
	min-height: 620px;
	border: 2px solid #000;
	border-radius: 10px;
	background: url('image4.jpg');
	padding: 5px;
	box-shadow: 0px 2px 18px rgba(0,0,0,0.8);
}
.libg {
	display: table-cell;
	width: 80px;
	height: 30px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	line-height: 2.2em;
}
.libg:hover {
	background: url('lb.png');
}
.smenu {
	background: #296ACF url('sm.png');
	border: 1px solid #053792;
	font-size: 8pt;
}
.smenu a:hover {
	display: block;
	background: #058850;
	outline: 1px solid #053792;
}
.content {	
	padding: 5px;
	margin: 10px;
	border: solid 1px #000;	
	background: #161616;
	background-color: rgba(22,22,22,0.7);
	font-size: 8pt;
	border-radius: 8px;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.8);
	color: #EEE;
}
