html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(../images/topbg.png) top repeat-x;
	color: #58585a;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}

a {
color: #58585a;
text-decoration: none;
}

a:hover {
color: #c00418;
text-decoration: none;
}

h1 {
font-size: 28px;
font-weight:lighter;
color: #c00418;
}

h2 {
padding-top: 18px;
font-size: 18px;
font-weight:lighter;
color: #c00418;
}

h3 {
margin-top: 34px;
font-size: 14px;
font-weight:bold;
padding-bottom: -8px;
color: #c00418;
}

h4 {
font-size: 12px;
margin-top: 5px;
margin-bottom: 18px;
font-weight:lighter;
}

p {
margin-bottom: 34px;
}

img { 
border: none;
}

.top {
width: 1000px;
margin: 0px auto;
position: relative;
}

.topbg {
position: absolute;
top: 0px;
left: 0px;
widht: 1000px;
}

#topmenu {
position: absolute;
top: 80px;
left: 100px;
width: 800px;
height: 40px;
background: #FFFFFF url(../images/topmenubg.png);
z-index: 999;
}

#topmenu a{
float: left;
width: 160px;
text-align: center;
font-weight: normal;
padding-top: 13px;
padding-bottom: 10px;
font-size: 14px;
}

.content {
position: absolute;
top: 460px;
left: 100px;
width: 800px;
text-align: left;
}

.topic {
width: 800px;
background: url(../images/right.png) top left no-repeat;
float: left;
}

ul {
list-style:none;
text-align: left;
padding: 0px;
margin-left: 5px;
}

ul li {
padding-left: 16px;
font-size: 11px;
background: url(../images/list.png) no-repeat left;
margin-bottom: 3px;
}

.columnl {
width: 550px;
float: left;
margin-right: 30px;
}

.columnr {
width: 190px;
padding-left: 30px;
float: left;
font-size: 11px;
}

.bottom {
margin-top: 90px;
margin-bottom: 35px;
width: 800px;
height: 55px;
background: url(../images/bottom.png) no-repeat top left;
}

.bottom p{
padding-top: 42px;
font-size: 9px;
text-align: left;
}

.clear {
clear: both;
}

.inputbox {
border: 2px solid #DDDDDD;
color: #666666;
padding: 3px;
}

.button {
background: #DDDDDD;
border:1px solid #EEEEEE;
color:#58585a;
padding:1px 5px;
