body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #a07f60;
	background-repeat: no-repeat;
	background-image: url(images/background.jpg);
}

.rounded {
  -moz-border-radius:3ex;
  -webkit-border-radius:3ex;
} 


#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	border: 5px solid #000000;
	height: 125px;
	padding: 10px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin-top: 75px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#content {
	border: 5px solid #000000;
	margin: 10px;
	padding: 10px;
	background-color: #a07f60;
	height: 580px;
}

#content h2, h3 {
	text-align: center;
	font-size: 150%;
}

#content p {
	font-size: 130%;
	text-align: center;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
}

#footer {
	border: 2px solid #000000;
	height: 100px;
	margin: 10px;
	padding: 10px;
	background-color: #ddbb96;
}

#footer h2 {
	margin: 0px;
	padding: 0px;
}

#footer p {
	font-weight: bold;
	padding-right: 100px;
}

