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

body {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	text-decoration: none;
	color: #666666;
}

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

a:link {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color:#CC66CC;
	text-decoration:none;
}

a img { border: none; }

#menu li.active a {
	color:#CC00CC;
	text-decoration:none;
}
#menu li.active a:visited {
}
#menu li.active a:hover {
}
#menu li.active a:active {
}

#menu {
	width: 210px;
	overflow: auto;
	top: 20px;
	bottom: 0;
	left: 15px;
	position: fixed;
	height: 100%;
	background-color: #FFFFFF;
	border-right-style: dashed;
	border-right-width: thin;
	border-right-color: #999999;
}

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

#menu ul li.section-title { }

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 10px;
	color: #9999CC;
	font-weight: bold;
}
h2 {
	font-size: 8px;
	color: #999999;
	font-weight: lighter;
}
h3 {
	font-size: 16px;
	color: #FF6699;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	color: #999999;
}
h5 {
	font-size: 12px;
	color: #000000;
}
h6 {
	font-size: 12px;
	color: #FF6699;
	font-weight: bold;
}

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

#once { clear: left; }