/* CSS Document */
 #wrapper {
    width:800px;
    height:auto;
    margin:auto;
	
}
#header {
    height:120px;
    background-color:#FFCC33;
	float:center;
}
#main {
    width:800px;
    overflow:hidden;
    height:auto;
}
#column1 {
    width:200px;
    background-color:#5B7444;
    height:300px;
    float:left;
}
#column2 {
    width:400px;
    background-color:#47697E;
    height:300px;
    float:left;
}
#column3 {
    width:200px;
    background-color:#A3C586;
    height:300px;
    float:left;
}
#footer {
    height:75px;
    background-color:#FCF1D1;
} 

