* {
	margin: 0;
	padding: 0;
}
body {
	color: #625641;
	text-align: center;
	font: small Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.0em;
}
img {
	border: none;
}
a {
	color: #493A20;
}


#frame {
	width: 740px;
	margin: 30px auto;
}

.container-alt-top {
	clear: both;
	height: 10px;
	margin-top: 10px;
	font-size: 1px;
	background: url(../images/container-half-top-bg.gif) no-repeat;
}

.container {
	padding: 10px 20px;
	text-align: left;
	background: url(../images/container-bg.gif) repeat-y;
}

.container-bottom {
	height: 10px;
	background: url(../images/container-bottom-bg.gif) no-repeat;
}

.box {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #D7BB89;
}
.box h3 {
	font-size: 1em;
	font-weight: bold;
}
.box p {
	margin-top: 10px;
	font-size: .85em;
}

#footer {
	margin-top: 20px;
}
