/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

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


img {border: none;}

IMG.update {
float: left;
padding: 5px;
}

embed.update {
float: left;
padding: 15px;
}

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: url(header_spacer.png);
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
}
.header a {
	color: #888;
	display: block;
	text-decoration: none;
	width: 100%;
}

/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
	width: 900px;
}

.main {
	background: #303030;
	border: 1px solid #2A2A2A;
}
.main .left {width: 64%;}
.main .right {width: 36%;}

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

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

/* navigation */
.nav {background: url(navbar/navcol.png);}


/* 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 bottom;
	list-style: none;
	margin: 0;
}
.subnav a {
	color: #993333;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav a:hover {color: #993399;}
