@charset "utf-8";
/* CSS Document */
	body
	{
		margin: 0;
		padding: 0;
		background: url(/wedding/background.gif) repeat 50% 0;
	}
	
	.style1 {
	font-size: medium; font-family: Georgia, "Times New Roman", Times, serif
	}
	
	.style2 {font-size: small; font-family:Georgia, "Times New Roman", Times, serif
	}
	
	.style3 {font-size: small; font-family: "Times New Roman", Times, serif
	}
	
	.style5 {
	font-size: x-large;
	font-weight: bold;
	color: #990000;
	}
	
	.style6 {color: #fefced}
	
	#container
	{
	margin: 1em auto;
	width: 720px;
	text-align: left;
	background-color: white;
	}
	
	#header
	{
		height: 202px;
		background-image: url(/wedding/header.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 1px solid #fff;
		position: relative;
	}
	
	#openspace
	{
		height: 15px;
		background-color: white;
	}
	
	#mainnav
	{
	background-color: white;
	color: white;
	width: 720px;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	}
	
	#mainnav li
	{
		display: inline;
		padding: 0 7px;
		border-left: 1px solid #dfc36f;
		border-right: 1px solid #dfc36f;
	}
	
	#mainnav li a
	{
		text-decoration: none;
		color: #990000;
	}
	
	#mainnav li a:hover
	{
		text-decoration: none;
		color: #fff;
		background-color: #990000;
	}
	
	#menu
	{
		float: right;
		width: 195px;
		border-left: 1px solid #dfc36f;
		padding-left: 15px;
	}
	
	#menu ul
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		line-height: 165%;
	}
	
	#contents { margin: 0 230px 40px 15px; 
		border: 1px solid #dfc36f;
		background-color: #fefced;
		}
		
	#footer	
	{
		clear: both;
		height: 20px;
		background-color: white;
	}
	
