
body {
	background: #111 url(img/bgg.html) no-repeat center top fixed;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
              color: #FFF;
}

* { margin: 0; padding: 0; }
a {text-decoration: none;}
p,ul { font-size: 1.2em; padding-bottom: 1.2em; }
blockquote { 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; }


.clearer { clear: both; }
.stripes { background: #333 url(img/stripe.gif); height: 7px; }


.left {float: left;}
.right {float: right;}


.header {
	background: #111;
	border-top: 3px dashed #444;
	border-bottom: 3px dashed #333;
}



.container {
	border: 3px groove #444;
	border-top: none;
}



.main {
	background: #222;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}

.main .left {width: 70%;}
.main .right {width: 30%;}

.content {
	border-left: 1px solid #444;
	padding: 16px;
}

.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}


.nav {background: #222 url(img/nav.gif);}
.nav a {
	background: #222 url(img/nav.gif);
	border-right: 2px groove #161616;
	color: #EFEFEF;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 30px;
	padding: 0 10px;
}
.nav a:hover {
	background: #191919 url(img/nav_hover.gif);
}


.subnav {
	background: #303030;
	border: 2px solid #555;
	border-top-color: #444;	
	border-bottom-color: #444;	
	padding: 12px;
}

.subnav h1 {padding-top: 8px;}



.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}


.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}

.bottom a {color: #888;}