body {
background-color:#b9cca1;
    margin: 0px;
    padding: 0px;
}

#main{
    width: 860px;
    background-color:#f8faf5;
    top:0px;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;

}

#header1 {
        height: 243px;
	width:478px;
	background:url(../images/a_header1.jpg) no-repeat top;
        border: none;
}

#header2 {
        height: 243px;
	width:382px;
	background:url(../images/a_header2.jpg) no-repeat top;
        border: none;
}

#spacer {
	height:20px;
	}
	
#left {
        width: 20%;
	padding-left:20px;
	padding-right:20px;
	padding-bottom: 20px;
        vertical-align:top;
}

#content {
        padding-left:20px;
	padding-right:35px;
	padding-bottom: 20px;
	vertical-align:top;
}
#footer {
	height:147px;
        background:url(../images/footer.jpg) no-repeat top;
}

#footerinfo {
	height:30px;
        text-align: center;
        background-color:#b9cca1;
        font-weight: bold;
        color: #424541;
}