
/* Layout Stylesheet    */ 

body {
 margin:20px;
 /* background:#808080;      */
 color: #333333;
 text-align:center;
 padding:0;
 }

body { background: url("background.jpg") repeat fixed center center #474C52 }


#outer {
 text-align:left;
 border:1px solid #000000;
 width:750px;
 margin:auto;
 font-weight: bold;
 }
 
/* header */
#hdr {
 height:60px;
 background:#eeeeee; 
 color: #333333;
 }

/* content and sidebar */
#bar {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 width:750px
 }

/* left sidebar block  */
#bodyblock {
 position:relative;
 background: #dcdcdc;
 color: #333333;
 width:750px;
 padding:0;
 }

/* left mini-sidebar */
#l-col {
 float:left;
 background:#dcdcdc;
 color: #333333;
 width: 145px;
 padding-top: 3px;
 margin: auto;
 padding-left: 62px;
 font-size: 22px;
 }

/* content */
#cont {
 width:495px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }