h1 
{
font-size:2.5em;
}
th  
{
font-size:2em;
}
body 
{
min-width:1100px;/* Internet Explorer doesn't accept min-width therefore we use the following Dynamic Expression to set the width */
width:expression(document.body.clientWidth < 1100 ? "1098px" : "auto" );
background-image:url("images/logobgdarkred.gif");
background-repeat:repeat-y repeat-x; 
font-family: sans-serif;
}
hr 
{
background:#000000;
width:100%;
height:.2em;
}
p 
{font-weight:normal; 
padding:20px; 
text-align:center;
}
div#fixed 
{
position:fixed;
left: 40px;
top: 70px; 
} 
div#container 
{
text-align:center;
width:1000px;
}
div.body 
{margin: 40px auto;
width:800px;  
min-height:800px; 
padding-top:40px; 
padding-bottom:40px;
}
div.backdrop 
{
padding:20px; 
background-color:#ffffff;
border:10px solid #9C5000;
}
div#cabinets 
{
position:fixed; 
right:40px; 
top:20px;
}
form 
{
background-color:#ffffff;
}
img.border 
{
border:1px solid #99cccc;
}
table
{
text-align:center;
}

