h1{
    text-align:center;
    font-size: 20px;
}
.main{
    font-family: Arial,Helvetica,sans-serif;
    font-size:12px;
    background-color: #ffffff;
    width: 940px;
    height: auto;
    margin:0 auto;
}
.header{
    width: 930px;
}
.headerleft{
    float:left;
}
.headerright{
    margin-top: 20px;
    margin-right: 13px;
    float:right;
}
.content{
	text-align:justify;
    float: left;
    height: auto;
    width: 940px;
}
.center{
    margin:0 auto;
    width:720px;
    line-height:25px;
}
.spacer{
    background-color: #FFFFFF;
    width: 940px;
    height: 40px;
}
.footer{
    float: left;
    width: 940px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}
.footer a{
	color: #2A4222;
}