* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #efeeee;
}
#wrapper {
	height: 655px;
	width: 900px;
	text-align: center;
	margin: 25px auto;
	border: 1px solid #000000;
}
#wrapper p {
	font: 1em Tahoma;
	padding-top: 8px;
	color: #333333;
}
#wrapper a {
	color: #3ab6b8;
	text-decoration: none;
}
#wrapper a:hover {
	color: #ab6426;
	text-decoration: underline;
}
#wrapper .clear {
	clear: both;
}
#wrapper img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#wrapper #header {
	float: left;
	height: 378px;
	width: 900px;
	background: url(images/lower_slices/header_lower.jpg);
}
