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

body {
	color: #3a3a3a;
	font-size: 12px;
	line-height:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
    background-color: #ffffff;
    text-decoration: none;
    word-spacing: normal;
    text-align: left;
    line-height: 1.2em;
}

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

a:link { color:#1a358b; text-decoration: none; }
a:active { color: #1a358b; text-decoration: none; }
a:visited { color:#1a358b; text-decoration: none; }
a:hover { color:#1a358b; text-decoration: none; }

a img { border: none; }

.style2 {
background-color: #000000;
color: #ffffff;
text-decoration: none;
word-spacing: normal;
text-align: left;
line-height: 1em;
font-size: 20px;
}

.style3 {
font-family: ;
background-color: #fff9d6;
color: #99ebff;
text-decoration: none;
word-spacing: normal;
text-align: left;
line-height: 1em;
font-size: 9.8em;
}

.style4 {
font-family: Arial;
background-color: #ffffff;
color: #0f0000;
text-decoration: none;
word-spacing: normal;
text-align: left;
line-height: 1em;
font-size: 3,5em;
}

.style5 {
font-family: Trebuchet MS;
background-color: #fffaf9;
color: #00c5cc;
text-decoration: none;
word-spacing: normal;
text-align: left;
line-height: 1.2em;
font-size: 1.3em;
}

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

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

#menu ul li.section-title { }

#content { 
    padding-bottom: 0px; 
	padding-right: 0px;    
	padding-top: 10px; 
	padding-left: 10px;      
	margin-bottom: 0px;
	margin-left: 225px;
	margin-top: 0px;
	margin-right: 0px;
}

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

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

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: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 10px 0; }

#once { clear: left; }