body {
	margin: 0px;
	padding-top: 20px;
	background: url(images/background.gif);
	font: 13px Arial, Helvetica, sans-serif;
	color: #212121;
}

body.javawindow {
background:#FFFFFF;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
	color:#000000;
}

h3 {
	font-size: 1.4em;
	color: #339900;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #175500;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

/* Header */

#header {
	width: 100%;
	height: 160px;
	margin: 0px 0px 0px 0px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	height:160px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h2 {
	padding: 0px 0px 0px 0px;
}

/* Menu */

#menu {
	width: 1000px;
	height: 30px;
	background: url(images/menu.jpg) no-repeat;
	margin: 0px 0 0 1;
}

#menu ul {
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	font-size: 16px;
	font-style: oblique;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 30px;
	padding: 5px 30px 0px 30px;
	background: url(images/img02.jpg) no-repeat right 50%;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first {
	background: none;
}

#menu .active a {
}

/* Page */

#page {
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px;
	background-color:#FFFFFF;

}

/* Content */

#content {
	float: left;
	width: 720px;	
}
#col1 {
	float: left;
	width: 215px;
	padding-left: 15px;
}
#col2 {
float: right;
width: 490px;

}
#col3 {
float: inherit;
width: 680px;
padding-left: 15px;
}


.post {
	margin: 30px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	font-size: 20px;
	padding: 0px 0px 5px 0px;
	border-bottom: #BFC9AE solid 1px;
	color: #232F01;
}

.post .title a {
	color: #000000;
}

.post .entry {
font-size: 14px;
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
}

#sidebar-bgtop {
	align: center;
	height: 3px;
}

#sidebar-bgbtm {
	height: 3px;
}

#sidebar-content {
	padding-top: 30px;
	align: center;
	width: 240px;
	font-size: 14px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	padding-left: 20px;
}


#sidebar h2 {
	padding: 4px 20px;
	background: #80c27a;
	font-size: 1.2em;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	color: #232F01;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	width: 1000px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	border-top:  #BFC9AE solid 1px;
	;
}

#footer p {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 10px;
}

#footer a {
	color: #000000;
}

