
/* Layout Stylesheet */ 

body {
 margin: 20px;
 background: #626B6F;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 width:700px;
 margin: auto;
 }

#hdr {
 height: 130px;
 width: 690px;
 background-image: url('../../images/backgrounds/tdg_logo.gif');
 background-color: #ffffff;
 background-position:  left center;
 background-repeat: no-repeat;
 text-align: right; 
 border-style:groove;
 border-color:#000066;
 float: center;
 }

#bar {
 height: 26px;
 width: 690px;
 background: #000066;
 border-style:groove;	
 border-color;#CCCCCC;
 }
 
#bodyblock {
 position:relative;
 background: #626B6F;
 color: #B4B4B4;
 width:700px;
 padding: 0;
 }

#l-col {
 float:left;
 background-color: #CCCCCC;
 color: #CCCCCC;
 text-align: left;
 width:150px;
 padding: 0;
 border-style:groove;
 border-color:#000066;
 }

#cont {
 float:right;
 width:500px;
 background:#ffffff;	
 text-align:left;
 border-style:groove;
 border-color:#000066
  }

#ftr {
 position:relative;
 height:25px;
 width:690px;
 background:#000066;
 border-style:groove;
 border-color:#CCCCCC;
 margin:0;
 }