* { padding: 0; margin: 0; }

body {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 0.9em;
 background-image: url(../images/bg.jpg);

}
#wrapper { 
 margin: 0 auto;
 width: 963px;
}
#content { 
 width: 963px;
 color: #333;
 background: white;
 margin: 10px 0px 0px 0px;
 height: 366px;
}

#content_main { 
 width: 933px;
  color: #113e12;
 background: #DFEDE3;
 min-height:200px;
 height:auto !important;
 height:200px;
 border-left: 5px solid white;
 border-right: 5px solid white;
 border-top: 2px solid white;
 padding: 10px;
}

#footer { 
 width: 943px;
 color: #333;
 background: #2A8443;
 height: 23px;
 border-left: 5px solid white;
 border-right: 5px solid white;
 border-top: 5px solid white;
 border-bottom: 5px solid white;
 margin-bottom: 10px;
 padding-top: 6px;
 padding-right: 10px;
 text-align:right;
}

#newsletter{
	width: 220px;
	height: 95px;
	border: 5px solid #2A8443;
	float: right;
	display: block;
	background-color: #f2fbf4;
	text-align: center;
	padding-top: 12px;
}

img{
	border: none;
}

h3{
font-size: 1.4em;
margin: 0px;
}

ul{
	padding-left: 20px;
}

p{
margin-bottom: 5px;
margin-top: 5px;
}

a{
	color: #aa7106;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #aa7106;
	font-weight: bold;
	text-decoration: underline;
}

#log {
	float: left;
	width: 200px;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	background: url(../images/ajax-loader.gif) no-repeat center;
}
