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

body {
	color: black;
	line-height: 13px;
	letter-spacing: 0px;
	word-spacing: 2px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	font-style: normal;
	text-decoration: none;
}

body.section-1 { color: black; font-size: 10px; font-family: Helvetica, Verdana, Arial, sans-serif; }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	font-style: normal;
	background-color: #eeeeee;
	color: #003333;
}
a:active {
	background-color: #eeeeee;
	text-decoration: none;
	color: #003333;
}
a:visited { background-color: #eeeeee; text-decoration: none; color: #003333; }
a:hover {
	text-decoration: none;
	background-color: #444444;
	color: #fff;
}

a img { border: none; }

#menu {
background: #fff;
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 200px;
    position: fixed;
    height: 100%;
    margin: 89px 0 0 0px;

}

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

#menu ul li.section-title {	font-size: 15px;
	font-family: lucida, sans-serif; font-weight: normal; color: black; line-height: 26px; letter-spacing: 0px;
}

#content {
    text-align: justify;
    height: 100%;
    margin: 100px 0 0 420px;
    top: 0;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 {	font-size: 22px;
	font-family: lucida, sans-serif; font-weight: normal; color: black; letter-spacing: -1px;
}

h2 {	font-size: 15px;
	font-family: lucida, sans-serif; font-weight: normal; color: black; line-height: 26px; letter-spacing: 0px;
}
h3 {	font-size: 15px;
	font-family: lucida, sans-serif; font-weight: normal; color: coral; line-height: 26px; letter-spacing: 0px;
}
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 500px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


