@charset "utf-8";




body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(gfx/bg.png);
	background-repeat: repeat;
	margin-top:0px;
    margin-bottom:0px;
}

p {
 padding: 10px;
}


#wrapper { 
 margin: 0 auto;
 width: 800px;
}


#content { 
 float: left;
 height: auto;
 display: inline;
 vertical-align:top;
 text-align: left;



 
 
}

#header {
 width: 800px;
 float: left;
 height: auto;
 width: 800px;
 text-align: center;
 
 margin-top: 20px;
 margin-bottom: 20px;
 
}

#footer { 

 height: 200px;
 clear: both;
 margin-bottom: 10px;	
 width:800px;
 text-align: left;
 



}



	

	

	

A:link {text-decoration: none; color: black;}
A:visited {text-decoration: none; color: black;}
A:active {text-decoration: none; color: black; font-weight:bold;}
A:hover {text-decoration: underline overline; color: black; font-weight:bold;}

