/* Layout Stylesheet */ 

body {
 
 
 color: #333333;
 text-align:center;
 
 }
 

#outer {
 text-align:left;
 width:850px;
 background:#FFFFFF;
 height:550px;
 position: absolute; 
  top: 50%; 
  left: 50%; 
 margin-top: -300px; 
 margin-left: -425px; 

 }

#hdr {
 height:105px;
  background:#FFFFFF;
 color: #333333;
 width:850px;
 }
 
  #Layer3 {

	width:425px;
	height:100px;
	float:left;
	text-align:left;
	
	}
 
#Layer4 {

	width:425px;
	height:100px;
	float:right;
	text-align:left;
		}

#bar {
 height:0px;
 background:#FFFFFF;
 color: #333333;
 width:850px;
 }

#bodyblock {
 position:relative;
 background:#FFFFFF;
 color: #333333;
 width:850px;
 

 }

#l-col {
 width:85px;
 float:left;
 background:#FFFFFF;
 color: #333333;

 }
 
 #r-col {
 float:right;
 background:#FFFFFF;
 color: #333333;
 width:100px;
 
 }

#cont {
 width:850px;
 color: #333333;
 float:left;
 text-align:left;
 height:422px;
 }
 
 #Layer2 {
background-image:url(images/homepage/right.gif);
	width:425px;
	height:400px;
	float:left;
	text-align:left;
	
	}
 
#Layer1 {
background-image:url(images/homepage/right.gif);

	width:425px;
	height:400px;
	float:right;
	text-align:left;
	}

#ftr {
 height:80px;
 colour:#333333;
 width:850px;
 background:#FFFFFF;

 

 }
