CSS File for Municipal Website Project

Copy and paste the following code into style.css:

div#wrapper {
width: 850px;
margin-top: 50px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
padding: 0px;
border: thin solid #000000;
-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;
}

div#header {
background-color:#0000FF;
color: #FFFFFF;
padding: 0px;
margin: 0px;
text-align: center;
}

div#right {
float: right;
width:200px;
height: 100%;
background:#990033;
font: bold;
color: #cccc66;
text-align: left;
text-indent:10px;
}

div#main {
float:left;
width: 630px;
height: 400px;
background:#9c9;
background:#ffffff;
padding: 10px
}

div#footer {
padding: 1px;
margin: 0px;
border-top: thin solid #000000;
text-align: center;
clear: both;
background:#9DA7B2;
}