/* --- This is sort of bare minimum CSS. Use at your own risk! --- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,
cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0; color: #000;}
:focus{outline:0;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:400;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
div{position:relative;}
h1,h2,h3,h4,h5,h6{font-weight: bold; font-family: Arial, sans; color: #595248;}

body {
	font-size: 14px;
	background-color: #88B526;
	font-family: Georgia, Palatino, Palatino Linotype, Times, "Times New Roman", serif;
	text-align: center;
}

a {
	color: black;
	text-decoration: underline;
  color: #759c21;
}

a:hover { text-decoration: none; }

.container {
	width: 900px;
	margin: 0 auto;
  background-color: #fff;
	
}

.footer
{
  padding-bottom: 10px;
  clear: both;
}
.header {
	padding-top: 40px;
  height: 110px;
  background: #fff url('images/head.jpg') no-repeat;
}
.header, .header a
{
  color: #3C3230;
  font-size: 40px;
  text-decoration: none;
  font-family: Arial, sans;
}

.west li a{
  display: block;
  text-align: left;
  padding: 5px 10px;
  margin: 0px 0;
  background: transparent;
  font-weight: bold;
}
.west li a:hover{background-color: #88B526; color: #fff;}
.west
{
  width: 130px;
  float: left;
}
.east
{
  width: 120px;
  padding: 2px 2px 0 0;
  float: right;
}

.content {
	margin: 0px 124px 10px 130px;
	padding: 10px;
	background-color: #ebf8c3;
	border: 1px solid #bcda7a;
	text-align: left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

h1 { font-size: 36px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }

p, h2, h3 { margin-bottom: 10px; }

p { line-height: 1.3em; }
