body {
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.fredericktalbottinn.com/images/body-background.gif);
	background-color: #631721;
	background-position: center;
	font-size: 13px;
	color: #2a0c0c;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

a {
	color: #730714;
}

p {
	padding-top: 0px;
	margin-top: 0px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}

hr {
	display: none;
}

table {
	border-color: #d8cf9a;
}

#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#wrapper-top {
	width: 753px;
	margin-right: 7px;
	height: 44px;
	background-image: url(http://www.fredericktalbottinn.com/images/wrapper-top.png);
	background-repeat: no-repeat;
}

#wrapper-bottom {
	height: 44px;
	background-image: url(http://www.fredericktalbottinn.com/images/wrapper-bottom.png);
	background-repeat: no-repeat;
}

#footer {
	padding-bottom: 10px;
	font-size: 11px;
	color: #bf7b84;
	text-align: center;
}

#footer a {
	color: #bf7b84;
	
}

#wrapper {
	background-image: url(http://www.fredericktalbottinn.com/images/wrapper-background.png);
	background-repeat: repeat-y;
}

#header {
	height: 262px;
	padding: 3px 54px 0px 54px;
	background-image: url(http://www.fredericktalbottinn.com/images/nav-background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#nav {
	position: absolute;
	top: 277px;
	z-index: 2;
	left: 81px;
	text-align:center;
}

#nav a {
	text-decoration: none;
}

#nav a:hover, #nav a.selected {
	text-decoration: overline underline;
}

#nav img {
	margin: 3px 4px;
}

#content {
	padding: 10px 56px;
}

#left_column {
	float: left;
	width: 400px;
}

#right_column {
	float: left;
	padding-left: 20px;
	width: 225px;
}

.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#flash {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}

#lightbox{
	background-color:#eee;
	padding: 15px;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(http://www.fredericktalbottinn.com/images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.fredericktalbottinn.com/images/overlay.png", sizingMethod="scale");
	}