/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #CCC;}
a:hover {font-weight: bold; color: #46FF07;}

body {
	background: #000;
	color: #000;
	font: normal 65.5% "Trebuchet MS",Verdana,sans-serif;
}

p,code,ul {
	padding-bottom: 1.2em;
	text-align: left;
}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 8px;
}

h2 {background: url(img/stripes.gif) repeat-x left bottom; color: #CCC; font: normal 2em Impact,sans-serif; margin-bottom: 8px; padding-bottom: 2px; letter-spacing: 1px;}

blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 1px;
}

h1,h2 {padding-top: 6px;}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}
.left {float: left;}
.right {float: right;}

/* structure */
.wrapper {
	font-size: 1.5em;
	margin: 0 auto;
	width: 780px;
}
.container {background: url(img/header.gif) no-repeat center top;}

/* title */
.title {
	font: normal 3em Tahoma,sans-serif;
	text-decoration: line-through;
	background-image: url(file:///Macintosh%20HD/Users/BAR/Desktop/pics/potion_flask_bubble.gif);
	background-position: center center;
}
.olive {color: #CCC;}

/* sub navigation */
.sidenav {
	background: url(img/sidenav.gif) no-repeat right top;
	padding-top: 126px;
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #46FF07;
	font-size: 1.4em;
	line-height: 30px;
	margin: 0;
}
.sidenav ul {
	padding: 0.5em 0 0 0.5em;
	color: #CCC;
}
.sidenav li {list-style: none;}
.sidenav li a {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #999;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #46FF07;
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding-top: 1px;
	width: 531px;
	background-color: #000;
	color: #FFF;
}
.content .descr {
	color: #8DC63F;
	margin-bottom: 6px;
}
.content li {margin-left: 18px;}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	border-top: 1px dashed #333;
	color: #999;
	font: normal 0.9em sans-serif;
	padding: 10px 0 16px;
}
.footer a {
	color: #784;
	text-decoration: none;
}

