html {
	overflow: -moz-scrollbars-vertical;
}
* {
	margin: 0;
	padding: 0;
}

body {
	background: #333 url("images/bg.gif") repeat;
	text-align: center;
	font: normal 11px/18px verdana, arial, tahoma, sans-serif;
	color: #333;
	padding-top: 40px;
}

a {
	color: #666;
	/*text-decoration: none;*/
}

/*a:visited {
	text-decoration: underline;
}*/

a:hover {
	color: #000;
}

/*
#header {
	width: 630px;
	height: 190px;
	background: #000 url("images/header2.jpg") no-repeat;
	background-position: top right;
}
*/

html>body #header {height: 210px;}

#wrapper {
	width: 630px;
	background: #fff url("images/sidebar.gif") repeat-y;
	background-position: 0 0;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
}

#filler {
	width: 140px;
	height: 2em;
	background-color: #333;
	margin: 1px 1px 1px 0;
	float: left;
	font: bold 16px/30px arial, verdana, tahoma, sans-serif;
	padding-left: 10px;
	color: #fff;
	cursor: default;
}

/*h1 {
	width: 140px;
	height: 30px;
	background-color: #333;
	margin: 1px 1px 1px 0;
	float: left;
	font: bold 16px/30px arial, verdana, tahoma, sans-serif;
	padding-left: 10px;
	color: #fff;
	cursor: default;
}

h1:first-letter {
	color: #f00;
	text-decoration: underline;
}*/

h1 {
	width: 469px;
	height: 2em;
	background-color: #333;
	float: left;
	font: bold 16px/30px arial, verdana, tahoma, sans-serif;
	padding-left: 10px;
	color: #fff;
	margin-top: 1px;
	cursor: default;
}

h2 {
	font-size: 120%;
	color: #024d23;
}

li {
	margin: 0 0 0 15px;
	padding: 0;
}

#header ul {
	list-style: none;
	z-index: 2;
	border-right: 1px solid #fff;
	height: 210px;
	width: 150px;
	background-color: #6f001d;
}

#header li a {
	color: #fff;
	font: normal 11px/24px verdana, arial, tahoma, sans-serif;
	display: block;
	width: 140px;
	height: 24px;
	/*background-color: #000;*/
	background-color: #6f001d;
	border-bottom: 1px solid #fff;
	padding-left: 10px;
	margin: 0 0 0 -15px;
	text-decoration: none;
}

#header li a:hover {
	/*background-color: #333;*/
	/*background-color: #e8d3bb;*/
	background: #e8d3bb url("images/bullet2.gif") 100% 50% no-repeat;
	color: #000;
}

#header #current a {
	/*background-image: url("images/bullet.gif");*/
	background: #e8d3bb url("images/bullet2.gif") 100% 50% no-repeat;
	color: #000;
}

#sidebar {
	width: 132px;
	background-color: #ccc;
	float: left;
	position: relative;
	left: -4px;
	margin-left: -147px;
	border-top: 1px solid #fff;
	font: normal 10px/18px verdana, arial, tahoma, sans-serif;
	padding: 8px;
}

img {
	border: none;
}
img.sidebar {
	margin-left: -1px;
	border: 1px solid #fff;
	margin-bottom: 10px;
}
img.floatright {
	float: right;
	padding: 5px 0 5px 10px;
}

a img {
	display: block;
	margin-bottom: 20px;
	border: 1px solid #fff;
}

a:hover img {
	border-color: #f00;
}

#content {
	float: left;
	width: 450px;
	margin: 10px 0 0 10px;
}

p {
	margin-bottom: 20px;
}

/*p:first-line {
	font-weight: bold;
}*/

#footer {
	clear: both;
	width: 400px;
	margin-left: 163px;
	color: #999;
	font-size: 85%;
}

.error {
	color: red;
}

.plain {
	color: #999;
	text-decoration: none;
}
