/* reset */
body, h1, h2, h3, h4, h5, h6, 
p, address, form, fieldset, 
ul, ol, li, object, param, table, legends, input {
	margin: 0;
	padding: 0;
}
a, a:visited {text-decoration: none;}
fieldset, img, object, param, table, td, th, tr, legend {border: 0;}
li {list-style:none;}
/* end of reset */

/* nifty corners */
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}
/* end of nifty corners */

body {
	background:#1d2512;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#fff;
}
a {
	font-family:Verdana, Tahoma, Arial; 
	font-size:11px; 
	font-weight:normal; 
	border-bottom:1px dashed #365c32;
	color:#ea5b0d;
}
a:visited {
	font-family:Verdana, Tahoma, Arial; 
	font-size:11px; 
	font-weight:normal; 
	text-decoration:underline;
	color:#ea5b0d;
}
a:hover {
	font-family:Verdana, Tahoma, Arial;
	font-size:11px;
	font-weight:normal;
	border-bottom:none;
	color:#EFDAC2;
}
.space {
	height:20px;
}
#top {
	width:900px;
	margin:auto;
	background:#000;
	margin-bottom:10px;
}
#top p {
	padding:10px 0 10px 10px;
}
#top_img {
	width:900px;
	margin:auto;
	margin-bottom:10px;
}
#navigation {
	clear:both;	
	width:900px;
	margin:auto;
	background:#000;
	margin-bottom:10px;
}
#navigation  p {
	padding:10px 0 10px 10px;
}
#content {
	width:890px;
	margin:auto;
}
#categories {
	float:left;
	width:600px;
	border:dotted 10px #1d2512;
	padding-bottom:20px;
}
a.categories {
	font-size:14px;
	font-weight:bold;
	background:url('../pics/arrow-red.gif') no-repeat; 
	padding-left:25px;
	color:#ead30d;
}
#sidebar_right {
	float:right;
	width:250px;
	border:dotted 10px #1d2512;
}
#sidebar_right  ul  {
	padding:10px 0 10px 25px;	
}
#sidebar_right  li  {
	list-style-type:disc;	
}
#rss_news {
	width:890px;
	margin:auto;
	margin-bottom:20px;
}
#rss_news p {
	padding-bottom:10px;
	text-align:justify;
}
#bottom {
	clear:both;
	width:900px;
	margin:auto;
	background:#000;
}
#bottom  p {
	padding:10px 0 10px 10px;
}
.taxonomy { 
	background:url('../pics/arrow.gif') no-repeat; 
	font-size:13px;
	padding-left:25px;	
}
