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

body {
	font-size: 10px;
	font-family: sans-serif;
	color: #666;
	background: #fff;
}

/*body.section-1 { background: transparent url(img/bkgrnd_01.jpg) repeat-x fixed 0 0; }

body.section-1 .brand {
	position: fixed;
	top: 20px;
	left: 48px;
	display: block;
	background: transparent url(img/logo_header007.jpg) no-repeat scroll 0 0;
	width: 170px;
	height: 100px;
	text-indent: -9000px;
}

body.section-1 #menu {
	left: 48px;
	top: 120px;
	width: 160px;
	padding: 30px 5px;
}

body.section-1 #content {
	margin: 20px 0 0 230px;
	width: 480px;
	background-color: #FFF;
	padding: 5px;
}
*/
body.section-2 { }
body.section-3 { }

a:link { 
	text-decoration: none; 
	color: #666;
}
a:active { 
	text-decoration: none; 
	color: #666;
}

a:visited { 
	text-decoration: none; 
	color: #666;
}

a:hover { 
	text-decoration: none; 
	color: #000;
}

a img { border: none; }

.brand a{
	position: fixed;
	top: 20px;
	left: 24px;
	display: block;
	background: transparent url(img/logo_header007.jpg) no-repeat scroll 0 0;
	width: 170px;
	height: 100px;
	text-indent: -9000px;
}

#menu {
    width: 160px;
    overflow: visible;
    top: 120px;
	left: 24px;
    position: fixed;
	padding:30px 5px;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title { 
	font-weight: bold;
	color: #3e3d40;
	padding-bottom:2px;
	border-bottom: 1px dotted #666;
}

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

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

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

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }