* {
	margin: 0;
	padding: 0;
	border: 0;

	
}

body {
	background: #C0C0C0;
	font-family: arial;
	font-size: 12px;
}

br.clear {
	clear: both;
}

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

#header {
	margin: 0px auto;
	width: 800px;
	height: 185;
	background-image: url('img/headerbg.jpg');
	background-repeat: no-repeat;
	background-position: left center;
}
#middle {
	width: 800px;
	float: left;
}

#middle div.text {
	width: 520px;
	float: left;
	font-size: 12px;
	line-height: 150%;
}
#middle div.text p {
	font-size: 16px;
	line-height: 150%;
}
#middle div.text ul {
	margin-top: 20px;
	list-style-type: square;
	margin-left: 20px;
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
}
#footer {

	width: 800px;
	height: 40px;
	color: black;
	text-align: center;
}