body {
	position:relative;
	font-family:"Helvetica Neue", Helvetica, sans-serif;
	background-image:url("static/debut_light.png");
	background-repeat:repeat;
}

.page {
	position:relative;
	width:50%;
	max-width:1000px;
	margin-bottom:50px;
}

.navg {
	position:fixed;
	top:50px;
	left:30px;
	color:#3b2c15;
	padding:5px;
}

.navg li {
	list-style:none;
	margin-left:0px;
	padding:5px;
	position:relative;
}

.navg li a {
	color:#efdb9c;
	text-decoration:none;
	font-weight:bold;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	background-color:#3b2c15;
	padding:4px;
}

.navg li img {
	bottom:0px;
	position:absolute;
}

.navg ul {
	margin:0px;
}

.content {
	margin-left:300px;
	margin-bottom:50px;
}

.section {
	max-width:650px;
	min-width:575px;
	background-color:#3b2c15;
	-webkit-border-bottom-right-radius:35px;
	-moz-border-bottom-right-radius:35px;
	border-bottom-right-radius:35px;
	padding:7px;
	margin-bottom:15px;
	color:#efdb9c;
}

.section a {
	color:#efdb9c;
	text-decoration:none;
	font-weight:bold;
}

.section .sect_head {
	background-color:#a84818;
	padding:5px;
	margin-left:-7px;
	margin-right:-7px;
	margin-top:-7px;
}

.section h2 {
	display:inline-block;
	color:#efdb9c;
	margin:0px;
	padding:0px;
}

.subsection {
	
}

.slides_container {
	width:570px;
	height:270px;
}
.slides_container div {
	width:570px;
	height:270px;
	display:block;
}

#slides .next {
	width:33px !important;
	height:33px !important;
}

#slides .prev {
	width:33px !important;
	height:33px !important;
}

.header h1, .header h2 {
	text-transform:uppercase;
	color:#3b2c15;
}

.header h2 {
	position:absolute;
	top:0px;
	left:400px;
	font-size:14px;
}

#signage_slides .slides_container {
	width:570px;
	height:400px;
}
#signage_slides .slides_container div {
	width:570px;
	height:400px;
	display:block;
}
