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

body {
	font-size: 10px;
	font-family: Georgia;
	background: #fff;
	color: #000000;
}

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

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { color: #ffffff; background-color:#337bb5; } 

a img { 
border: none; 
}

#menu {
    width: 180px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	line-height: 14px;
	text-transform: uppercase;
}

#menu ul {
	list-style: none;
	margin: 0 0 16px 0;
	color: #337bb5;
}

#menu ul li.section-title {
    margin: 0 0 2px 0; 
}

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

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

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

p {
    margin: 0 0 20px 0;
}

h1 { font-size: 10px; color: #337bb5; text-transform: uppercase; font-weight: normal; margin-bottom: 12px;}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
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; }

#headline_01 {
	width: 200px;
	color: #337bb5;
}

#headline_02 {
	width: 200px;
	color: #337bb5;
	position: absolute;
	top: 20px;
}

#headline_03 {
	width: 200px;
	color: #337bb5;
	position: absolute;
	top: 20px;
	left: 500px;
}

#text_01 {
	width: 200px;
	color: #000000; 
}

#text_02 {
	width: 240px;
	color: #000000; 
	position: absolute;
	top: 50px;
}

#text_03 {
	width: 200px;
	color: #000000; 
	position: absolute;
	top: 50px;
	left: 500px;
}

#text_04 {
	width: 300px;
	color: #000000;
	text-align: justify; 
}

#text_05 {
	color: #000000; 
	text-align: justify;
}