
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: #111 url(img/bg.jpg) repeat-y center top;
	color: #BBB;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(img/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 80px;
}

.header:hover {
	background:#1a1a1a;
	cursor:pointer;
}

.header:hover h1 {
	color:#999;
}

.header h1 {
	color: #888;
	display: block;
	line-height: 70px;
	text-decoration: none;
	width: 100%;
	font-size:32px;
	padding-left: 32px;
}

.banner {
	width:800px;
	min-height:197px;
	background:url(img/banner.jpg) no-repeat;
	padding-top:2px;
	padding-bottom:1px;
}

/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
	width:800px;
	margin:0 auto;
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {width: 75%;}
.main .right {width: 25%;}

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
	min-height:300px;
}

/* content elements */
.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #222 url(img/nav.gif) repeat-x top; line-height:30px; min-height:30px;border-bottom:solid 1px #191919;}

/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background:url(img/li.gif) no-repeat left 16px;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 38px;
	padding-left: 18px;
	text-decoration: none;
	display:block;
	border-bottom:solid 1px #222;
}
.subnav li a:hover {color: #BBB;}

.subnav li:hover {
	background:#2c2c2c url(img/li.gif) no-repeat left 16px;
}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 10px;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}