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

/* Elements */

body {
	background: #60AE5F;
	text-align: justify;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

h1, h2, h3, h4 {
	margin-top: 0px;
	color: #2D661F;
}

h2 {
	font-size: 18px;
}

h3 {
	margin: 0;
	font-size: 16px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
	margin-top: 0;
}

a {
	color: #248A06;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 640px;
	height: 78px;
	margin: 0 auto;
	background: url(images/img1.gif);
}

#header h1 {
	float: left;
	margin: 0;
	padding: 25px 0 0 20px;
	font-size: 32px;
}

#header h2 {
	float: right;
	margin: 0;
	padding: 45px 20px 0 0;
	font-size: 14px;
}

#header a {
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	width: 620px;
	height: 30px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(images/img3.gif);
}

#menu ul {
	width: 618px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: #333333;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 7px 20px 5px 5px;
	border-left: 1px solid #666666;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #CCCCCC;
	color: #000000;
}

#menu .first a {
	border: none;
}

/* Splash */

#splash {
	width: 620px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(images/img3.gif);
}

/* Content */

#content {
	width: 620px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	background: url(images/img3.gif);
}

#colOne {
	float: right;
	width: 399px;
	padding: 0 15px 0 0;
}

#colTwo {
	float: left;
	width: 160px;
	padding: 0 0 0 15px;
}

#colThree {
	width: 580px;
	padding: 0px 0px 0px 0px;
	margin-left: 15px;
}

#colup {
	width: 580px;
	padding: 0px 0px 0px 0px;
	margin-left: 15px;
	float: right;
}

#posts {
	width: 580px;
	padding: 0px 0px 0px 0px;
	margin-left: 15px;
}
/* Posts */

#posts .title {
	margin: 0;
	font-size: 1.6em;
}

#posts .posted {
	height: 20px;
	padding: 0px 0 0 10px;
	/*background: url(images/img12.gif) no-repeat;*/
	color: #999999;
}

#posts .meta {
	margin: 2px 0 3px 0;
	border-top: 1px dotted #939A3C;
	color: #999999;
}

#posts .meta p {
	margin: 0;
}
/* Footer */

#footer {
	width: 640px;
	height: 30px;
	margin: 0 auto;
	padding: 0px 0 0 0;
	background: url(images/img4.gif) no-repeat;
}

#footer p {
	margin: 0px;
	text-align: center;
	color: #1C570A;
}

.tab_title {
	text-align: left;
	vertical-align: top;
}
