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

body {
	font-size: 10px;
	font-family: Georgia, Verdana, sans-serif;
	background: #fff;
	letter-spacing: 1px;
	font-weight: 100;
	line-height: 14px; }


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

a:link { text-decoration: none;
	color: #000;
	background-color: #fff;
}
a:active { text-decoration: none;
	background-color: #fff;
}
a:visited { text-decoration: none; color: #000;
	background-color: #fff;
}
a:hover { text-decoration: underline;
	color: #000;
	background-color: #fff;
}

a img { border: none; }

#menu {
    width: 137px;
    /**overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;**/
    position: fixed;
	padding: 0px 10px 0px 10px;
	/**height: auto;**/
	height: 500px;
	float: left;
	left: 0;
	margin: 4px 20px 20px;
}
	
#menu ul {
	list-style: none;
	margin: 0 0 4px 0;
	background-color: #fff;
	font-style: italic;
}

#menu ul li.section-title {
	font-style: italic;
	clear: none;
	text-transform: uppercase;
	width: 110px;
}

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

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

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

p {
    margin: 15px 0 9px 0;
}
h2#logo {
	margin-bottom: 17px;
}

h2#logo a {
font-size: 10px;
font-weight: bold;
padding-bottom: 0;
text-decoration: none;
	background-color: #fff;
	letter-spacing: 0.1em;
}

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

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

#once { clear: left; }