body {
background: #f3f2f3;
color: #000000;
font-family: Trebuchet MS, Arial, Times New Roman;
font-size: 12px;
}
#container {
background: #FFFFFF;
margin: 30px auto;
width: 900px;
height: 1010px;
}
#header {
background: #838283;
height: 200px;
width: 900px;
}
#navigation {
margin-top: 5px;
margin-bottom: 5px;
background: #a2a2a2;
width: 900px;
height: 20px;
}
#menu{
margin-right: 10px;
background: green;
float: left;
width: 190px;
height: 600px;
}
#content {
background: #d2d0d2;
float: right;
width: 700px;
height: 600px;
}
#footer {
margin-top: 10px;
background: #838283;
height: 170px;
width: 900px;
}
#clear {
clear:both;
}