section#content {	
	width: 100%;
	float: left;
	position: relative;
	z-index: 20; 
	display: none; 	
}

#slide {
	height: 100%;
	position: fixed;
	top: 50px;
	left: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
	display: none;
}

section#content hgroup {
	width: 785px;
	margin: 150px auto 0;
	color: #937D69;
}

section#content hgroup h1 {
	font-family: 'OratorStdMedium';
	font-size: 27px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 10px 0;
	letter-spacing: 2px;
}

section#content hgroup h2 {
	font-family: 'LetterGothicStdSlanted';
	font-size: 27px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 10px 0;
	word-spacing: -2px;	
}

section#content hgroup h2 a {
	color: #937D69;	
}

section#content hgroup h2 a:hover {
	opacity:.50;
	filter:alpha(opacity=50); /* For IE8 and earlier */ 
	-webkit-transition: opacity .5; 
	-moz-transition: opacity .5; 
	transition: opacity .5;	
}

section#content hgroup h3 {
	word-spacing: -5px;	
}

section#content hgroup h3 a {
	color: #937D69;	
}

section#content hgroup h3 a:hover {
	opacity:.50;
	filter:alpha(opacity=50); /* For IE8 and earlier */ 
	-webkit-transition: opacity .5; 
	-moz-transition: opacity .5; 
	transition: opacity .5;	
}

section#content hgroup h4 {
	word-spacing: 8px;	
}

section#content hgroup h4 a {
	color: #937D69;	
}

section#content hgroup h4 a:hover {
	opacity:.50;
	filter:alpha(opacity=50); /* For IE8 and earlier */ 
	-webkit-transition: opacity .5; 
	-moz-transition: opacity .5; 
	transition: opacity .5;	
}

section#content hgroup h5 {
	word-spacing: 8px;	
}

section#content hgroup h5 a {
	color: #937D69;	
}

section#content hgroup h5 a:hover {
	opacity:.50;
	filter:alpha(opacity=50); /* For IE8 and earlier */ 
	-webkit-transition: opacity .5; 
	-moz-transition: opacity .5; 
	transition: opacity .5;	
}

section#content hgroup h3, h4, h5, h6 {
	font-family: 'LetterGothicStdSlanted';
	font-size: 27px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 10px 0;	
}

section#content a.facebook {
	color: #937D69;
	text-transform: uppercase;
	font-weight: normal;
	float: right;
	margin-right: 17px;
}

section#content a.facebook:hover {
	opacity:.50;
	filter:alpha(opacity=50); /* For IE8 and earlier */ 
	-webkit-transition: opacity .5; 
	-moz-transition: opacity .5; 
	transition: opacity .5;	
}


