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

body {
	font-size: 0.72em;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
	line-height: 1.5em;
	margin-right: 25%;
}

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

a:link {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #b590d4;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}

a img { border: none; }

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

#menu ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0px;
	list-style-image: none;
	list-style-type: none;
}

#menu ul li.section-title {
	text-transform: uppercase;
	font-weight: bold;
	color: #666666;
	letter-spacing: 0.1em;
	font-variant: small-caps;
}

#content {
	height: 100%;
	top: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 10px;
}

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

#content p { width: 650px; margin-bottom: 3px; }

p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h2a {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 1em;
}
h3 { font-size: 16px; }
h3a {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #1cac4a;
}
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; }
