@charset "utf-8";
/* Wedding Site CSS - Created on 05/30/2008 */

body {
	background: #E0D5C3;
	color: #5A3410;
	font-family: Georgia, "Times New Roman", Times, serif;}
	
	
.container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	padding: 0;}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 6px 0 2px 0;}
	
a {
	color: #990000;
	text-decoration: none;}

li a {color: #5A3410;}
	
	a:hover {
	text-decoration: underline;}
	
	a.active {
		font-weight: bold;}

p {
	font-size: 14px;
	padding: 0 35px 0 0 ;}
	
	p a {
		text-decoration: underline;}

		p a:hover {
			text-decoration: none;}

.new {color: #990000; font-weight:bold;}

	
.sitecontainer {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0;}
	
	.header {
		width: 700px;
		height: 160px;
		padding: 0;
		margin: 0;}
		
	.middlecontainer {
		width: 700px;
		background: url(../images/container_background.jpg) repeat-y;}
		
		.navcontainer {
			width: 180px;
			height: 400px;
			padding: 0;
			margin: 0;
			float: left;}
			
			ul.nav {
				margin-left: 25px;
				margin-right: 0;
				margin-top: 25px;
				margin-bottom:0;
				padding: 0;}
				
				ul.nav li {
				font-size: 14px;
				list-style:none;
				margin: 0;
				padding: 0 0 20px 0;}
				
					ul.nav li.active {
						font-weight: bold;}
			
		.contentcontainer {
			width: 520px;
			padding: 0 0 10px 0;
			margin: 0;
			float: left;}
			
			.contentheader {
				width:500;
				height:160;}
				
				.spacer {clear: both}

		
	.footer {
		clear: both;
		width: 700px;
		height: 15px;
		background-color:#FFFFFF;}
		
		
		
	
.contact {
	width: 700px;
	text-align:center;
	color: #5A3410;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 10px;}

.contact a {
	color: #5A3410;
	text-decoration: none;}
	
.contact a:hover {
	color: #5A3410;
	text-decoration: underline;}