﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.png) repeat-x;
	font: normal 11px Trebuchet MS;
	letter-spacing: 1px;
	color: #666666;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #223d1c;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #223d1c;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #223d1c;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
}
h4 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	background-color: #E7F5E2;
	text-align: center;
	border-top: 2px #006600 solid;
	border-bottom: 2px #006600 solid;

	}
h5 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 9px;
	text-align: center;
	border-top: 1px #006600 solid;
	border-bottom: 1px #006600 solid;

}
h6 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 9px;
	text-align: center;
	
}




ol {
	line-height: 18px;
	text-align: justify;
}

ul {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	line-height: 18px;
	text-align: justify;
}

p {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
	letter-spacing: normal;
}

a {
	color: #58c143;
}

a:hover {
	text-decoration: none;
}

/* Header */

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


#header h1 {
	float: left;
	padding: 120px 0 0 25px;
}

#header h2 {
	float: right;
	padding: 45px 25px 0 0;
}

/* Menu */

#menu {
	width: 760px;
	height: 50px;
	margin: 0 auto;
	
}

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


/* Content */

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

/* Posts */

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

/* Links */

#links {
	float: right;
	width: 200px;
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

#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;
}

/* Other */
.style1 {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	margin: 2px 3px;
}
.style2 {
	color: #C0C0C0;
}
.style3 {
	text-align: center;
}
.style4 {
	border-style: solid;
	border-width: 2px;
}
.style5 {
	text-align: center;
	font-size: xx-small;
}


/* Footer */

#footer {
	height: 65px;
	padding: 20px;
	background: #223d1c url(images/img07.gif) repeat-x;
}

#footer p {
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

