/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2, h3 {
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #3A4600;
}

h1 {
	letter-spacing: -1px;
	font-size: x-large;
}

h2 {
	letter-spacing: -1px;
	font-size: large;
}
h2.title{
		color:#CEEA70;
}

h3 {
	font-size: medium;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

ul, ol {
	margin-left: 1em;
}
li{
	margin-bottom: .75em;
}

blockquote {
	padding: 0 3em;
	background:  url("layout/img05.gif") no-repeat 1em 0;
	font-style: italic;
}
a{
	color: #3A4600;
}
a:hover, a:active {
	text-decoration: none;
	background-color: #CEEA70;
}

#sidebar a {
	text-decoration: none;
	color: #CEEA70;
}

@sidebar a:hover, #sidebar a:active {
	text-decoration: none;
	color: #FFFFFF;
}


img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}
.title{
		color:#CEEA70;
}
/* Header */

#header {
	width: 710px;
	height: 100px;
	margin: 0 auto;
	padding: 0 25px 10px 25px;
	background: #3A4600 url("layout/img01.jpg") no-repeat center top;
}

#header h1 {
	margin: 0;
	padding: 40px 0 0 40px;
	letter-spacing: -2px;
	font-size: 40px;
}

#header h1 a {
	color: #FFFFFF;
}

#header h2 {
	margin: -10px 0 0 0;
	padding: 0 0 0 175px;
	letter-spacing: normal;
	font: bold 10px Arial, Helvetica, sans-serif;
}

#header h2 a {
	color: #CAF368;
}

#header a {
	text-decoration: none;
}

/* Page */

#page {
	width: 710px;
	margin: 0 auto;
	padding: 0 25px;
	background: #3A4600;
	min-height:400px;
}
#container{
		border: 5px solid #DBE987;
	background-color:#FFFFFF;
	min-height:400px;
}

/* Content */

#content {
	float: left;
	width: 520px;
	padding: 5px 0 0 5px;
}

.post {
	width: 480px;
	padding: 20px 0 0 20px;
}

.post h1, .post h2, .post h3 {
}

.post .title {
	padding: 0 0 5px 0;
}

.post .title span {
	padding-right: 30px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 170px;
	padding: 5px 5px 0 0;
	background-color: #424529;
}

.box {
	width: 169px;
	padding-left: 1px;
}

.box .title {
	height: 33px;
	margin: 0;
	padding: 10px 0 0 20px;
	font-size: 18px;
			color:CEEA70;

}

.box ul {
	margin: 20px;
	padding: 0;
	list-style: none;
}

.box li {
	padding: 5px 0;
	background:  url("layout/img10.gif") repeat-x;
}

.box li.first {
	background: none;
}

.box h3 {
	margin: 0;
	font-size: 85%;
	font-weight: bold;
	color: #8B985F;
}

.box p {
	margin: 0;
	line-height: normal;
}

.box a {
	padding-left: 10px;
	background:  url("layout/img11.gif") no-repeat 0 5px;
}

/* Footer */

#footer {
	margin: 0 auto;
	padding: 0 25px 35px 25px;
		background-color: #eeeeee;
	text-align:center;
}

#footer p {
	margin: 0;
	padding: 14px 20px;
	line-height: normal;
	font-size: 77%;
	color: #565736;
}

#footer a {
	color: #565736;
}

#footer a:hover {
	text-decoration: underline;
}

#legal {
	float: left;
}

#links {
	float: right;
}