
* {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

body {
	margin: 25px auto auto auto;
	font-size: 11px;
	background-color: #746d50;
}

p {
	font-family: Georgia, serif;
	font-size: 9px;
	letter-spacing: 0.2em;
	color: #8A8B71;
}

#centeredContent {
	width: 1200px;
	height: 600px;
	margin:0px auto;
	border:1px solid #A09E8B;
}

.floatclear {
	clear: both;
}