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

body {
	font-size: 13px;
	font-family: gill sans;
	background: #fff;
	letter-spacing: 1px;
	line-height:18px;
}

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

a:link { text-decoration: none; color: #666666; }
a:active { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: none; color: #106a72;}

a img { border: none; }

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

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

#menu ul li.section-title {
	font-weight: regular; 
	color: #666666; 
	font-family: gill sans;
	font-size: 12px;
	letter-spacing: 2px;
	line-height:16px;
	}

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

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

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

p {
    margin: 20px 0  0px 0px;
    font-size: 10px;
    
}

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

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

.picture {
	margin: 24px 0px 0px -20px;
}

#once { clear: left; }