/* generated by csscreator.com */ 
html, body{ background-image: url('flowersbackground.gif'); 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:710px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{background-image: url('header.png'); 
 position:relative; 
 height:107px; 
 width:100%;
} 
 
#leftcol { 
 width:133px; 
 float: left; 
 position:relative; 
  }
 
#maincol{background-image: url('tablebackground.png'); 
 position:relative; 
 float: left; 
 height:551px;
 width:577px; 
 }
 


img {display:block;} 

a:link { 
	color: #0000ff;
	}
a:visited { 
	color: #0000ff;
	}
a:hover { 
	color: #ffff00;

	text-decoration: none;
	}
a:active { 
	color: #ffff00;
	}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}