/* Corridor */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

/* Normal link */
a {
	color: #9D4B0D;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #FFF;
	text-decoration: none;
}
.heading_txt {
	font-size: 20px;
	color:#666;
}
.heading_txt_active {
	font-size: 20px;
	color:#FFF;
}

body {
	background-color: #333;
	margin-top: 0px;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFF;
}
.stage {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	float: none;
	min-height: 450px;
}
.header {
	margin-top: 0px;
	height: 300px;
	width: 100%;
	background-image: url(../images/corridor_header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-left: auto;
	margin-right: auto;
	background-color: #6C350A;
}
.slider {
	border: #fff;
	height: 120px;
	width: 898px;
	border-bottom: 4px solid #1E1E1E;
	border-top: 4px solid #1E1E1E;
}
.nav {
	height: 32px;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
}
.nav-container {
	background-image: url(../images/nav_bg.png);
	height: 32px;
	width: 100%;
	background-repeat: repeat-x;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	color: #666;
}
.nav1 {
	background-image: url(../images/nav_bg.png);
	height: 70px;
	width: 100%;
	background-repeat: repeat-x;
	margin-top: 300px;
	z-index: 999;
	float: right;
}
.main_stuff {
	width: 550px;
	min-height: 400px;
}

.calendar {
	height: 600px;
	width: 900px;
}

.sidebar {
	float: right;
	height: 650px;
	width: 320px;
}
.buttons{
	float: left;
	height: 25px;
	width: auto;
	margin-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 4px;
	color: #666;
}
.buttons_begin{
	float: left;
	height: 25px;
	width: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
	color: #666;
}
.nav_end{
	background-image: url(../images/button_bg.png);
	float: right;
	height: 45px;
	width: 111.5px;
}
.content {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
.construct {
	width: 600px;
	margin-bottom: 15px;
	height: 70px;
	background-image: url(../images/construction_bg.png);
	background-position: -150px;
	float: left;
}
.img {
	width:auto;
	float:right;
	border: thin solid #333;
	margin: 5px;
}
.footer {
	width:100%;
	height:150px;
	margin-top: 20px;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: 0px -5px;
	background-color: #161616;
}
.donate {
	float:right;
	padding-top: 8px;
}
.photo-gallery{
	width:900px;
	min-height: 500px;
}
.event-seper{
	width:530px;
	padding:10px;
	padding-bottom:30px;
	background-color:#2F2F2F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.event-blank{
	width:530px;
	padding:10px;
	padding-bottom:30px;
	background-color: #363636;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.contact{
	width:375px;
	min-height: 300px;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #3C3C3C;
}
.map{
	width:450px;
	min-height: 350px;
	float: right;
}

