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

body { font-size: 11px; font-family: arial, san-serif; line-height: 12px; background: #FFFFFF; }

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

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

a img { border: none; }

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

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

#menu ul li.section-title { }
 
#menu li.active a { color: #000000; background-color: #000000 }

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

.container {
    padding: 24px 0px 24px 24px;
}

#content p { width: 300px; margin-bottom: 0px; }

p {
    margin: 0 0 0 0;
}

h1 { font-size: 11px; line-height: 12px }
h2 { font-size: 11px; line-height: 12px }
h3 { font-size: 11px; line-height: 12px }
h4 { font-size: 11px; line-height: 12px }

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

#once { clear: left; }
