@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(../images/headerpanel.png);
	background-repeat: repeat-x;
	margin: 0px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	min-width: 800px;
}
#SiteHolder {
	margin-right: 100px;
	margin-left: 100px;
}
#HeaderPanel {
	height: 90px;
	padding-top: 50px;
	padding: 0;
}
#NavPanel {
	height: 34px;
}
#NavPanel a {
	height: 25px;
	display: block;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	color: #FAC600;
	text-decoration: none;
	padding-top: 6px;
	border-top: 3px solid #444;
}
#NavPanel a:hover {
	border-top: 3px solid #FAC600;
	text-decoration: underline;
}
#NavPanel .Active {
	background-image: url(../images/nav_active.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	border-top: 3px solid #666;
	color: #fff;
}
#HeaderPanel h1 {
	color: #FFFFFF;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: -.05em;
	margin: 0;
	padding-top: 40px;
}
.Column {
	clear: none;
	float: left;
	position: relative;
}
#HeaderPanel .Version {
	font-size: .7em;
	color: #FFCC00;
}
#MainContent {
	padding-right: 240px;
	line-height: 1.5em;
	display: block;
	min-height: 100%;
}
#LHS {
	padding: 20px;
	width: 100%;
}
#RHS {
	width: 160px;
	padding: 20px;
	margin-right: -240px;
}
#LHS h1 {
	font-size: 1.5em;
	letter-spacing: -.05em;
	margin: 0px;
}
#LHS h4 {
	color: #999999;
	font-size: .7em;
	font-weight: normal;
	margin: 0px;
}
#LHS p {
	margin-top: 10px;
	margin-bottom: 10px;
}
a {
	color: #FAC600;
}
#LHS h1 a {
	text-decoration: none;
}
#LHS .hr {
	background: #421;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #400;
	outline: none;
	margin: 20px 0;
}

#LHS h1 a:hover {
	text-decoration: underline;
}



#FooterPanel {
	clear: both;
	font-size: 0.8em;
	background-image: url(../images/footerpanel.png);
	background-repeat: repeat-x;
	height: 80px;
	color: #666666;
	padding-top: 10px;
	padding-right: 110px;
	padding-bottom: 10px;
	padding-left: 110px;
}
#FooterPanel a {
	color: #666666;
	text-decoration: none;
}
#FooterPanel a:hover {
	color: #fac600;
	text-decoration: underline;
}
#LHS blockquote {
	background-color: #333333;
	border: 1px solid #666666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#moblogpics {
	overflow: hidden;
	height: 96px;
}
#moblog {
	font-size: 0.8em;
	margin-bottom: 20px;
}
#Comments h1 {
	color: #FFCC00;
	font-size: 1.4em;
}
.tiny {
	font-size: 0.7em;
	display: block;
}