﻿
body {
}
#container {
	margin: auto;
	background-position: center center;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
#page_content {
	margin: auto;
	width: 100%;
	padding: 0px;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
#content {
	margin: auto;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
#footer {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 10px;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #455;
	font-style: italic;
	text-align: center;
}
#content img {
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #FFC679;
	text-decoration: none;
	font-size: 14pt;
	font-weight: bolder;
	font-family: "Tempus Sans ITC";
}
#footer a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #FFC679;
	text-decoration: underline;
}
a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
img {
	border: 5px solid #FFFFFF;
	vertical-align: middle;
	text-align: center;
}

