html {
background-color:#fff;
/* background-image:
url('http://mcraigweaver.com/error/hgrad.gif') */
}

body {
font-family:verdana,arial,helvetica,sans-serif;
font-size:0.9em;
line-height:130%;
text-align:justify;
}

#wrapper {
width:95%;
margin:0px auto;
border:1px solid #fff;
padding:10px;
}

#header {
border:1px solid #fff;
padding:10px;
max-width:90%
}
#content {
margin-top:10px;
padding-bottom:10px;
}
#content div {
padding:10px;
border:1px solid #fff;
float:left;
}
#content-left {
min-width:175px;
max-width:20%
}
#content-main {
margin-left:10px;
width:75%;
max-width:75%
}
#content-right {
margin-left:10px;
max-width:15%
}
#footer {
float:left;
margin-top:10px;
margin-bottom:10px;
padding:10px;
border:1px solid #fff;
width:99%;
max-width:99%
}
#bottom {
clear:both;
text-align:right;
}