/* Basic Rules************************************************************/body {	padding-top: 20px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 62.5%;	background: #915137 url("../images/body_bg.gif") no-repeat 50% 0;	text-align: center;	}/* Layout Rules************************************************************/div#wrapper {	width: 579px;	margin: auto;	text-align: left;	}h1#logo {	width: 579px;	height: 156px;	margin: 0;	padding: 0;	background: url("../images/header.jpg") no-repeat 0 0;	}h1#logo a {	display: block;	width: 196px;	height: 128px;	margin: 5px 0 0 15px;	}h1#logo a em {	position: absolute;	left: -9999px;	}ul#nav {	height: 60px;	margin: 0;	padding: 0;	list-style: none;	background: url("../images/nav_bg.jpg") no-repeat 0 0;	}ul#nav li {	position: relative;	float: left;	margin: 0;	padding: 0;	}ul#nav a {	display: block;	height: 38px;	margin: 0 0 0 39px;	background-repeat: no-repeat;	background-position: 0 0;	}a#n_about { width: 83px; background-image: url("../images/nav/about.gif"); }a#n_weddings { width: 75px; background-image: url("../images/nav/weddings.gif"); }a#n_faqs { width: 47px; background-image: url("../images/nav/faqs.gif"); }a#n_press { width: 43px; background-image: url("../images/nav/press.gif"); }a#n_contact { width: 93px; background-image: url("../images/nav/contact.gif"); }ul#nav a em {	position: absolute;	left: -9999px;	}div#content {	min-height: 175px;	padding: 15px 30px 40px 30px;	background: #fbf6f5;	}* html div#content {	height: 200px;	}div#photo_wrapper {	float: right;	width: 197px;	height: 150px;	margin: 20px 0 15px 30px;	padding: 16px 0 0 18px;	background: url("../images/photo_wrapper_bg.gif") no-repeat 0 0;	}* html div#photo_wrapper {	width: 215px;	height: 166px;	/*margin-right: 15px;*/	}div#content h2 {	margin: 0;	padding: 0;	font-family: Arial, Helvetica, sans-serif;	font-size: 1.7em;	font-weight: bold;	color: #915137;	}div#content h3 {	margin: 1.25em 0 0 0;	padding: 0;	font-family: Arial, Helvetica, sans-serif;	font-size: 1.25em;	font-weight: bold;	color: #915137;	}div#content p {	margin: 1em 0 0 0;	line-height: 1.4em;	color: #572570;	}div#content ul {	margin: 1em 0 0 0;	line-height: 1.4em;	color: #572570;	}div#content ul.sub {	margin: 0 0 0 0;	line-height: 1.4em;	color: #572570;	}div#content p span.faq_a {	font-family: Arial, Helvetica, sans-serif;	font-size: 1.25em;	font-weight: bold;	color: #915137;	}div#content a {	text-decoration: underline;	color: #915137;	}div#content a:hover {	color: red;	}div#content table {	font-size: 1em;	line-height: 1.4em;	color: #572570;	}div#content table.press_table {	margin-top: 1.4em;	}div#content table.press_table td {	padding: 0 2em;	text-align: center;	}div#content img.press_photo {	border: 1px solid #572570;	margin-bottom: 0.5em;	}div#footer {	margin: 0;	padding: 25px 0 0 80px;	color: white;	background: url("../images/footer_bg.gif") no-repeat 0 0;	}div#footer img {	float: left;	margin-right: 35px;	}div#footer p {	margin: 6px 0 0 0;	font-size: 1em;	line-height: 1.4em;	}div#footer a {	text-decoration: underline;	color: white;	}div#footer a img {	border: 0;	}/* Forms/Tables Rules************************************************************/input, select, textarea {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 1em;	color: #572570;	}form table {	clear: both;	border-collapse: collapse;	}form table th {	width: 40%;	text-align: right;	vertical-align: top;	padding: 4px;	}form table td {	padding: 3px 0 3px 4px;	}input#name, input#email {	width: 150px;	}input#address1, input#address2 {	width: 175px;	}input#zip {	width: 50px;	}input#eventdate {	width: 50px;	}textarea#comments {	width: 250px;	height: 75px;	}