/**
* CSS
* 
* @version 1.1
* @author Vaska
* @author Gregory Cadar
* @author Jeff Werner 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 70%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background-repeat: no-repeat !important; 
	text-align: center;
	padding: 3em 1em 3em 40px;
	color: #666;
	line-height: 1.45em; }

	body.section-1 h2 { display: none; }
	body.section-1 #footer { display: none; }

a:link { text-decoration: none; color: #666; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#wrap { 
	width: 990px; }

#menu {
    width: 215px;
    position: fixed;
    height: 100%;
    margin-top: -32px;
	background-color: none;
	text-align: left;
}

#menu ul {
	list-style: none;
	margin: 0 0 8px 54px;
}

#menu ul li.section-title { 
	text-indent: -15px; }


ol#nav {
	list-style: none; 
	margin: 2em 0 62px 39px;
	display: block;
	height: 1px; }

	ol#nav li { 
		float: left;
		margin: 0 1em 1em 0;
		display: block; }
		


#content {
    height: 100%;
    margin: 0 0 0 220px;
    text-align: left; }

#content p { width: 400px; margin-bottom: 16px; }

p {
    margin: 0 0 16px 0;
}

#content .container {
	width: 100%;
	margin-top: 40px; }

	#content .container p {
		width: 195px; }

	#content .container #img-container {
		top: 73px;
		left: 500px; 
		position: absolute; }


h1 { 
	font-size: 1.4em;
	color: #333;
	margin: 0 0 1em 0;
	text-transform: lowercase; }

	h1 a { 
		background: url(img/bg-header.png) no-repeat; 
		padding: 2em 4em 2em 2.4em;
		display: block;
		text-decoration: none;
		color: #333; }

	h1 a:hover { 
		text-decoration: none;
		color: #b4afbd; }


h2 { 
	font-size: 1.1em;
	letter-spacing: 0.03em; 
	margin: 0 0 1em 0;
	color: #B4AFBD;
	clear: left; }

h3 {
	font-size: 1.1em;
	color: #B4AFBD; 
	letter-spacing: 0.03em; 
	margin: 0 0 1em 39px;
	clear: left; }

h4 { font-size: 12px; }

#img-container	{ 
	margin: 0; 
	padding: 0;
	float: right; }

#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


#footer {
	text-align: left; 
	margin: 64px 0 0 220px;
	color: #bbb; }

	#footer p {
		margin: 0; }








