body {
	margin: 0;
	padding: 0;
	background-color:#ffffff;
	background-image: url(banner2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	
}
 h2{
	font:100% Arial, Helvetica, sans-serif;
	color:#96c73d;
	font-weight:bold;
	text-align: left;
	margin-right: 1em;
	margin-top: 0;
	margin-bottom: -2px;
}
form {
	margin: 0;
	padding: 0;
}
p {
	font: 80%/1.8 Arial, Helvetica, sans-serif;
	color: green;
	margin-top: 0;
	margin-bottom: 4px;

}
li, ul.post-meta li {
color:green;
font: 80%/1.8 Arial, Helvetica, sans-serif;
}

ul {
	list-style: Arial;
    list-style-position:inside;
    margin: 2px;
	padding:0;

}
img{
margin: 2px;
padding-right: 10px;
}
#wrapper {
	min-width: 400px;
	width: 100%;
}
#outer {
	border-left: 165px solid #FFFFFF;  /* left column background */
	border-right: 180px solid #ffffff; /* right column background */
	background-color: #ffffff;         /* center column background */
}
#inner {
	margin: 0;
	width: 100%; 
}
#header {
	background-color: #FFFFFF;    
	color: #901602;
}

#header h1 {
	font: 95% Arial, Helvetica, sans-serif;
	color:#ff6600;
	font-weight:bold;
	text-align: right;
	margin-right: 1em;
}
#side1 {
	width: 160px;                      /* left column width */
	margin-left: -140px;               /* negative left column width */
	float: left;
	position: relative;
	z-index: 10;
}
#side1 h3 {
	width: 140px;
	font: 80% Arial, Helvetica, sans-serif;
	color: #621313;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 4px;
}
#side1 .txt {
	width: 140px;
	background-color: #ffffff;
	border: 1px inset #901602;
}
#side1 ul {
	width: 140px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#side1 li {
	font: 85% Arial, Helvetica, sans-serif;
	margin-bottom: 0.3em;
	text-align:right;
}
#side1 a:link, #side1 a:visited {
	text-decoration: none;
	color: #ff6600;
	font-weight:bold;
	background-color: transparent;
}
#side1 a:hover {
	color: #96c73d;
}
#side2 {
	width: 230px;                      /* right column width */
	margin-right: -200px;              /* negative right column width */
	float: left;
	position: relative;
	z-index: 11;
}
#side2 h3 {
	font: 110% Arial, Helvetica, sans-serif;
	color: #ff6600;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 4px;
	padding-left: 0.2em;
}
#side2 p {
	padding-left: 10px;
}
#side2 a:link, #side2 a:visited {
	text-decoration: none;
	color: #ff6600;
	font-weight:bold;
	background-color: transparent;
}
#side2 a:hover {
	color: #96c73d;
	}
.adbox {
	padding: 2px 4px 2px 6px;
	margin: 0 0.5em 10px 0.5em;
	border: 1px dotted #ff6600;
	background-color: #FFFFFF;
}
.adboxsmalltext{
	font: 70% Arial, Helvetica, sans-serif;
	
}
hr{
width: 95%;
margin: 2;
border:1px;
border-top-style:solid;
border-top-color:#ffffff;
border-bottom-style:dotted;
border-bottom-color: #ff6600;

}
#content {
	float: left;
	width: 90%;
	position: relative;
	z-index: 12;
	margin-top: 1em;
}
#content h1{
	font: 85% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ff6600;
	margin-left: 1em;
}
#content h2 {
	font: 85% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ff6600;
	margin-left: 1em;
}
#content h3{
	font: 100% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #96c73d;
	margin-left: 1em;
}
#content p {
	margin-left: 1em;
	margin-right: 1em;
}
#content a:link, #content a:visited {
	text-decoration: none;
	color: #ff6600;
	font-weight:bold;
	background-color: transparent;
}
#content a:hover {
	color: #96c73d;
	}
#footer {
	background-color: #ffffff;
	width: 100%;
	position: relative;
	z-index: 13;
	border-top: 1px dotted #cccccc;
}
#footer p {
	padding-left: 1em;
}
.clear { 
	clear: both;
}

/* Mozilla bug workarounds */
#outer > #inner { 
	border-bottom: 1px solid transparent; 
}
#side1 {
	margin-right: 1px;
}
#side2 {
	margin-left: 1px;
}
#content {
	margin: 0 -3px 0 -2px;
}

