* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	line-height: 24px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color:#716478;
	background:#26211f;
}
body.section-1 {}
body.section-2 {}
body.section-3 {}

#header {
	width: 100%;
	height: 100px;
	clear: both;
	text-align:center;
}
#holder {
	text-align: left;
	clear: both;
	width: 900px;
	min-height: 600px;
	margin: 0 auto;
	padding: 0 0 0 0;
}
#footer {
	text-align: center;
	font-size: 12px;
	color:#666;
	width: 100%;
	height: 20px;
	clear: both;
	position:absolute;
	margin:0;
	padding: 10px 0 10px 0;
}
#menu {
	width: 185px;
	line-height: 18px;
	float: left;
	clear: left;
}
#content {
	height: 100%;
	margin: 0 0 0 215px;
	top: 0;
}
.container {
	/*padding: 5px 5px 25px 5px;*/
}

#menu ul {
	list-style: none;
	font-size: 12px;
}
#menu ul li.section-title {
	font-size: 14px;
	color:#FFF;
}

p {
	margin-bottom: 18px;
}
#content p {
	text-indent:36px;	
}
h1 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 18px;
}
h2 { 
	font-size: 18px;
	line-height: 18px;
	padding: 5px;
	margin-bottom: 18px;
	color:#FFF;
	background:#000;
}
h3 {
	font-size: 14px;
	line-height: 18px;
	background-color:#FFF;
}
h4 {
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color:#5689A1;
}
a:active {
	text-decoration: none;
	color:#5689A1;
}
a:visited {
	text-decoration: none;
	color:#5689A1;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
ul, ol { 
  	margin-bottom: 18px; 
}

#img-container {
	margin: 0;
	padding: 20px;
	margin-top:20px;
	background:#282321;
}
#img-container p {

	width: 400px;
	margin: 0;
	padding: 0 0 12px 0;
}
#flash {
	position: relative; /*or absolute*/
	z-index: 0;
}
#once {
	clear: left;
}