@charset "UTF-8";
/* CSS Document */

body {
	background: #333 url(../_img/background.png) top left repeat-x;
}

#container {
	width: 650px;
	text-align: center;
	margin: 0 auto 0 auto;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	height: 280px;
	font-size: 32px;
	font-family: "Times New Roman", Times, serif;
}

#header img {
	padding: 42px 0 32px 0;
}

#content-container {
	height: auto;
	background: url(../_img/divider.png) top center no-repeat;
}

#content {
	height: auto;
	background: url(../_img/divider.png) bottom center no-repeat;
	font-size: 12px;
	text-align: left;
	padding: 28px 0;
}

#content p {
	padding-left: 234px;
	line-height: 151%;
}

#content p#firstp {
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 17px 0;
}

#content p#firstp span {
	font-size: 10px;
}

#content img {
	float: left;
	border: 3px solid #FFF;
	margin: 7px 20px 0 0;
}

#content h2, #content h3 {
	font-size: 22px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-bottom:3px;
}

#content h4 {
	color: #000;
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	padding-left: 234px;
	line-height: 151%;
}

#footer {
	padding: 17px 0 56px 0;
	color: #222;
}

#footer p {
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

#footer label {
	padding-right: 10px;
}