/* CSS Document */
body{
top:0;
left:0;
font-family:Arial, Helvetica, sans-serif;
background:#E7E6D5;
font-size:small;
margin:0;
padding:0;
}
.outertable{
background:#660000;
}

.contenttable{
border-right:#999999 solid 1px;
background:#FFFFFF;
margin-top:10px;
height:500px;

}
.logo{
border-left:#999999 solid 1px;
border-right:#999999 solid 1px;
}
.menu, .logo{
display:none;
}

.imageholder{
float:right;
margin-right:100px;
}