* {
margin:0;
padding:0;
border:0
}
html, body {
background:#d7d7d7;
color:#000;
}
div#wrapper {
text-align:center;
margin:0 auto;
background:#d7d7d7;
width:950px;
}
div#header {
background:url(../img/style/logo.gif) no-repeat;
background-color:#d7d7d7 repeat-x;
width:100%;
height:109px;
text-align:center;
}
div#menu {
background:url(../img/style/menubar_bg.png) repeat-x;
width:100%;
height:42px;
float:left;
}
div#blackbar {
background:#000 repeat-x;
width:100%;
height:20px;
float:left;
}
div#content {
height:100%;
width:928px;
padding:10px 10px;
background:#fff;
float:left;
border-left:#000 1px solid;
border-right:#000 1px solid;
border-bottom:#000 1px solid;
}
.clear-left {
clear:left;
font-size:1px;
}
div#footer {
width:100%;
line-height:20px;
background:#000 repeat-x;
text-align:center;
color:#fff;
}
.bottomnav {
font: 12px Verdana, Arial, Helvetica, sans-serif;
color: #FFF;
}
a:link {
text-decoration:none;
color:#FFF;
}
a:hover {
text-decoration:underline;
color:#FFF;
}
a:visited {
text-decoration:none;
color:#FFF;
}