#html, body {
	margin: 8px;
	padding: 0;
	font-family: Arial, Verdana, helvetica, sans-serif;
	background-color: #cc3333;
	background-image: url('../siteimages/pagebg.jpg');
	background-repeat: repeat-x;
	background-position: 0 0;
	text-align: center;
}

#wrapper {
	width: 770px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

/* -------------------------------------------------------------------------------------- Header */

#header {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	width: 770px;
	background-image: url('../siteimages/headerbg.jpg');
	background-repeat: repeat-y;
	background-position: left top;
}
#header h1 {
	font-size: 130%;
	margin: 0;
	padding: 50px 5px 5px 5px;
	text-align: left;
	
}

/* -------------------------------------------------------------- Images Floating Right and Left */
.imgright {
	float: right;
	border: 1px solid #000000;
	border-bottom: 2px solid #000000;
	background-color: #ffffff;
	margin: 10px 40px 10px 10px;
}
.imgleft {
	float: left;
	border: 1px solid #000000;
	background-color: #ffffff;
	margin: 10px 10px 0 40px;
}
/* ------------------------------------------------------------------------------------- Content */

#contentbox {
	margin-top: 6px;
	width: 770px;
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
#content {
	font-size: 80%;
	background-image: url('../siteimages/homebg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}
#content h1 {
	font-size: 140%;
	font-weight: bold;
	border-bottom: 1px dashed #000000;
	margin: 0 40px 5px 40px;
	padding: 10px 0 3px 0;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
}
#content h2 {
	font-size: 120%;
	border-bottom: 1px solid #000000;
	margin: 10px 40px 5px 40px;
	padding: 0 0 3px 0;
	color: #cc3333;
}
#content p {
	margin: 0 40px 0 40px;
	padding: 0;
	text-align: justify;
	line-height: 160%;
}
#content ul {
	margin: 0 40px 0 40px;
	padding: 0 40px 0 40px;
}
#content a:link, #content a:visited {
	color: #000000;
}
#content a:hover {
	color: #cc3333;
}

/* -------------------------------------------------------------------------------------- Footer */

#footer {
	font-size: 70%;
	text-align: center;
	color: #000;
	background-color: #fff;
	margin-top: 6px;
	border-top: 3px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 5px 0 5px 0;
	width: 770px;
	background-image: url('../siteimages/headerbg.jpg');
	background-repeat: repeat-y;
	background-position: left top;
}
#footer a:link, #footer a:visited {
	color: #000;
}
#footer a:hover {
	color: #cc3333;
}
