/* General Options */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	line-height: 18px;
	color: #777;
	background: #fff;
}

hr {
	float: left;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #DAC4A2;
	margin-bottom: 20px;
	overflow: hidden;
}

h1, h2, h3, p, ul, ol {
	margin-bottom: 20px;
}

h1 {
	color: #567B9A;
	font-size: 1.7em;
}

h2 {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #555;
}

h3 {
	color: #567B9A;
	font-size: 1.3em;
}

a {
	color: #86A9D1;
}

a:hover {
	text-decoration: none;
	color: #A2238F;
}

img {
	border: 0;
}

th, td {
	padding: 5px;
}

th {
	border-bottom: 1px solid #E6D5B6;
	text-align: left;
}

tr.odd-row {

}

tr.even-row {
	background: #E6D5B6;
}

/* Common Classes */
.left {
	float: left;
}

.right {
	float: right;
}

.txtAC {
	text-align: center;
}

.txtAR {
	text-align: right;
}

.txtAL {
	text-align: left;
}

.imgLeft {
	float: left;
	margin: 0 15px 15px 0;
}

.imgRight {
	float: right;
	margin: 0 0 15px 15px;
}

.nB {
	border-width: 0 !important;
}

.nP {
	padding: 0 !important;
}

.clear {
	clear: both;
}

.introdiv {
	margin: 0 auto;
	width: 400px;
}

.introh3 {
	margin-bottom: 0;
	padding-top: 10px;
}

.wrap {
	width: 800px;
	margin: 0 auto;
}

a.button, input.button {
	float: left;
	text-transform: capitalize;
	padding: 5px 15px;
	font-size: 90%;
	color: #fff;
	background: #1F5A8B;
	text-decoration: none;
}

a:hover.button {
	background: #A2238F;
	color: #fff;
}

.bordered {
	display: block;
	border-bottom: 1px solid #DDC8A7;
	padding-bottom: 3px;
}

.note {
	font-size: 90%;
}

.nBm {
	margin-bottom: 0;
}

/* Basic Structure */
#container {
	float: left;
	width: 100%;
	background: url(../images/bg.gif) top repeat-x #F8E6C4;
}

#header {
	clear: both;
	float: left;
	width: 800px;
	background: url(../images/headerbg.jpg) top no-repeat;
	overflow: hidden;
	height: 350px;
}

#content {
	clear: both;
	float: left;
	width: 770px;
	padding: 20px 15px;
	background: url(../images/sidebg.jpg) top left no-repeat;
}

#footer {
	clear: both;
	float: left;
	width: 740px;
	font-size: 0.9em;
	color: #555;
	padding: 15px 30px;
	background: url(../images/footerbg.jpg) top left no-repeat;
}

/* Content Stuff */
#main {
	float: right;
	width: 495px;
}

#sidebar {
	float: left;
	width: 245px;
}

/* Header Stuff */
#header h1 {
	float: left;
	width: 275px;
	margin-bottom: 0;
}

#header h1 a {
	float: left;
	width: 275px;
	height: 80px;
	background: url(../images/a-privileged-marriage.gif);
}

#header h1 a span {
	display: none;
}

ul#nav {
	float: right;
	height: 46px;
	list-style: none;
	margin: 0;
	padding-right: 20px;
}

ul#nav li {
	float: left;
	padding: 30px 12px 0;
}

ul#nav li a {
	float: left;
	padding: 1px 2px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: normal;
	color: #555;
}

ul#nav li a:hover, ul#nav li.active a {
	border-bottom: 1px solid #A2238F;
	color: #567B9A;
}

ul#subnav {
	clear: both;
	float: left;
	width: 245px;
	padding: 65px 15px 0;
	list-style: none;
	margin: 0;
}

ul#subnav li {
	display: block;
	border-top: 1px solid #6F5335;
	border-bottom: 1px solid #6F5335;
	margin-top: -1px;
	padding: 5px 15px;
}

ul#subnav li a {
	text-decoration: none;
	text-transform: capitalize;
	color: #222;
}

ul#subnav li a:hover, ul#subnav li.active a {
	color: #fff;
}

#intros {
	width: 795px;
	margin: 0 auto;
}

.spoiler {
	float: left;
	width: 235px;
	padding: 0 15px 30px;
}

.spoiler img, img.wB, #gallery img {
	border: 3px solid #E6D5B6;
	text-align: center;
}

#gallery img {
	margin: 0 7px 7px 0;
}

/* Contact Form */
#contact-form label {
	float: left;
	width: 100px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 370px;
	border: 1px solid #ddd;
	background: #FFFEF6;
	padding: 3px;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}

/* Footer Stuff */
#footer p {
	margin-bottom: 0;
}
