@import url("reset.css");

html, body { background-color:#f5f5ds; color:#990000; font-size:11px; font-family:arial,tahoma,verdana,helvetica;}
a {text-decoration:none; color:#990000;}
a:hover{ text-decoration:underline; color:#990000;}

#wrapper{
margin:0 auto;
margin-top:20px;
width:960px;
}

#header {
width:960px;
height:65px;
border-bottom:2px solid #990000;
}

#breadcrumbs {
width:960px;
height:20px;
border-bottom:1px solid #990000;
}

#footer{
width:960px;
height:15px;
background-color:#990000;
color:#ffffff;
text-align:center;
}


.unit960{
width:960px;
}

.unit320{
width:320px;
}

.unit200{
width:200px;
}

.unit640{
width:640px;
}

.left{
float:left;
}

.right{
float:right;
}

.clear{
clear:both;
}

.spacer10{
height:10px;
}