body{
background-color:#fff;
}

#header{
background-color:#fff;
border-bottom:4px solid #D6120D;
}

a:link{color:#D6120D;}
a:active{color:#D6120D;}
a:visited{color:#D6120D;}
a:hover{background-color:#EEB2B2;}

#navbar{border-bottom:1px dotted #D6120D;}
#content{border-top:1px dotted #D6120D;}

#sidebar div.block{
border:1px dotted #D6120D;
margin-bottom:1em;
}

#sidebar div.block *{
margin-left:1em;
}

#sidebar div.block span.blockTitle{
margin-left:0;
background-color:#EEB2B2;
display:block;
padding-left:1em;
margin-bottom:1ex;
}

div.separator{
border-bottom:1px dotted #D6120D;
}