body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #f5ddae;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#header {
	background-image: url(../images/header.jpg);
	height: 150px;
	display: block;
}
#headline {
	color: #FFF;
	font-weight: bold;
	font-size: 4em;
	text-align: center;
	padding-top: 5px;
}
.tagline {
	color: #FFF;
	font-weight: bold;
}



#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#container {
	background-color: #FFF;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D9BD85;
	border-bottom-color: #D9BD85;
	border-left-color: #D9BD85;
	overflow: hidden;
}
.content {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: hidden;
}
