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

body {
	letter-spacing: 0.05em;
	font-size: 62.5%;
	font-family: Georgia, serif;
	font-style: normal;
	color: #8A8A8A;
	line-height: 1.5em;
	background: #000000;
}

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

a:link { text-decoration: none; color: #8A8A8A; }
a:active { text-decoration: none; color: #8A8A8A; }
a:visited { text-decoration: none; color: #8A8A8A; }
a:hover { text-decoration: underline; color: #8A8A8A; }
li.active a {text-decoration: none; color: #8A8A8A; }
a img { border: none; }

#content {
	font-size: 1.2em;
	line-height: 1.6em;	
	}

#menu {
    letter-spacing: 0em;
    line-height: 2em;
    width: 250px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: #000000;
}

#menu ul {
	letter-spacing: 0em;
	font-size: 1.2em;
	padding-left: 0px;
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	background: none;
	color: #F1E3BB;
	font-family: Georgia, serif;
	font-size: 0.9em;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 0.2em;
	margin-bottom: 2px;
	line-height: 1.6em;
	padding: 0px 0px 0px 0px;
	border-bottom: none; }

#content {
    height: 100%;
    margin: 2px 0 0 250px;
    top: 0;
}

.container {
    padding: 52px 20px 32px 60px;
}

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

p {
    margin: 0 0 9px 0;
}

#content.strong{ color: #8A8A8A}

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: 400px; margin: 0; padding: 12px 0 12px 0; }

#once { clear: left; }