	
	body {
		text-align:center;
		background:#FFFFFF;
		background-image: url(images/back.bmp);
		
		background-position: top left;
		
		}
	
	#frame {
		width:740px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:5px;
		text-align:left;
		border:solid 1px;
		border-color:#cccccc;
		background color:white;
		}
		
	#contentcenter {
		width:px;
		padding:0px;
		float:left;
		background:#fff;
		font-family:tahoma,arial,helvetica,sans-serif;
		}
	
	#contentheader {
		height:90px;
		background:#fff;
		background-image: url(none);
		background-repeat: no-repeat;
		background-position: bottom right;
		
		}
		
	h1 {
		font-size:1em;
		font-weight: bold;
		color:#666666;
		}
	img {
		border:0;
		}
		
	#contentheader a {
		font-size:1em;
		padding:0px;
		margin:4px;
		}
	
	table  {
		font-family:tahoma,arial,helvetica,sans-serif;
		font-size:0.75em;
		padding:0px;
		}

	TD.border  { 
		border: 1px solid #8CC5EF;
		}

	TD.border1  { 
		border: 1px solid #CEE5FF;
		}
	TD.border2  { 
		border-left: 1px solid #cccccc;
		}
	TD.border3  { 
		border: 1px solid #8CC5EF;
		background-image: url(images/dog.gif);
		background-repeat: no-repeat;
		background-position: bottom left;
		}
	TD.border4  { 
		border: 1px solid #8CC5EF;
		background-image: url(images/grass2.jpg);
		background-repeat: no-repeat;
		background-position: bottom left;
		}
	a:link, a:visited, a:active {
  		font-family:tahoma,arial,helvetica,sans-serif;
		font-size:1em;
		color:#72993e;
  		text-decoration:none;
		}
	a:hover {
  		font-family:tahoma,arial,helvetica,sans-serif;
  		font-size:1em;
  		color:#ccc;
		}