* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background: #fcfaf3;
}
#wrapper {
	margin: 0 auto;
	width: 922px;
}
/* =========================================================================
	Header
========================================================================= */
#header {
	width: 900px;
	color: #333;
	padding: 10px;
	height: 83px;
	margin: 10px 0px 5px 0px;
	background: #fcfaf3 url(images/header.jpg) no-repeat;
}
#header p a {
	text-align: center;
	color: #1b1464;
	text-decoration: none;
	font-size: 11px;
}
#header p a:hover {
	text-align: center;
	font-size: 11px;
	color: #1b1464;
	text-decoration: underline;
}
/* =========================================================================
	Navigation
========================================================================= */
#navigation {
	width: 900px;
	color: #333;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	background-color: #fcfaf3;
}
#navigation table {
	vertical-align: middle;
}
#navigation td a {
	color: #1b1464;
	font-size: 12px;
	text-decoration: none;
}
#navigation td a:hover {
	color: #FF0000;
	font-size: 12px;
	text-decoration: underline;
}
/* =========================================================================
	Content
========================================================================= */
#content {
	width: 900px;
	background: #fcfaf3;
	margin: 0px 0px 5px 0px;
	padding: 10px;
}
#content p {
	color: #1b1464;
	text-align: justify;
	padding-bottom: 3px;
	margin-left: 50px;
	margin-right: 60px;
}
#content h2 {
	color: #1b1464;
	text-align: left;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 60px;
	font-size: 12px;
}
#content td {
	color: #1b1464;
	text-align: justify;
	vertical-align: top;
}
#content td a img {
	border: #1b1464 thin solid;
}
#content a {
	text-align: center;
	color: #1b1464;
	text-decoration: none;
	font-size: 12px;
}
#content a:hover {
	text-align: center;
	font-size: 12px;
	color: #1b1464;
	text-decoration: underline;
}
.quotePadding {
	margin-left: 50px;
	margin-right: 50px;
}
.quote {
	font-style: italic;
}
.quoter {
	font-weight: bold;
}
/* =========================================================================
	Gallery Image Tweaks
========================================================================= */
.resize_thumb {
	width: 150px;
	overflow: hidden;
}
/* =========================================================================
	Footer
========================================================================= */
#footer {
	width: 900px;
	background-color: #fcfaf3;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}
#footer h1 {
	font-size: 10px;
	color: #1b1464;
	font-weight: normal;
}
#footer p {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
}
#footer p a {
	text-align: center;
	font-size: 10px;
	color: #1b1464;
	text-decoration: none;
}
#footer p a:hover {
	text-align: center;
	font-size: 10px;
	color: 1b1464;
	text-decoration: underline;
}
/* =========================================================================
	Contact Form
========================================================================= */
legend {
	margin:0 0 5px 0;
	padding:0;
	font-weight:bolder;
	font-size:1.5em;
	color:#ffffff;
}
label {
	float:left;
}
input {
	float:right;
	margin-bottom:5px;
}
textarea {
	float:right;
}
form {
	width:25em;
}
/* =========================================================================
	Random Styling
========================================================================= */
.signaturePadding {
	margin-top: 15px;
	margin-bottom: 15px;
}
.bold {
	font-weight: bold;
}

.enlarge { font-size:12px;}