/*
    designed by WebTemplateOcean.com
    http://www.webtemplateocean.com/
    released under Creative Commons Attribution-ShareAlike 3.0 license
*/

* {
    margin: 0;
    padding: 0;
}

body {
    padding: 9px 0;
    font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #444444;
    background: #D3D3D3 url('images/bg.gif') repeat-x;
}

h1, h2 {
    font: normal 2.5em/1.2em Georgia, Times, serif;
}

h3 {
    font: normal 2.3em/1.2em Georgia, Times, serif;
}


p {
    padding: .75em 0;
    line-height: 1.8em;
}

p#subtitle {
    padding: 10px 0 0 40px;
	font-weight:bold;
    font-size: 1.2em;
	letter-spacing:0.3em;
    text-transform: uppercase;
    color:#5C0707;
}

a {
    color:#000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* page */

#page {
    width: 960px;
    margin: 0 auto;
    background: #EBEBEB url('images/page.gif') no-repeat bottom;
}

/* header */

#header {
    height: 228px;
    background: #083A14 url('images/header.jpg') no-repeat;
	background-size:960px;
	}

#header h1 {
    font-size: 4em;
    padding: 60px 0 0 40px;
    color: #000;
}

#header h1 a, #header h1 a:hover {
    color: #000;
    text-decoration: none;
}

/* menu */

#menu {
    height: 45px;
    padding: 0 40px;
    background: #D8D8D8 url('images/menu.jpg');
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
    padding: 0 20px;
}

#menu ul li a {
    font-size: .86em;
    line-height: 52px;
    text-transform: uppercase;
    color: #000000;
}

/* main */

#main {
    clear: both;
    padding: 15px 20px 0 20px;
}

/* sidebar */

#sidebar {
    float: left;
    width: 250px;
    padding-top: 50px;
}

#sidebar h2 {
    padding: 0 0 0 25px;
    font-size: 1.6em;
    text-transform: lowercase;
}

#sidebar .box {
    margin: .75em 0 2.5em 0;
    padding: 0 15px 0 25px;
    border-left: 1px solid #D9D9D9;
}

#sidebar p {
    text-align: left;
    line-height: 2em;
}

#sidebar ul {
    list-style: none;
    margin: 0.5em 0 0.5em 0;
    padding: 0 15px 0 25px;
    border-left: 1px solid #D9D9D9;
}

#sidebar ul li {
    padding: .2em 0;
    line-height: 2em;
}

/* content */

#content {
    float: right;
    width: 625px;
    padding: 40px 20px 10px 20px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
}

#content .post {
    padding-bottom: 0.5em;
}

#content .entry {
    padding-top: 1em;
}

#content h2 {
    font-size: 3em;
    letter-spacing: -1px;
    color: #486744;
}

#content h2 a, #content h2 a:hover {
    color: #486744;
    text-decoration: none;
}

p.postmeta {
    font-size: .79em;
    text-transform: uppercase;
    color: #888888;
}

p.readmore {
    padding-right: 2em;
    text-align: right;
}

p.readmore a {
    padding: 0 4px;
    background: #F6F6F6;
    border: 1px solid #EEEEEE;
}

p.readmore a:hover {
    text-decoration: none;
    background: #EBEBEB;
    border: 1px solid #E3E3E3;
}

/* footer */

#footer {
    clear: both;
    height: 1%;
    padding: 30px 20px;
}

#footer p {
    font-size: .79em;
    text-align: center;
    text-transform: uppercase;
}

.div_float {
	width:290px;
	padding:2px;
	margin: 10px 9px 10px 8px;
	float:left;
}

.div_width {
	width:625px;
	alignment-adjust:central;
}

.table {
	border:ridge #D49F00;
	vertical-align:middle;
	text-align:center;
	color:#000;
}

.table2 {
	border:groove #3297C7;
	vertical-align:middle;
	text-align:center;
	color:#000;
	font-weight:bold;
}

.th {
	background:#3297C7;
	border:groove #3297C7;
	color:#FF9;

}

.clear {
	clear:both;
}

.color {
	color:gray;
}

.color2 {
	color:green;
}

img.content {
border:none;
float:left;
padding:8px;
width:200px;
}












