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

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/secondary.gif) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #532A12;
	text-align: left;
	padding-top: 0px;
}
#content {
	background: #FFF;
	padding: 5px 10px;
	margin: 20px 20px 10px 125px;
	border: 1px solid #8C4623;
	font-family: Arial, Helvetica, sans-serif;
}
#content h1 {
	font: bold 1.6em Arial, Helvetica, sans-serif;
	color: #085F6A;
}
#content p  {
	color: #000;
	padding-top: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	height: 100px;
	margin: 0px auto;
	background: url(../images/footer2.gif) repeat-x;
	padding: 0px;
	width: 780px;
}
#copyright {
	width: 780px;
	margin: 10px 0px 0px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
}
#copyright p  {
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-top: 20px;
	text-align: left;
}
#copyright h1 {
	font: bold small-caps 16px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin-bottom: -0.6em;
}
#design {
	float: right;
}
#design p {
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #FFF;
}
#design a:link {
	color: #FFF;
	text-decoration: none;
}
#design a:visited {
	color: #FFF;
	text-decoration: none;
}
#design a:hover {
	color: #FFF;
	text-decoration: underline;
}
.imgright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content h2 {
	font: bold 1.4em Arial, Helvetica, sans-serif;
	color: #8C4623;
}
