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

body {
	font-size: 11px;
	font-family: Arial, SunSans-Regular, sans-serif;
	line-height: 14px;
	letter-spacing: 0.5px;
	background-color: #FFF;
}

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

a:link {
	color: #e00000;
	text-decoration: underline;
}
a:active { color: #e00000; text-decoration: none; }
a:visited { text-decoration: underline; color: #e00000; }
a:hover { color:#e00000; text-decoration: none; }
a img { border: none; }

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

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

#menu ul li.section-title { text-decoration: underline; }

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

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

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

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: 4px 0 0; padding: 0; }
#img-container p	{ color: #e00000; font-size: 10px; font-style: italic; width: 400px; padding-bottom: 12px; }
#once { clear: left; }
#menu a:link { color: #e00000; text-decoration: none; }
#menu a:visited { color: #e00000; text-decoration: none; }
#menu a:active { color: #e00000; text-decoration: none; }
#menu a:hover { color: #e00000; text-decoration: underline; }

