body table{
	font:11px/16px Verdana;
	color:#000;	
}
#nav{
	padding-top:82px;
	width:700px;
	background-image:url(images/nav_bar.jpg);
	background-repeat:no-repeat;
}

#nav a.item, #nav a.item:visited, #nav a.item:hover, #nav a.activeItem, #nav a.activeItem:visited, #nav a.activeItem:hover{
	font: bold 14px/16px "Times New Roman", Times, serif;
	color:#F6EED7;
	display:block;
	padding-left:7px;
	text-decoration:none;
	padding-bottom:17px;
}

#nav a.item:hover, #nav a.activeItem, #nav a.activeItem:visited, #nav a.activeItem:hover{
	color:#933;
}

#nav .item .padding{
	vertical-align:middle;
	text-align:center;
}

.inlineImage{
	vertical-align:bottom;
}

.leftBackground{
	width:146px;
	background-color:#933;
	background-image:url(images/deco_edge_left.jpg);
	background-repeat:repeat-y;
	background-position:right;
}

.rightBackground{
	width:177px;
	background-color:#933;
	background-image:url(images/deco_edge_right.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

.content{
	width:377px;
	vertical-align:top;
	background-image:url(images/content_background.jpg);
	background-repeat:repeat-y;
}

.content .text{
	padding:16px 19px 16px 19px;
	background-color:#F3E7C7;
	background-image:url(images/hr_dotted.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:left;
}

.location{
	padding-bottom:5px;
	padding-left:5px;
}

.registry{
	padding-left:5px;
}

.label{
	font-weight:bold;
	text-transform:uppercase;
}

.accommodations{
	background-color:#FFF;
	background-image:url(images/hr_dotted.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	line-height:26px;
	text-align:left;
	padding-left:24px;
}

.attire{
	text-align:left;
	padding-left:24px;
	padding-top:10px;
	padding-bottom:10px;
	line-height:13px;
	background-color:#F3E7C7;
	background-image:url(images/hr_dotted.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	
}

.directions{
	text-align:left;
	padding-left:24px;
	line-height:26px;
}

a, a:visted, a:hover{
	color:#000;
	font-weight:bold;
}

a:hover{
 color:#933;
}

#footer{
	font: italic normal 11px/16px Verdana;
	padding-top:4px;
	padding-bottom:8px;
	padding-left:142px;
}

