
/* Layout Stylesheet */ 

body {
 margin:20px;
 background-color: #ffffff;
 background-image: url(/staging02/images/gradient_bkg_02.jpg);
 background-repeat: repeat-x;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:2px solid #ffffff;
 width:650px;
 margin:auto;
 }

#topheader {
 height:60px;
 background:#eeeeee;
 color: #333333;
 }

#bar {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid #ffffff;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #dcdcdc;
 color: #333333;
 width:650px;
 padding:0;
 }

#left-col {
 float:left;
 background:#dcdcdc;
 color: #333333;
 width:145px;
 }

#content {
 width:495px;
 background:#ffffff;
 color: #333333;
 border:solid #ffffff;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#footer {
 height:45px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width: 2px 0 0 0px;
 margin:0;
 }