/* Married By Mandi CSS */

/* GENERAL STYLES */

body {
	background: #170c02 url('images/background.jpg') repeat-x;
	background-position: top;
	color: #333;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 76%;
	line-height: 1.4em;
	}

#container {
	margin: 0px auto;
	width: 900px;
	}

#header {
	background: url('images/header.jpg') no-repeat;
	height: 190px;
	width: 900px;
	}

#signup {
	float: right;
	width: 900px;
	z-index:1;
	padding: 0px 40px 0px 24px;
	bottom: 20px
	}


#content {
	background: #fff url('images/content.jpg') no-repeat;
	background-position: bottom;
	}
	
#left_col {
	float: left;
	margin-top: 20px;
	padding: 0px 20px 0px 24px;
	width: 182px; 
	}

ul#nav {
	border-right: 1px solid #d7cdae;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 201px;
	}

ul#nav li  {
	background: url('images/bullet.gif') no-repeat;
	background-position: left;
	padding: 3px 0px 0px 20px;
	margin-bottom: 10px;
	list-style-type: none;
	}

ul#nav li a {
	margin: 0 0 10px 0;
	width: 161px;
	text-decoration: none;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	line-height: normal;
	}

ul#nav li a:hover { color: #CC6600; }
	
#right_col {
	float: left;
	margin-top: 20px;
	padding: 0px 20px;
	width: 630px;
	}

#footer {
	background: url('images/footer.jpg') no-repeat;
	background-position: bottom;
	clear: both;
	color: #666;
	font-size: .9em;
	height: 48px;
	text-align: center;
	width: 900px;
	padding-top: 50px;
	}

/* TEXT STYLES */

#header p {
	color: #666;
	font-size: 1.6em;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	}

blockquote {
	background: url('images/quote.gif') no-repeat;
	background-position: top center;
	padding-top: 40px;
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	color: #5C5C5C;
	}

/* Testimonials Styles */

.box {
	background: #F5F5E9 url('images/box_bg.gif') no-repeat bottom right;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
	color: #1D3D7E;
	width: 610px;
	}
	
/* General Styles */

.clear { clear: both; }

.center {
	margin: 0px auto;
	text-align: center;
	}

.txtright { text-align: right; }

img { border: none; }

.floatleft {
	float: left;
	padding-right: 10px;
	}

.floatright {
	float: right;
	padding-left: 10px;
	}

.dropcap {
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 6em;
	line-height: .9em;
	}

.highlight {
	background: #eee;
	border: 1px solid #ccc;
	padding: 20px;
	margin: 20px 0px;
	}

.pictures {
	float: right;
	margin-left: 20px;
	text-align: center;
	width: 224px;
	}

table.links td {
	background: #eee;
	width: 50%;
	}

/* Header Styles */

h1 {
	color: #a66a1a;
	font-size: 2em;
	font-weight: normal;
	line-height: normal;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}

h2 {
	color: #a66a1a;
	font-size: 1.5em;
	font-weight: normal;
	line-height: normal;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}
header-top {
	color: #a66a1a;
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}
	

/* Link Styles */
a:link { color: #6699FF; }
a:visited { color: #669999; }
a:active, a:hover { color: #CC6600; }