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

body {
	background: #fff;
	font: 11px Helvetica, Arial, sans-serif;
}

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

a:link { text-decoration: none;
	color: #0089ff;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a:visited { text-decoration: none; color: #0089ff; }
a:hover { color: #da3888;
	background-color: #ffffff;
}

a img { border: none; }

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

ul {
	list-style-type: none;
}
ul li {
	padding-bottom: 2px;
}

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

#menu ul li {
	margin-bottom: 2px;
	padding: 0;
}

#menu ul li.section-title {
	font: bold 12px Arial, Helvetica, Geneva, sans-serif;
	margin-top: 15px;
	margin-bottom: 4px;
}

#menu ul li.active a {
	text-decoration: bold;
	color: #000000;
	background-color: transparent;
}

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px;
	margin-bottom: 4px;
}
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; }

.title {
	margin-bottom: 30px;
}

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