* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #000000;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.green {
	color: #4BC02F;
}


#contmain
{
width: 100%;
}

h1, h2, h3 {
	color: #000;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 7px;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #4BC02F;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #000;
}

#header {
	width: 806px;
	margin: 0 auto;
	height: 280px;
	background: #ffffff;
	border-left: 12px solid #ffffff;
	border-right: 12px solid #ffffff;
	
}

#menu {
	height: 57px;
	width: 806px;
	background: #ffffff url(images/menu.gif) repeat-x;
	border-top: 12px solid #ffffff;
	border-bottom: 12px solid #ffffff;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 31px;
	width: 125px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 1.1em;
	padding-top: 20px;
	font-weight: bold;
	color: #ffffff;
    text-align: center;

}

#menu a:hover {
	color: #000000;
}

#logo {
	width: 806px;
	height: 200px;
	background: url(images/header.jpg) no-repeat;
	text-align: right;
}


#logo h1 {
	padding-top: 100px;
	padding-right: 20px;
	color: #000000;
	font-size: 28px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	color: #000000;
	padding-right: 20px;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
}

#logo a {
	color: #FFFFFF;
}

#page {
	width: 806px;
	margin: 0 auto;
	background: #ffffff;
	border-top: none;
	padding-top: 5px;
	border-left: 12px solid #ffffff;
	border-right: 12px solid #ffffff;
}

#content {
	float: left;
	width: 790px;
	padding-left: 10px;
	padding-top: 5px;
}

.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	height: 20px;
	font-size: 20px;
}

.post .entry {
	padding: 10px 30px 30px 15px;
}

.post .meta {
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}

.post .meta a {
	color: #000000;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
}

.post .links a, .post .tags a {
	border: none;
}

#bottom
{
height: 30px;
background: url(images/footer.gif) bottom no-repeat;
}

#footer
{
padding: 20px;
height: 50px
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #FFFFFF
}
#contmain #page #content .post .post {

}
