/* @group Home Page */
/* Style for Body Element */
#home {
	background: #1d0500 url('images/background.jpg') no-repeat center top;
	margin: 0px;
	height: 100%;
	overflow-y: auto;
}

#home_logo {
	width: 1005px;
	margin: auto;
	text-align: center;
	height: 177px;
}
#home_logo img {
	margin: 70px 0 0 350px;
	text-align: center;
}

#home_highlight {
	background: #3a0a00 url('images/curtain_highlight.jpg') no-repeat center top;
	margin-top: 26px;
	min-width: 1005px;
}
#home_nav_holder {
	width: 1005px;
	margin: 0 auto;
	text-align: center;
}
#home_nav {
	padding: 12px 0;
	color: #fff;
	font: 20px/30px georgia;
	width: 515px;
	float: right;
}
#home_nav div {
	text-align: left;
}
#home_nav a {
	text-decoration: none;
	color: white;
}
#home_images {
	width: 1005px;
	margin: auto;
	text-align: left;
	position: relative;
	top: -150px;
	left: -60px;
}
#home_images img {
	position: absolute;
}
#credits {
	width: 1000px;
	text-align: right;
	color: #7c0c08;
	margin: 140px auto 0 auto;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#credits a {
	color: #7c0c08;
}
/* @end */


/* @group Internal Pages */
/* Style for Body Element */
#internal {
	background: #1d0500 url('images/internal_background.jpg') no-repeat center top;
	margin: 0px;
}

#container {
	width: 1035px;
	margin: auto;
	text-align: center;
}

#nav {
	margin: 13px 0px 0px 0px;
	width: 244px;
	float: left;
	display: inline;
	text-align: left;
}
#nav_items {
	color: #fff;
	font: 15px/20px georgia;
	margin-left: 7px;
	margin-top: 20px;
}
#nav_items a{
	color: #fff;
	text-decoration: none;
}
#nav_items a.selected{
	color: #ffbd00;
	text-decoration: none;
}


#content {
	float: right;
	display: inline;
	width: 721px;
	margin-top: 13px;
	margin-right: 56px;
	text-align: left;
	text-shadow: #958d81 0 3px 4px;
}
#content_inner {
	background-color: #d7cdbb;
	width: 716px;
	color: #450808;
	font: 14px georgia;
	line-height: 24px;
}

#content_inner a {
	color: #1e0303;
	font: 14px georgia;
}

#content_inner p {
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#page_title {
	color: #9a0b04;
	font-size: 36px;
	line-height: 36px;
	margin: 0px 16px 0px 16px;
}
#page_content {
	margin: 0px 16px 0px 16px;
}
.guestbook_entry {
	padding: 20px 0;
	border-bottom: 1px solid #9a0b04;
}
.guestbook_name {
	font-weight: bold;
	float: left;
}
.guestbook_date {
	font-size: 10px;
	float: right;
}
.guestbook_comment {
	clear: both;
}
#videos {
	margin: 0px 16px 0px 16px;
	padding-top: 25px;
	clear: both;
}
#videos img {
	border: 1px solid #450808;
}
#videos img:hover {
	border-color: #1e0303;
}
.video {
	float: left;
	display: inline;
	height: 140px;
	margin-right: 14px;
	margin-bottom: 14px;
}
.video img {
	display: block;
}
.video_caption {
	font-size: 10px;
	line-height: 13px;
}

#photos {
	margin: 0px 16px 0px 16px;
	padding-top: 25px;
	clear: both;
}
#photos img {
	border: 1px solid #450808;
}
#photos img:hover {
	border-color: #1e0303;
}
.photo {
	float: left;
	display: inline;
	height: 140px;
	margin-right: 14px;
	margin-bottom: 14px;
}
.photo img {
	display: block;
}
.photo_caption {
	font-size: 10px;
	line-height: 13px;
}

/* @end */


/* @group Basic Elements */
img {
	border: 0;
	outline: 0;
}
.clearificator {
	clear: both;
}
/* @end */

