/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF ;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11pt;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
}

ul, ol {
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}

a {
  text-decoration: none;
	color: #76913a;
}
a.compliment {
  color: #ea7540;
}
a:hover {
	color: #95b849;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {
  float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	display: block;
  padding-top: 25px;
}

#menu li#name {
  padding-right: 75px;
}

#menu a {
  padding: 8px;
	text-decoration: none;
	text-align: center;
	font-size: 13pt;
	color: #4a6b07;
}

#menu a:hover {
	color: #8fa638;
}

/* Header */

#header {
	width: 770px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 200px;
	height: 45px;
	margin: 10px 0 0 0;
	background: url(images/logo_200.jpg) no-repeat;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 750px;
  margin-top: 20px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

hr {
  border: #DDD;
  color: #DDD;
  background-color: #DDD;
  margin: 10px 0 10px 0;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 25px 0;
	background: #EDEBD5 url(images/img04.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 90%;
}

#footer a {
	color: #666666;
}

input {
  border: 2px solid #DDDDDD;
  font-size: 12px;
  padding: 3px;
  margin-right: 5px;
}

input:hover {
  border-color: #BBBBBB;
}

input#fullsite {
  border: 1px solid #EEEEEE;
}

form#fullsiteform {
	text-align: center;
}
button, input[type="submit"] {
  background-color: #7a9149;
  border:1px outset #777;
  font-size:85%;
  line-height:130%;
  color:#FFFFFF;
  cursor:pointer;
  width:auto;
  overflow:visible;   padding:4px 10px 3px 7px; /* IE6 */
} 
button[type]{
  padding:5px 10px 5px 7px; /* Firefox */
  line-height:17px; /* Safari */
} 
button:hover {
  background-color: #99ad6e;
}
input.next {
  background-color: #7bc2a7;
  border:1px outset #777;
  font-size:20px;
  color:#FFFFFF;
  line-height:130%;
  cursor:pointer;
  width:auto;
  overflow:visible;   padding:4px 10px 3px 7px; /* IE6 */
  text-align: center;
	float: right;
}
div#rhs {
  float: right;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #CCCCCC;
  padding-left: 10px;
  margin-left: 5px;
  width: 32%;
  height: 100%;
}

