* {
	margin: 0;
	padding: 0;
}

a {color: #36C;}

a:hover {color: #06F;}

body {
	background: #4E5D3C url(images/bg.jpg);
	color: #444;
	font: normal 62.5% Arial, Helvetica, sans-serif;
	margin: 0;
}

p,blockquote,ul {margin-bottom: 1.2em;}

h1 {font: normal 1.2em Arial, Helvetica, sans-serif;
	margin: 0 0 0 1px ;
}

h2 {
	font: bold 1em Arial, Helvetica, sans-serif;
	margin: 3px 0 1px;
}

ul {margin-left: 1.8em;}

blockquote {
	background: url(images/quote.gif) no-repeat;
	color: #555;
	font: normal 1.4em Arial, Helvetica, sans-serif;;
	padding-left: 22px;
}

blockquote p {padding: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img.left {margin: 0 18px 6px 0;}

.divider {
	background: url(images/divider.gif) no-repeat;
	height: 20px;
	margin: 24px 0;
}

/* structure */
.container {
	background: url(images/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 736px;
}

.gfx {

	float: left;
	height: 10px;
	margin-top: 12px;
	width: 52px;
}

.top {
	background: url(images/bgcontent.jpg) no-repeat 0 -4%;
	float: left;
	text-align: center;
	width: 632px;
}

.header {
	background: #56644A url(images/header.jpg) no-repeat;
	color: #395B40;
	font-size: 1em;
	height: 101px;
	padding-right: 0px;
}

.header h1 {
	font: normal 2.2em Arial, Helvetica, sans-serif;
	padding: 2px 0 0px 0;
}

.pattern {
	background: #334127 url(images/pattern.gif) repeat-x;
	clear: both;
	height: 12px;
}

.patterntop {
	background: #334127 url(images/pattern_top.gif) repeat-x;
	clear: both;
	height: 12px;
}

/* content */
.content {
	background: url(images/bgcontent.jpg) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
}
.content .spacer {
	height: 38px;
}

/* content item */
.item {clear: both;}

.item img {border: 1px solid #8A6;}

.item .title {
	color: #445044;
	font: normal 2em Arial, Helvetica, sans-serif;
	padding-bottom: 7px;
}


.item .metadata {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
}

/* footer */
.footer {
	background: url(images/bgfooter.gif) no-repeat;
	color: #666;
	font-size: 1.1em;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 632px;
}

.footer a {
	color: #666;
	text-decoration: none;
}

.footer a:hover {
	color: #333;
	text-decoration: underline;
}
			/*SIDEBAR*/
#sidebar {
float: left;
width: 200px;
margin: 2px 5px 5px 2px;
padding: 4px 12px 4px 4px;
}
			/*SIDE MENU*/
#sidebar ul {
list-style: none;
margin: 0 0 0 0;
padding: 4px;
border: 1px solid #C0C0C0;
background: #f3f6e3;
}
#sidebar ul li { 
display: inline;
padding: 0;
margin: 0;
}
#sidebar ul li a {
display: block;
color: #385900;
background: inherit;
text-decoration: none;
margin: 0;
padding: 4px 0 0px 0;
border-bottom: 1px solid #C0C0C0;
}
#sidebar ul li a:hover {
text-decoration: none;
background: #FFFFFF;
}