<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Ron Allen Auction CSS page</title>
</head>

body{
    width: 105%;
    margin: auto;
    }

div#header ul li{ 
    margin: 0 0px;
    background-color: #000000;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    display: inline;
    padding: 0px;
    }

div#footer ul li{
	clear: both;
    text-align: center;
    }

div#colone{
    width: 25%;
    float: left;
    background-color: #FFCC00;
}

div#colthree{
    width: 25%;
    float: left;
}

div#coltwo{
    width: 40%;
    float: left;
    margin: 0 15px;
}

div#footer{
    clear: both;
    }
</body>

</html>
