
/* Layout Stylesheet */ 

body {
 background-image: url(images/stone1.jpg);
 background-repeat: repeat;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 margin:30px; 
 border:1px solid #000000;
 width:740px;
 margin:auto;
 }

#hdr {
 height:99px;
 width:740px;
 background-image: url(images/DIS-8.gif);
 background-repeat: no-repeat;
 background-position: center;
 color: #333333;
 }

#bar {
 height:25px;
 color: #ffff00;
 }


 
#bodyblock {
 position:relative; 
 color: #333333;
 width:740px;
 padding:0;
 }

#bodyblock-1 {
 width:740px;
 background: #000000;
 color: #deb887;
 border: solid #708090;
 border-width:1px 1px;
 text-align:left;
 }
 
#l-col {
 float:left;
 color: #deb887;
 width:197px;
 }

#cont {
 width:523px;
 color: #993333;
 text-align:left;
 margin-left: 19%;
 }
 
 #cont-1 {
 width:523px;
 background: #000000;
 color: #deb887;
 border: solid #708090;
 border-width:1px 1px;
 text-align:left;
 }
 
 
#ftr {
 height:25px;
 color: #deb887;
 margin:0;
 }
 
