#container {
height: auto;
margin: 0px;
}
	
html>body #container {
height: auto;
}

a:link, a:visited {
text-decoration: none;
color: #ff2c00;
}

a:active {
text-decoration: none;
color: #ff6830;
}

a:hover {
text-decoration: none;
color: #ff6830;
}

body {
height: 100%;
font-family:Arial, Helvetica, sans-serif;
background: #fff;
}

#wrapper {
width: 800px;
margin-top: 0;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
}

#headerleft {
margin: 0;
width: 70%;
height: 50px;
line-height:20px;
float: left;
font-size: 20px;
}

#headerright {
margin: 0;
width: 30%;
height: 50px;
line-height:20px;
float: right;
text-align: right;
font-size: 20px;
font-color:#000000;
}

div#mainnav {
width: 100%;
margin: 0px;
}

div#mainnav a:link,  #mainnav a:visited {
color: #CCCCCC;
}

#main {
width: 72%;
margin: 0px;
line-height: 24px;
font-size: 18px;
font-weight: bold;
color: #aaa;
}

#maintext {
width: 100%;
margin: 0px;
line-height: 30px;
font-size: 18px;
font-weight: bold;
color: #ff2c00;
}

#maincontent {
width: 100%;
height: 100%;
margin: 0px;
line-height: 18px;
text-align: center;
font-size: 11px;
color: #666;
}

#container1 {
width:100%;
line-height: 36px;
text-align: left;
font-weight: bold;
font-size: 13pt;
color: #333;
}

#container2 {
width:100%;
line-height: 18px;
text-align: center;
color: #fff;
font-weight: bold
}

#container3 {
width:100%;
margin: 0px;
}

#container4 {
width:100%;
line-height: 16px;
text-align: left;
font-size: 11px;
color: #333;
}

#col1 {
float:left;
width:100%;
margin: 0px;
}

#col2 {
float:left;
width:100%;
line-height: 18px;
margin: 0px;
}

#col3 {
float:left;
width:170px;
font-size: 15px;
font-weight: bold;
color: #333;
}

#col4 {
float:left;
width:40px;
line-height: 120px;
background:#fff;
}

#col5 {
float:left;
width:120px;
line-height: 120px;
font-size: 11px;
color: #333;
}

#col6 {
float:right;
width:20%;
line-height: 18px;
font-size: 12px;
font-weight: normal;
color: #666;
}

#col7 {
float:left;
width:10%;
background:#fff;
}

#col8 {
float:left;
width:78%;
line-height: 25px;
font-size: 15px;
color: #000;
}

#h1 {
font-size: 30px;
color: #ff2c00;
}

#h2 {
font-size: 18px;
color: #ff2c00;
font-weight: normal;
}

#h3 {
font-size: 14px;
color: #ff2c00;
font-weight: bold;
}

#h4 {
font-size: 12px;
color: #ff2c00;
font-weight: bold;
}

#h5 {
font-size: 11px;
color: #666;
font-weight: normal;
}

#h6 {
font-size: 14px;
color: #666;
font-weight: normal;
}

#h7 {
font-weight: bold;
font-size: 12px;
line-height: 36px;
color: #ff2c00;
}

#clearer {  
clear: both;  
}