/** Layout **/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #828282;
	background-color: #727876;
}

#wrapper {
	width: 930px;
	margin: 20px auto;
	background: #FFFFFF;
	border: 4px solid #535756;
	text-align: left;
}

#header {
	width: 920px;
	height: 40px;
	margin: 5px;
}

#header .title {
	margin: 2px 0;
	font-size: 36px;
	font-family: "Arial Narrow","Arial" sans-serif;
	color: #71962F;
	float: left;
}

#header .links {
	float: right;
}

* html #header .links {
	padding-top: 10px;
}

#hspacer {
	width: 920px;
	height: 3px;
	margin: 0 5px 5px 5px;
	background-color: #727876;
}

* html #hspacer {
	height: 1px;
}

#container {
	width: 930px;
	margin: 0 0px;
}

#sidebarleft {
	width: 180px;
	float: left;
}

#content {
	width: 560px;
	margin: 5px 5px 0 5px;
	float: left;
}

#content .node {
	margin-bottom: 5px;
	padding: 0 5px;
	border: 1px solid #eeeeee;
	color:#333333;
}

#content .block {
	float: left;
}

#sidebarright {
	width: 180px;
	text-align: center;
	float: left;
}

#sidebarleft .block, #sidebarright .block {
	margin-bottom: 10px;
	padding: 5px;
	/* border-bottom: 1px dotted #CCCCCC; */
}

.clearer {
	width: 100%;
	margin-top: 1px;
	clear: both;
}

#footer {
	width: 880px;
	padding: 20px;
	margin: 5px;
	background-color: #5D6661;
	border-top: 5px solid #4D4D4D;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

/** Styling **/

#header ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	display: inline;
}

#header ul li a {
	margin: 5px 0;
	padding: 10px 4px 11px 4px;
	background-color: #8DC73F;
	font-size: 14px;
	font-weight: bold;
	font-family: "Arial Narrow", sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #669900;
	border-top: 4px solid #669900;
}

* html #header ul li a {
	padding: 5px 10px 10px 10px;
}

#header ul li a:hover {
	background-color: #82B63A;
}

#container img {
	margin: 3px;
	padding: 1px;
	border: 1px solid #999999;
}

#sidebarleft, #sidebarright {
}

#sidebarleft span, #sidebarright span {
	display: block;
	padding: 5px 6px;
	font-size: 15px;
	font-weight: bold;
	font-family: "Arial Narrow", sans-serif;
	background-color: #8DC73F;
	background: url(images/spanbg.jpg) repeat-x;
	border: 1px solid #669900;
	border-bottom: none;
	color: #FFFFFF;
}

#sidebarright span {
	border-bottom: 1px solid #669900;
}

#sidebarleft ul {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	background-color: #F8F8F8;
	border: 1px solid #CCCCCC;
	border-top: none;
}

#sidebarleft li a {
	margin: 0 10px 0 5px;
	padding: 2px 10px 2px 15px;
	background: url(images/sidebarli.gif) left center;
	background-repeat: no-repeat;
	color: #333333;
	display: block;
}

* html #sidebarleft li a { display: inline-block; } /* This shit is needed for the space bug in display:block */
* html #sidebarleft li a { display: block; }		   /* rendered in IE. MS Fuckers, get your act toghether! */

#sidebarleft li a:hover {
	color: #006633;
	background: url(images/sidebarlihover.gif) left center;
	background-repeat: no-repeat;
}

#content a {
	color: #71962F;
}

#content a:hover, #content a:visited {
	color: #336633;
}

#content h2, #content h2 a {
	margin: 5px 5px 5px 0;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

#content h2 a:hover {
	border-bottom: 1px dotted #626262;
}

#content p {
	margin: 5px 0;
}

#content ul {
	list-style-type:square;
	font-style: italic;
}

#content blockquote {
	margin: 15px 20px;
	font-style: italic;
}

#content .recentsearches ul {
	margin: 5px 10px 5px 15px;
	padding: 0;
	text-align: left;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}