/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*
*blue grey e1edef
*pink ffccff
*uva cabfcd
*
*/
* {
margin: 0;
padding: 0;
}

body {
color: #000000;
font-size: 13px;
line-height: 1.2em;
font-family: Garamond, "Times New Roman"  
background: #fff;
}

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

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

a img { border: none; }

#menu {
width: 230px;
overflow: auto;
top: 0;
bottom: 0;
left: 0;
position: fixed;
height: 100%;
background-color: #ffffff;
background-image: url("");
background-repeat: repeat;
font-size: 13px;
}

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

#menu ul li.section-title { 
	width: 190px;
	border-bottom: 0px dotted;
	color: white;
	font-size: 10px;
	text-align: right;
	padding-bottom: 0px;
	padding-right: 10px;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-weight: bold;
	background-color: black;

	
	
}

#menu ul li.active a {
color: 000000;
font-weight: bold;
text-decoration: none;
}

#content {
height: 100%;
margin: 0 0 0 215px;
top: 0;
}

.container {
padding: 16px 20px 20px 20px;
}

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

p {
margin: 0 0 9px 0;
}

h1 {
color: #ffffff;
font-size: 18px; 
line-height: 1.15em;
width: 400px;
}

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; }



