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

body {
	font-size: 12px;
	font-family: Georgia, Verdana, serif;
	line-height: 130%;
	background: #fff;
	color: #414138;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link, a:active, a:visited { text-decoration: none; color: #d55129;} /* b1ae91 */
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
	font-size: 11px;
    width: 259px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #efeeda;
}

#menu a:link, #menu a:active, #menu a:visited { text-decoration: none; color: #7d7a63;}
#menu a:hover { text-decoration: underline; }

#menu ul {
	list-style: none;
}

#menu ul li {
	margin: 0 0 0 34px;
	line-height: 150%;
}

#menu ul li.section-title { 
	font-size: 13px;
	letter-spacing: 1px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #7d7a63;
	padding: 20px 0 20px 0;
}

#menu-ender {
	margin-top: 42px;
}

#content {
    height: 100%;
    margin: 23px 0 0 294px;
    top: 0;
}

.container {
    padding: 0;
}

#content p { width: 500px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

.header_link a {
	color: #f41;
	font-size: 12px;
}

.header_link a:hover {
	text-decoration: none;
}

.credit_line {
	color: #414138;
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	padding: 10px 0 0 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }
