
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#000000;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:650px;
 margin:auto;
 }

#header {
 height:60px;
 background:#900000;
 color: #FFFFFF;
width:650px;
 }

#banner {
 height:25px;
 background:#580000;
 color: #FFFFFF;
 border:solid #000000;	
 border-width:1px 0 1px 0;
width:650px;
 }

#bodyblock {
 position:relative;
 background:#B0B0B0;
 color: #000000;
 width:650px;
 padding:0;
 }

#menu {
 float:left;
 background:#B0B0B0;
 color: #000000;
 width:145px;
 }


#context {
 width:495px;
 background:#C8C8C8;
 color: #000000;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
min-height:700px;
 }

#footer {
 height:25px;
 width:650px;
 background:#580000;
 color: #FFFFFF;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }