body {
	margin: 0;
	padding: 0;
	background: #f3fed6 url(images/img01.jpg) repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #75AD4A;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}


p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

a {
	color: #75AD4A;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #75AD4A;
}

#header {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: url(images/img02.jpg);
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	float: right;
	padding: 145px 30px 0 0;
	font-size: 22px;
}

#content {
	width: 720px;
	margin: 0 auto 40px auto;
	padding: 20px;
	background: #f3fed6 url(images/img04.jpg) repeat-x left bottom;
}

#posts {
	float: left;
	width: 440px;
}

#links {
	float: right;
	width: 250px;
	padding-left: 0px;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(images/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}

#footer {
	background: #f3fbdc;
}

#footer p {
	text-align: center;
	color: #999999;
}