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

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

body.section-1 { color: #666666; }
body.section-2 { }
body.section-3 { }

a:link { color: #999999; text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: underline; }

a img { border: none; }

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

#menu ul {
	margin-left: 0;
	margin-bottom: 12px;
	margin-right: 0;
	margin-top: 20px;
	list-style: none;
	line-height: 1.5;
}

#menu ul li.section-title { }
.nav { margin:2px 2px 2px -1px;
}
#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
    text-align: left;
}

.container {
    padding: 36px 18px 25px 5px;
    text-align: right;

}

#content p { color: #999999; width: 400px; margin-bottom: 9px; font-size: 14px; text-align: left;}

p {
    color: #666666;
    margin: 0 0 9px 0;
	font-size: 16px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }