

* {
	margin: 0;
	padding: 0;
}

body {
	background: #004700;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

h1, h2, h3 {
	margin-bottom: 18px;
	font-weight: bolder;
	color: #e32118;
}

h1 {
	font-size: 160%;
}

table {
	margin-bottom: 1.5em;
	line-height: 2em;
}

td {padding-left: 10px;}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding: 0 3em;
	font-style: italic;
}

a:link {
	text-decoration: none;
	color: #e32219;
}

a:hover, a:active {
	text-decoration: none;
	color: #006633;
}

a:visited {
	color: #e32219;
}

img {
	margin: 0px 15px 10px 5px;
	float: left;
	border: none;
}

img.left {
	float: left;
	margin: 15px;
}

img.right {
	float: right;
	margin: 15px;
}

/* Header */

#header {
	width: 900px;
	height: 240px;
	margin: 0 auto;
	padding: 0 0 10px 0px;
	background: #ffffff url(images/head_2.jpg) no-repeat center top;
}



/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: #fbf8e3 url(images/hg_01.jpg) repeat;
}

/* Content */

#content {
	float: right;
	width: 600px;
	padding: 30px 10px 0 5px;
	
}

.post {
	width: 560px;
	padding: 0px 10px 0 10px;
}

.post h1  {
font-size: 22px;

}

.post h2, .post h3 {
font-size: 18px;

}

.post .title {
	padding: 0;
}

.post .title span {
	padding-right: 30px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding: 5px 5px 0 0;
	
}

.box { 
	width: 230px;
	padding-left: 1px;
}



.box ul {
	margin: 20px 20px 20px 0px;
	padding: 0;
	list-style: none;
}

.box li {
	font-weight: bolder;
	padding: 3px 0;
	border-bottom: 1px dashed #e32219;
}

.box li.first {
}

.box li.second {
	font-weight: lighter;
	margin-left: 20px;
}

.box h3 {
	margin: 0;
	font-size: 85%;
	font-weight: bold;
}

.box p {
	margin: 5;
	line-height: normal;
}

.box a {
	color: #006633;
	
}

.box ul a:link {
	text-decoration: none;
	color: #006633;
}

.box ul a:hoover {

	color: !important #333;
}

.box ul a:active {
	text-decoration: none;
	color: #006633;
}


.box ul a:visited {
	color: #006633;
}

.box li.current_page_item {
}

.box li.current_page_item a {
	color: #e32219;
}


/* Footer */

#footer {
background: #fbf8e3 url(images/hg_01.jpg) repeat;
	width: 900px;
	height: 20px;
	margin: 0 auto;
	margin-top: 3px;
	padding-bottom: 25px;
	text-align: right;
}

#footer p {
	margin: 0;
	padding: 14px 20px;
	line-height: normal;
	font-size: 77%;
	
}

#footer a {
	color: #000;
}

#footer a:hover {
	text-decoration: underline;
}

#legal {
	float: left;
}

#links {
	float: right;
}