#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	border: 1px solid #FFC000;
	margin-top: 25px;
}
body {
	background-color: #FEF7DE;
}
#container #content h1 {
	font-size: 16px;
}

#container #content {
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
}

#container #contact_copy {
	font-size: 10px;
	background-color: #FFFFFF;
	text-align: center;
	height: 30px;
	width: 800px;
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFCC00;
	background-image: url(../images/contact_bg.jpg);
	background-repeat: no-repeat;
}

