body {
	background-color: #202020;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
#nav {
	width: 680px;
	height: 25px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	color: white;
	background-color: #202020;
	opacity: 0.8;
	-moz-opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	position: fixed;
	margin-left: -340px;
	left: 50%;
	margin-top: 0px;
	padding: 0px;
	z-index: 99;
	_position: absolute;
    _top: expression((dummy = document.documentElement.scrollTop) + "px");
}
#nav li {
	display: block;
	float: left;
	height: 25px;
	width: auto;
	text-align: center;
	line-height: 25px;
}
#nav li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 25px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#nav li a:hover {
	background-color: #666666;
}
#main {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#hero {
	margin: 0px;
	width: 680px;
	height: 180px;
	background-image: url("images/banner.gif");
}
#header {
	background-color: #FFCC33;
	border-top: 1px solid #b0b0b0;
	height: 25px;
	padding-top: 1px;
	position: relative;
}
#header h1 {
	position: absolute;
	left: 82px;
	top: 8px;
	color: white;
	font-size: 48px;
	font-weight: bold;
	margin: 0px;
}
#header h1.shad {
	left: 84px;
	top: 10px;
	color: black;
	opacity: 0.7;
	-moz-opacity: 0.7;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
#header em {
	font-style: normal;
	text-decoration: underline;
}
#body {
	padding-top: 0px;
	background-color: white;
	position: relative;
	border-top: 1px solid #b0b0b0;
	border-right: 200px solid #eeeeee;
}
#sidebar {
	width: 180px;
	position: absolute;
	right: -200px;
	_right: 0px;
	top: 0px;
	_top: 11px;
	padding: 10px;
}
#sidebar h3 {
	font-size: 13px;
	border-bottom: 1px solid black;
	margin-bottom: 4px;
	margin-top: 16px;
	clear: both;
}
#sidebar ul {
	margin-left: 1em;
	padding-left: 0px;
}
#sidebar p {
	margin-bottom: 8px;
}
#content {
	padding: 20px;
	width: 438px;
	border-right: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	color: #333333;
	font-size: 12px;
	min-height: 200px;
}
#content h2 {
	font-size: 18px;
	/* 18px is the default minimum font size for which anti-aliasing will occur. */
	margin: 0px;
	border-bottom: 1px solid black;
}
#content .meta {
	height: 1em;
}
#content p {
	text-align: justify;
	text-indent: 3em;
	line-height: 1.3em;
}
.comments {
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	padding: 4px;
	text-align: right;
	margin-bottom: 2em;
	background-image: url(images/comment_edit.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
a {
	color: #666666;
}
.pullout {
	background-color: #eeeeee;
	padding: 5px;
	float: right;
	margin: 8px;
}
#footer {
	width: 680px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	background-color: #eeeeee;
	color: #b0b0b0;
}

#image {
    margin: 10px 10px 0px 0px;
	text-align: center;
	border: 1px solid #b0b0b0;
	float: left;
	width: 120px;
	height: 120px;
	overflow: hidden;
	text-decoration: none;
	color: black;
	
}

#image img {
    border: none;
    margin: 5px;
	height: 85px;
	width: 110px;
	overflow: hidden;
}

#image:hover {
    border: 1px solid red;
    text-decoration: none;
}

.left {
	float: left;
}
.right {
	float: right;
}
.csskeyword {
	color: blue;
}
.cssvalue {
	color: red;
}
small.super {
	vertical-align: top;
	font-size: 0.75em;
	line-height: 1.3em;
}
.nodisplay {
	display: none;
}
.clear {
    height: 0px;
	width: 0px;
    clear: both;
}
