body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/sides.jpg);
	background-repeat:repeat-y;
}

#main {
	padding: 0 50px 20px 50px;
	background-image: url(../images/bottom.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
}

#header {
	top:10px;
	background-image: url(../images/banner.jpg);
	background-repeat:no-repeat;
    height:190px;
    position:relative;
}
#content {
	float:left;
    width: 860px;
	padding: 0 10px 0 0;
}
#content p {
	font-size: 70%;
	line-height: 1.8em;
}

#content ul {
	list-style:disc;
}
	
#content li {
	font-size: 70%;
	line-height: 1.8em;
}	
#content h1 {
	margin-bottom: 0.7em;
	padding-top: 20px;
	font-weight:normal;
	color: #97be07;
	font-size: 130%;
	font-family: Arial, Helvetica, sans-serif;
}

#content h3 {
	margin: 0;
	padding: 5px 0 5px 5px;
	font-weight:bold;
	color: #000;
	font-size: 90%;
    background-image: url(../images/gradient.jpg);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

#content img.right{
	float: right;
	clear:right;
	margin-left:10px;
	margin-bottom: 10px;
	border: 1px solid #ECECEC;
}

a:link, a:visited{
	color: #8ba913;
	text-decoration: none;
}

a:hover  { 
	color: #a2c41d; 
	text-decoration: underline;
}


#content img.left{
	float:left;
	margin-left:40px;
	margin-right:30px;
	margin-bottom: 20px;
	border: 1px solid #ECECEC;
}

ul#topnav {
	margin: 0; 
	padding: 0;
	font: 12px bold Verdana, sans-serif;
	float: left;
	left: 0px;
	top: 150px;
	width: 860px;
	list-style: none;
	position: relative;
	background: #ececec;
}
ul#topnav li {
	float: left;
	margin: 0; 
	padding: 0;
}
ul#topnav li a:link, ul#topnav li a:visited{
	padding: 10px 15px;
	display: block;
	color: #666666;
	text-decoration: none;
}
ul#topnav li a:hover  { 
	color: #ffffff; 
	background: #b2d233; 
}

#footer {
	clear:both;
	font-size: 70%;
	padding-top: 1em;
    text-align:left;
    color: #999;
	height: 27px;
    background-color: transparent;
	border-top: 1px dotted #999999;
}

#footer img.right{
	float: right;
	margin-left:10px;
	margin-bottom: 10px;
}

input.txt {
	font-size: 70%;
	line-height: 1.8em;
	font-family: Verdana, Geneva, sans-serif;
    background-color: #ececec;
    border: 1px inset #cccccc;
    width: 250px;
}

input.btn {
	font-size: 90%;
  	color: #000;
  	background-color: #ececec;
  	border: 1px outset #cccccc;
}

select.txt {
	font-size: 70%;
	line-height: 1.8em;
	font-family: Verdana, Geneva, sans-serif;
    background-color: #ececec;
    border: 1px inset #cccccc;
    width: 250px;
}

form div {
 	clear: left;
 	margin: 0;
  	padding: 0;
  	padding-top: 5px;
}
form div label {
	float: left;
	width: 220px;
	font-size: 70%;
	line-height: 1.8em;
	font-family: Verdana, Geneva, sans-serif;
}
fieldset {
    border: 1px dotted #ececec;
 	margin-top: 1.4em;
 	padding: 0.6em;
}
legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	font-weight:bold;
	color: #000000;
    background-color: #FFFFFF;
}
<!-- -->
.redtext { color: #FF0000; }
.step { font-size: 14px; color: #000000; font-weight: bold; padding: 10px; }

div.sample_scroller {
	width: 580px;
	border: 1px solid #ececec;
	margin: 5px;
	background-color: #FFFFFF;
	line-height: 10px;
	overflow: hidden;
}
div.sample_scroller p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 2px;
	padding: 11px;
}
div.sample_scroller a {
	display:block;
	padding: 10px;
	margin-top: 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	background-color: #b2d233;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
}
div.sample_scroller a:hover {
	color: #000000;
	background-color: #d9e8a3;
}
div.sample_scroller a:selected {
	color: #000000;
	background-color: #d9e8a3;
}
div.sample_scroller a:visited {
	color: #000000;
}

div.step1 {
	width: 480px;
	padding: 5px;
	color: #000000;
	font-size: 11px;
}

div.step1 input {
	border: solid 1px #ababab;
	}
	
div.form_label {
	width: 180px;
	padding: 7px;
//	vertical-align: bottom;
	color: #000000;
	float: left;
}
div.form_element {
	padding: 4px;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}

div.prod {
	width: 23%;
	float: left;
	padding: 5px;
	vertical-align: top;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}
div.prod_title {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	line-height: 15px;
}
div.select {
	color: #c00000;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	padding-bottom: 5px;
}
div.prod img {
	border: 1px solid #000000;
	display: inline;
	text-align: center;
	padding: 0px;
}
div.text {
	padding: 10px;
	color: #000;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
}
div.clear {
	clear: both;
}

div.logout {
	color: #000000;
	background-color: #eeeeee;
	border: 1px solid #000000;
	padding: 12px;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
}
<!-- -->