

/* Layout Stylesheet */ 

body{
 background: #ffffff url('bg2.png') repeat-x left top;
 font-family: "Georgia", Serif;
 font-style: italic;
 font-size: 14px;
 color: #9c9c9c;
 line-height: 27px;
 }
	 
#logo{
 position: absolute;
 top: 78px;
 left: 52px;
 width: 189px;
 margin: 0;
 padding: 0;
 height: 108px;
 /* background-color:#ffcc99;
 filter:alpha(opacity=30);
 opacity:0.3; */
 }	 
	 
#left{
 position: absolute;
 top: 189px;
 left: 54px;
 width: 189px;
 padding: 8px 0 0 0;
 height: 405px;
 /* background-color:#ffcc99;
 filter:alpha(opacity=30);
 opacity:0.3; */
 }
			
#centre{
 position: absolute;
 top: 189px;
 left: 297px;
 width: 189px;
 padding: 8px 0 0 0;
 height: 405px;
 /* background-color:#ffcc99;
 filter:alpha(opacity=30);
 opacity:0.3; */
 }			
			
#right{
 position: absolute;
 top: 189px;
 left: 540px;
 width: 189px;
 padding: 8px 0 0 0;
 height: 405px;
 /* background-color:#ffcc99;
 filter:alpha(opacity=30);
 opacity:0.3; */
 }

 .hdg{
 color: #292929;
 font-style: normal;
 margin: 0 0 0 0;
 padding: 27px 0 27px 0;
 }
 
  .dash{
 color: #9c9c9c;
 font-style: normal;
 }
 
  .txt{
 color: #9c9c9c;
 line-height: 27px;
 margin: 0 0 0 0;
 padding: 0 0 27px 0;
 }
 
   .list{
 color: #9c9c9c;
 line-height: 27px;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 }

  a:link{
  text-decoration: underline;
  color: #9c9c9c;
  }
  
  a:visited{
  text-decoration: underline;
  color: #9c9c9c;
  }
 
  a:active{
  text-decoration: underline;
  color: #9c9c9c;
  }

  a:hover{
  text-decoration: underline;
  color: #666;
  }
 