
/* Standard Globals */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #000003 url(images/bg.jpg) repeat-y center top;
	width: 750px;
	margin: auto;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	color: #BBB;
}

/* Main site containers */
.header {
	background: transparent url(images/logo.png) no-repeat;
	font: normal 2em sans-serif;
	height: 132px;
	border: 1px solid #222;
}

.header span {
	padding-left: 32px;
	line-height: 132px;
}

.sitecontainer {
	border-left: 3px solid #444;
	border-right: 3px solid #444;
	margin-top: 10px;
	margin-bottom: 10px;
}

.maincontainer {
	background: #303030;
	border: 1px solid #1E1E1E;
	border-top-color: #444;
	border-bottom-color: #2A2A2A;
}

.maincontainer .left {width: 63%;}
.maincontainer .right {width: 36%;}

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

.content h1 {
	background: url(images/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;}

.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}

.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}

.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}

.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}

.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.footercontent,.footercontentcenter {
	float: left;
	width: 31%;
}

.footercontentcenter {margin: 0 3%;}

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

.bottom a {color: #888;}

/* Main site dividers */
.smallbar {
	background: #000000 url(images/smallbar.gif);
	height: 6px;
}
.topbar {
	background: #333 url(images/bar.png);
	height: 11px;
	border-top: 3px solid #333;
	border-bottom: 1px solid #333;
}
.bottombar {
	background: #333 url(images/bar.png);
	height: 11px;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
}

/* Nav */
.nav {background: #191919 url(images/nav.gif);}
.nav a {
	background: #191919 url(images/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 37px;
	padding: 0 20px;
	width: 65px;
	text-align: center;
}

.nav a:hover {
	background: #191919 url(images/nav_hover.gif);
}

.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(images/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}

.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}

.subnav li a:hover {color: #BBB;}

/* Formatting */
.left {float: left;}

.right {float: right;}

.clear {clear: both;}

a {text-decoration: none;}

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

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;
}

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

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