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

body { font-size: 10px;
	font-family: monospace, Courier, Georgia, sans-serif;
	background: #fff;
	letter-spacing: 1px;
	font-weight: 100;
	line-height: 14px; }

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

a
{
  outline: none;
}

a:link { color: #000;
	text-decoration: underline;
}
a:active { color: #000;
text-decoration: underline;
}
a:visited { text-decoration: underline; color: #000; }
a:hover 
{ text-decoration: underline; color: #9079ff; }

a img { border: none; }

#menu {
    width: 200px;
    /**overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;**/
    position: fixed;
    margin: 0px 30px 20px 20px ;
	padding: 0px 10px 0px 10px;
	/**height: auto;**/
	height: 100%;
	background-color: #fff;
	float: left;
	left: 0;
}

#menu li.active { text-decoration: underline; }


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

#menu ul li.section-title { 
color: #000000;
text-transform: uppercase;
margin-bottom: 3px;
width: 100px;
background-color: white;
}


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

.container {
    padding: 60px 5px 0px 5px;
	margin-bottom: 0;
	margin-right: 0;
}

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

p {
    margin: 0 0 9px 0;
}

h2#logo {
	margin-bottom: 38px;
}

h2#logo a {
font-size: 12px;
font-weight: normal;
padding-bottom: 20px;
text-decoration: none;
text-transform: uppercase;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}


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

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

#once { clear: left; }