html {
	font-size: 62.5%;
	overflow: -moz-scrollbars-vertical;
}

body {
	background: #444 url('pics/bg.png');
	color: #444;
	font: normal 1.2em Verdana,Arial,sans-serif;
	padding-bottom: 15px;
	padding-top: 15px;
}

a {
	color: #EEC;
	text-decoration: none;
}
a:hover {
	color: #FFA;
	text-decoration: underline;
}

p {padding: 0.2em 0 1.2em;}

#cover {
	background: #000000;
	margin: 0 auto;
	width: 802px;
}

#cntnr {padding: 1px;}
#content {border: 1px solid #333;}

#head {
	height: 200px;
	background: #222 url('pics/banner.png') no-repeat;
	border-bottom: 1px solid #222;
	border-top: 1px solid #111;
	padding-left: 20px;
	padding-right: 20px;
}

.navigation {
	background: #353535 url('pics/navigation.jpg') repeat-x;
	border-bottom: 1px solid #222;
	border-top: 1px solid #555;
}
.navigation ul {display: inline; margin: 0;}
.navigation ul li {
	border-right: 1px solid #303030;
	float: left;
	list-style: none;
}
.navigation a {
	color: #AAA;
	display: block;
	font: bold 1em Verdana,sans-serif;
	padding: 12px 14px;
	text-decoration: none;
}
.navigation a:hover {
	background: #444;
	color: #E5E5D5;
	text-decoration: none;
}
.navigation li.current_page_item a {
	background: none;
	color: #EEE;
}

#main {
	background: #4A4A4A;
	color: #CCC;
}

#footer {
	background: #2A2A2A;
	border-bottom: 1px solid #1A1A1A;
	border-top: 1px solid #333;
	color: #888;
	font-size: 0.9em;
	padding: 10px 12px;
}

.left {float: left;}
.right {float: right;}

.clearer {
	height: 0;
	clear: both;
	display: block;
	line-height: 0;
	font-size: 0;}

.cnt {
	background: #363636;
	border-bottom: 1px solid #111;
}
.cnt_top {
	background: #222 url('pics/cnt_top.gif') repeat-x left top;
	border-bottom: 4px solid #777;
	border-top: 1px solid #3A3A3A;
	padding: 10px 16px 13px;
}
.cnt_body {
	background: url('pics/cnt_body.jpg') no-repeat left top;
	border-top: 1px solid #333;
	padding: 16px 16px 0;
}

div.contain {
	padding: 10px;
	margin: 0px;
	background: #515151;
	border: 5px solid #CCCCCC;
	width: 95%;
	font-size: 12px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}