/* CSS Document */

#container {
margin-left:auto;
margin-right:auto;
padding:20px;
width: 700px;
border:1px solid black;
}
#left {
width:200px;
background:#F30;
float:left;
margin-bottom:20px;
}
#right {
float:right;
width:480px;
margin-bottom:20px;
}

#footer {
color:#FFF;
clear:both;
width:700px;
background:#000;
}

#copyright {
text-align:center;
line-height:40px;
margin-top:20px;
color:#000;
height:40px;
clear:both;
width:700px;
background:#CCC;
}

#left a, #footer a {
color:#FFF;
}

h3 {
margin:0px;
}
