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

body {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #3D3D3D ; }
a:active { text-decoration: none; color: #FFFFFF; }
a:visited { text-decoration: none; color: #999999; }
a:hover { text-decoration: none; color: #FFFFFF; background-color:#000000;  }

a img { border: none; }

#menu {
    width: 194px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 24px;
    position: fixed;
    height: 92%;
	background-color: #F6F6F6;
	font-family: Georgia, "Times New Roman", Times, serif;
}

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


#menu ul li.section-title {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic; 
	line-height: 14px;
	font-weight: 600;
	text-decoration: underline;
	margin-bottom: 4px;
}

#menu .container { padding: 35px 0 0 25px; 
}


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

#content .container { padding: 32px 0 10px 90px; 
}

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

#content p { width: 450px; margin-bottom: 9px; background-color: #FFFFFF; }

p {
    margin: 15px 0 9px 0;
}

h1 { 
	font-size: 32px; font-style:italic; font-weight: 500; line-height: 37px; 
}

h2 { 
	font-size: 24px; 
}

h3 { 
	font-size: 16px; 
}

h4 { 
	font-size: 13px; font-weight: 600; font-style: italic; text-decoration: none; 
}

h5 { 
	font-size: 13px; font-weight: 500; font-style: italic; text-decoration: none; line-height: 6px; 
}

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

#once { clear: left; }