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

body {
   	background-color:#ffffff;
	font-size: 9px; line-height: 13px;
	font-family: Verdana, sans-serif;
	background: #fffff;
	font-style:normal;
	color: #666666;
		
}

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

a:link { text-decoration: none; color:red; }
a:active { text-decoration: none; color:red }
a:visited { text-decoration: none; color:red; }
a:hover { text-decoration: none; color: red; background: #000000; }

a img { border: none; }

#menu li.active a { color: black; font-style: regular; background-color: none; text-decoration: none; }
#menu li.active a:visited { }
#menu li.active a:hover { }
#menu li.active a:active { }


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

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

#menu ul li.section-title {text-decoration: none; color: #666666; font-weight: bold; }

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

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

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

p {
    margin: 0 0 5px 0;
}

h1 { font-size: 9px; color:#666666 }
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: 0 0 12px 0; }

#once { clear: left; }


