* {
margin:0;
padding:0;
}

body {
font-family:Verdana,sans-serif;
font-size:12px;
color:#300;
text-align:center;
background:white;
}

#container {
padding:0 8px;
width:955px;
margin:0 auto;
background:#933 url(../images/body_bg_gross.jpg) repeat-y top;
text-align:left;
}

#top {
height:133px;
background:#933 url(../images/logo.jpg) no-repeat;
border-bottom:1px solid #fc6;
}

#left {
float:left;
width:152px;
background:#933 none;
border-bottom:1px solid #fc6;
}

#right {
padding:5px;
float:right;
width:164px;
font-size:11px;
background:#fde09a none;
line-height:15px;
color:#933;
}

#topnav {
margin-left:154px;
margin-right:145px;
height:25px;
font-size:13px;
background:#fde09a none;
border-bottom:0px dotted #933;
}

#content {
margin-left:154px;
margin-right:175px;
min-height:420px;
padding:10px 20px 50px 20px;
background:white none;
line-height:15px;
}

#footer {
clear:both;
border-top:1px solid #933;
border-bottom:3px solid silver;
font-size:10px;
background:white none;
text-align:center;
}