@charset "UTF-8";
/* CSS Document */

* {
margin:0;
padding:0
}
body {
	background: #D25906 url(../images/pgbg.jpg) repeat-x;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font: 14px "Myriad Pro", "Lucida Sans Unicode", Arial, sans-serif;
}
#sidebar {
	background: #D25906 url(../images/sidebarbg.jpg) no-repeat;
	width: 232px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 55px;
}
#nav {
	padding-top: 30px;
}
#content {
	float: left;
	width: 646px;
	background: #FEEFE7;
	font-family: "Myriad Pro", "Lucida Sans Unicode", Arial, sans-serif;
	border-left: 1px solid #D25918;
	min-height: 1100px;
	padding: 55px 25px 15px;
}
blockquote {
	padding-right: 25px;
	padding-left: 25px;
	color: #666;
}
#photo-caption {
	width: 339px;
	float: right;
	height: 280px;
	font-size: 12px;
	padding-left: 10px;
}
#photo-caption p img {
	padding-bottom: 10px;
}
.smalltxt {
	font-size: 12px;
}
#rsvpform a {
	color: #FF3;
	text-decoration: none;
}
#rsvpform a:hover {
	color: #FC0;
	text-decoration: underline;
}
#footer a {
	color: #FF0;
	text-decoration: none;
}
#footer a:hover {
	color: #FC0;
	text-decoration: underline;
}
#footer {
	font: 12px "Myriad Pro", "Lucida Sans Unicode", Arial, sans-serif;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.clearfix {
	clear: both;
}
#rsvpform {
	color: #FFF;
	font: 16px "Myriad Pro", "Lucida Sans Unicode", Arial, sans-serif;
	margin-top: 25px;
}
#content a {
	color: #901D0B;
	text-decoration: none;
}
#content a:hover {
	color: #D77222;
	text-decoration: underline;
}
h2 {
	font-size: 18px;
}
h1 {
	font: 36px "Myriad Pro", "Lucida Sans Unicode", Arial, sans-serif;
	color: #D77222;
	padding-top: 10px;
	padding-bottom: 5px;
}
#nav ul li {
	list-style: none;
	background: url(../images/navseparator.gif) no-repeat bottom;
	height: 30px;
	color: #FFF;
	font: 24px "Myriad Pro", "Lucida Sans Unicode", Arial, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content ul li {
	list-style: inside;
	text-indent: 15px;
}
#nav ul li a {
	color: #FFF;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #FFEF27;
}
.tablecenter {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#map {
	float: right;
	width: 440px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#map a {
	color: #F30;
}
.fineprint {
	font: 11px "Myriad Pro", "Lucida Sans Unicode", Arial, sans-serif;
	color: #999;
}
#topright {
	float: left;
	width: 250px;
	padding: 7px;
	font-size: 14px;
}
#topleft {
	float: left;
	width: 250px;
	margin-left: 30px;
	padding: 7px;
	margin-right: 35px;
	font-size: 14px;
}
#btmleft {
	float: left;
	width: 250px;
	margin-left: 30px;
	padding: 7px;
	margin-right: 35px;
	font-size: 14px;
}
#btmright {
	float: left;
	width: 250px;
	padding: 7px;
	font-size: 14px;
}
#content ol {
	list-style: inside;
	text-indent: -17px;
	margin-left: 15px;
}
.alert {
	background: #FFFF99;
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
	color: #CC3333;
	text-align: center;
	border-top: 1.5px solid #DC660B;
	border-bottom: 1.5px solid #DC660B;
	border-right-color: #DC660B;
	border-left-color: #DC660B;
	height: 30px;
	vertical-align: middle;
	padding: 10px 0px 0px;
}