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

body {
	font-family: Arial, sans-serif;
	letter-spacing: 0px;
	font-style: normal;
	font-weight: normal;
	color: #910101;
	font-size: 10px;
	background: #fff;
}

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

a:link { color: #999999; text-decoration: none; }
a:active { color: #999999; text-decoration: none; }
a:visited { text-decoration: none; color: #999999; }
a:hover { color: black; text-decoration: none; }

a img { border: none; }

#menu {
    width: 215px;
    float:left
    overflow: auto;
    top: 0px;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	
}

#menu ul {
	border-right-width: 1px;
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { font-style: normal; font-weight: normal; border-bottom-style: none; color: black; }

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

.container {
    text-align: left;
    border-top-style: none;
    padding-left: 5px;
    padding-bottom: 100px;
    padding-top: 5px;
    border-right-style: none;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-style: normal; font-weight: normal; color: white; font-size: 16px; }
h2 { color: white; font-size: 12px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }dth: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
