﻿
body {
	margin-top: 50px;
	padding: 0;
	background: #000000;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #FFFFFF;
}

h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -1px;
	font-size: 1.5em;
}

h2 {
	font-size: 23px;
}

ol {
	margin: 0 0 1em 0;
	text-align: justify;
	line-height: 26px;
}

ul {
	margin: 0 0 1em 0;
	text-align: justify;
	line-height: 26px;
}

p {
	margin: 0 0 1em 0;
	text-align: justify;
}

a:link {
	color: #00D5D5;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #00D5D5;
}
a:hover {
	text-decoration: none;
	color: #00D5D5;
}
a:visited {
	color: #00D5D5;
	text-decoration: underline;
}

img {
	border: none;
}

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

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


#banner {
	width: 900px;
	margin: 0 auto;
	padding: 3px 3px 3px 3px;
	background: url(images/picfarm.jpg) no-repeat left top;
	height: 259px;
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height: 50px;
	background: url(images/img01.gif) no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	width: 900px;
	height: 76px;
	background: url(images/footer.jpg) no-repeat left top;
}


/** LOGO */

#logo {
	width: 900px;
	height: 100px;
	margin: 0 auto;
	padding: 0px 0 0 0px;
}

#logo h2 {
	float: left;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#logo h1 {
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 15px

}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #897B7B; 
}

#logo p a {
	text-decoration: none;
	color: #8BD80E;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: #000000;
}

/* Content */

#content {
	float: left;
	width: 600px;
	background: #000000;
	padding: 10px 10px 10px 10px;

	
}

#content h2 {
	border-left: 8px solid #00e6e6;
	font-size: 20px;
	color: #FFFFFF;
		
}
/* Post */

.post {
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left: 8px solid #B8120B;
}



/* Sidebar */

#sidebar {
	width: 220px;
	float: right;
	margin: 10;
	padding: 10px 10px 10px 10px;
	background: #b6a689;


}

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

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 0px;
}

#sidebar h2 {
	width: 250px;
	margin-bottom: 10px;
	padding-left: 0px;
	border-left: 8px solid #b6a689;
	font-size: 20px;
	color: #FFFFFF;
}



/* Footer */
#footer-wrap {
}

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	background: url(images/footer.jpg) no-repeat;
	height: 75px;

}

#footer p {
	font-size: .80em;
}

#sidebar p {
	padding-left: 8px;
	border-left: 8px solid #b6a689;
	font-size: .90em;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: normal;

