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

body {
	font-size: 11.5px;
	line-height: 15.5px;
	font-family: Georgia, serif;
	background: #fff;
	margin:0;
	padding:0;
}

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

a:link { color: black; text-decoration: none; }
a:active { text-decoration: none; background-color: black; color: white; }
a:visited { color: black; text-decoration: none;}
a:hover { background-color: #CCCCCC; }

a img { border: none; background-color: none;}
a img:hover { border: none; background-color: none;}


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

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

#menu ul li.section-title { color: #999999; }

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

.contact {
font-style: italic;
margin:0 0 35px 0;
padding:0;

}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
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; }