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

body {
	font-size: 9px;
	font-family: Tahoma, Geneva, sans-serif;
	background: #ffffff;
	margin: 40px;
	line-height: 14px;
}

body.section-1 {
	font-family: Tahoma, Geneva, sans-serif;
}
body.section-2 {
	font-family: Tahoma, Geneva, sans-serif;
}
body.section-3 {
	font-family: Tahoma, Geneva, sans-serif;
}

a:link {
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #000000;
	line-height: 9px;
}
a:active {
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
}
a:hover {
	text-decoration: underline;
	font-size: 9px;
	color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
}

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 40px;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 100%;
	background-color: #ffffff;
}

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

#menu ul li.section-title { }

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

.container {
    padding: 5px 5px 25px 5px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
h2 {
	font-size: 9px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
h3 {
	font-size: 36px;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #000;
}
h4 { font-size: 12px; }

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

#once { clear: left; }
