
/* Layout Stylesheet */ 

body {

 margin:20px;
 background:#808080;
 color: #00FF00;
 text-align:center;
 padding:0;
 }

#outer {

 text-align:left;

 width:830px;
 margin:auto;
 border: solid 2px;
       border-color: #454545 #474747 #424242 #404040; 

 }

#hdr {
 
 height:60px;
 background:#000000;
 color: #00FF00;

 }

#bar {
FONT-FAMILY: Verdana,Arial,Helvetica;
FONT-SIZE:80%;
 height:25px;
 background:#000000;
 color: #00FF00;
 border: solid 1px;
       border-color: #000000 #000000 #00FF00 #000000;

 }

#bodyblock {
FONT-FAMILY: Verdana,Arial,Helvetica;
FONT-SIZE:80%;
 position:relative;
 background: #000000;
 color: #00FF00;
 width:830px;
 padding:0;
 }

#l-col { 
FONT-FAMILY: Verdana,Arial,Helvetica;
FONT-SIZE:80%;
 float:left;
 background:#000000;
 color: #00FF00;
 width:145px;
 }

#cont {
FONT-FAMILY: Verdana,Arial,Helvetica;
FONT-SIZE:80%;
 background-image:url("ganes.jpg");
 background-repeat: no-repeat;
 background-attachment:fixed;
 background-position : center;
 width:655px;
 background-color:#000000;
 color: #00FF00;

 text-align:left;
 }


