/* CSS Document */
* {margin:0; padding:0;}
body {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background:silver;
}
#wrapper {
width:750px;
margin:10px auto;
border:1px solid #333;
background:#fff;
}
#header {
background-color: #333333;
color: #999999;
margin:0;
padding:0;
height:20px;
line-height:20px;
text-align: right;
}
#header li {
list-style:none;
display: inline;
text-align: right;
padding:0 8px;
border-right:1px solid #999;
}
#header li a {color: #999999; text-decoration:none;}
#header li.last {border:none;}
#header li a:hover {color:#fff; text-decoration:underline;}
#content {
min-height:350px;
width:100%;
}
* html #content {height:350px;}
#logo {
width:153px;
height:67px;
margin:0 auto;
padding-top:250px;
}
#footer {
height:auto;
width:100%
clear:both;
}
#navlist {
font-weight:normal;
text-align:center;
}
#navlist li {
display:inline;
padding:0 8px;
border-right:1px solid #999;
}
#navlist li.last {border:none;}
#navlist a {
color:#009;
text-decoration:none;
color: #999;
}
#navlist a:hover {
color:#333;
text-decoration:underline;
}