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

body {
	font-size: 28px;
	color: #222222;
	font-family: Georgia, 'Times New Roman',  Times, serif;
	line-height: 1.4em;
	background: #fff;
}

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

a:link { text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #cccccc; color: #666666; }
a:active { text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #cccccc; color: #666666; }
a:visited { text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #cccccc; color: #666666; }
a:hover { text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #cccccc; color: #666666; }

a img { border: none; }

#menu {
    width: 215px;
	font-family: Georgia, 'Times New Roman',  Times, serif;
	font-size: 11px;
	line-height: 1.6em;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title { 
	font-size: 14px;
	font-style: italic;
}

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

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

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

p {
    margin: 0 0 9px 0;
}

span {
	font-family: Georgia, 'Times New Roman',  Times, serif;
	font-size: 10px;
	font-style: italic;
	line-height: 1.6em;
}

h1 { font-family: 'Times New Roman',  Times, serif; font-size: 32px; margin: 12x 12x 12px 12x; font-weight: normal; font-style: normal; }
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; }