@charset "iso-8859-1";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
}
body { 
	font: 16px Arial, Helvetica, sans-serif;
	color: #a5a5a5; 
	background: #000000 url(images/image.png) repeat-x top left; 
	margin: auto 0 auto 0; 
	padding: 0;
}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #ffffff;
	cursor: hand;
}
	
a:visited { 
	text-decoration: none; 
	color: #ffffff;
}
	
	
a:hover { 
	text-decoration: underline;
	color:#ffffff;
}
	
a#active {
	color: #ffffff;
}
	


div#container {	
	font: Arial, Helvetica, sans-serif;
	margin: 0 auto 0 auto;
	padding: 0;
	width : 970px;
	text-align: center;		
}
	
div#header {
	background:url(images/Header2.png) center no-repeat;
	width: 970px;
	height: 100px;
}
	
div#content{
	height: inherit;
	padding: 20px 20px 20px 20px;
	margin: 0;
	background-color: #000000;
	width: 970px;
	text-align: center;
	clear: both;
	float: left;
}


div#content img{
	width: 	200px;
	margin: 20px 20px 0px 0px;
	padding: 0px;
	border: none;
}

div#footer {
	
}

