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

body {
	font-size: 12px;
	font-style: normal;
	font-family: Georgia, Palatino, Monaco, serif;
	background: #fff;
	color: #000;
}

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

a:link { text-decoration: none; color: #06C; font-weight:normal; font-style: italic;}
a:active { text-decoration: none; color: #c93; font-weight:normal; font-style: italic;}
a:visited { text-decoration: none; color: #06C; font-weight:normal; font-style: italic;}
a:hover { text-decoration: none; color: #000 ; font-weight:normal; font-style: italic;}

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	text-align: right;
	font-weight: normal;
	font-size: 25px;
	line-height: 30px;
	color: #009;
}

#menu ul {
	list-style: none;
	margin: 20px 0 12px 0;
	text-align: right;
	font-weight: normal;
}

#menu ul li.section-title { }

#content {
    height: 100%;
	width: 680px;
    margin: 20px 0 0 215px;
	font-size: 12px;
	line-height: 20px;
    top: 0;
}

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

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

p {
    margin: 0 0 9px 0;
}



h1 { font-size: 12px; line-height: 12px; color: #999; text-decoration: none; font-weight: normal;}
h2 { font-size: 16px; line-height: 20px; color: #000; text-decoration: none; font-weight: normal;}
h3 { font-size: 16px; line-height: 20px; color: #999; text-decoration: none; font-weight: normal;}
h4 { font-size: 300px; line-height: 200px; color: #999; text-decoration: none; font-weight: normal;}

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

#once { clear: left; }