* {
   margin: 0;
   padding: 0;
}

body {
   background: #666666 url(images/bg.png) top left repeat-x;
   font-family: Arial, Helvetica, sans-serif;
   font-size: .8em;
   color: #5f5f5f;
}

img {
	border: none;
}

.signin {
	font-size: 1em;
}

.wide {
	width: 400px;
}

.sbut {
	font-size: 1.1em;
	color: #ffffff;
	background: #666666;
	border: 1px solid #333333;
	padding: 3px;
	cursor: pointer;
}

#admin_f {
	background: #555555;
}

#admin_f th {
	font-weight: bold;
	padding: 2px;
	background: #eeeeee;
}

#admin_f td {
	background: #ffffff;
	vertical-align: top;
	padding: 2px;
}

#page {
	width: 920px;
	margin: 20px auto;
	background: white;
}

#header {
	background: url(images/top.png) top center no-repeat;
}

#head-wrap {
	float: right;
	width: 550px;
	height: 147px;
}

#headerlinksa {
	width: 150px;
	float: right;
	height: 40px;
}

#headerlinksa ul {
	list-style: none;
}

#headerlinksa li {
	display: inline;
}

#headerlinksa li a {
	float: left;
	color: white;
	text-decoration: none;
	padding: 11px 0 0 0;
	margin-right: 17px;
	font-size: 14px;
	font-weight: bold;
}

#headerlinksa li a:hover { border-bottom: 2px solid white; }

#headerlinks {
	width: 145px;
	float: right;
	height: 40px;
	background: #66cc00 url(/images/green_right.png) top right no-repeat;
	margin-right: 50px;
}

#headerlinks_in {
	float: left;
	width: 17px;
	height: 40px;
	background: #66cc00 url(/images/green_left.png) top left no-repeat;
}

#headerlinks ul {
	list-style: none;
}

#headerlinks li {
	display: inline;
}

#headerlinks li a {
	float: left;
	color: white;
	text-decoration: none;
	padding: 11px 0 0 0;
	margin-right: 20px;
	font-size: 14px;
	font-weight: bold;
}

#headerlinks li a:hover { border-bottom: 2px solid white; }

#description {
	height: 71px;
	background: url(images/top_bar.png) top left repeat-x;
	color: white;
	text-align: center;
	font-size: 1.1em;
}

#description h1 {
	padding: 20px 40px;
}

#content {

}

#normal {
	padding: 20px 40px;
}

#normal h3 {
	margin: 20px 0 10px 0;
	color: #66cc00;
	font-size: 1.5em;
}

#normal p {
	padding-bottom: 40px;
}

#normal ul {
	list-style: none;
}

#normal ul li {
	float: left;
	font-size: 1em;
	padding: 0;
	margin-right: 8px;
}

#post-127 ul, #post-128 ul {
	list-style-type: square;
	list-style-position: inside;
}

#post-127 ul li, #post-128 ul li {
	float: none;
	margin-bottom: 5px;
}

#post-127 p, #post-127 h3, #post-127 ul, #post-128 p, #post-128 h3, #post-128 ul {
	padding-bottom: 20px;
}

h1.page {
	padding-bottom: 20px;
}

h2.faq {
	color: #66CC00;
	padding-top: 10px;
	padding-bottom: 40px;
}

.pagetitle { margin: 10px 0; font-size: 2.5em; }

.post-title {
	margin: 15px 0 15px 0;
	letter-spacing: -1px;
	font-size: 1.9em;
}

.post-title img { vertical-align: bottom; padding-bottom: 3px; }

.post-title a { text-decoration: none; }

.new-entry a {
   display: block;
   padding-bottom: 10px;
}

#inner {
	width: 690px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}

#content a {
	color: #4F7DDA;
}

#content a:hover {
	color: #66CC00;
}

#inner ul {
	list-style: none;
}

#inner ul li {
	float: left;
	font-size: 1.6em;
	padding-top: 20px;
}

#inner ul li ul {
	width: 230px;
	height: 75px;
	overflow: hidden;
}

#inner ul li ul li {
	font-size: .6em;
	padding: 0;
	display: inline;
	margin-right: 6px;
	white-space: nowrap;
}

#footlinks {
	height: 35px;
	background: url(images/bottom_bar.png) top left repeat-x;
	padding-left: 250px;
}

#footlinks ul {
	list-style: none;
}

#footlinks li {
	display: inline;
}

#footlinks li a {
	float: left;
	color: white;
	text-decoration: none;
	padding: 9px 0 0 0;
	margin-right: 35px;
	font-size: 1.1em;
	font-weight: bold;
}

#footlinks li a:hover {
	border-bottom: 2px solid white;
}

#footer {
	background: url(images/bottom.png) bottom center no-repeat;
	text-align: center;
	padding: 10px;
}

#footer a {
	color: #5f5f5f;
	text-decoration: none;
}

