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

body {
	font-size: 12px;
	font-family: Georgia, serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #666; font-style: italic }
a:active { text-decoration: none; font-style: italic }
a:visited { text-decoration: none; color: #666; font-style: italic }
a:hover { text-decoration: none; color: #666; background: #fff20d; font-style: italic }

a img { border: none; }

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

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

#menu ul li.section-title { }

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

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

#content p { 
	width: 600px; 
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 9px; 
	margin-left: 0px
}

p {
    margin: 0 0 9px 0;
}

h1 { 
	color:#888888;
	font-family:Georgia,serif;
	font-size:15px;
	font-weight:normal;
	font-style: italic;
	line-height:20px;
	padding-bottom:1px;
}

h2 { 
	color:#000000;
	font-family:Georgia,serif;
	font-size:10px;
	font-weight:normal;
	width: 400px;
}

h3 { 
	color:#000000;
	font-family:Georgia,serif;
	font-size:15px;
	font-weight:normal;
	line-height:20px;
	padding-bottom:15px;
}

h4 { 
	color:#000000;
	font-family:Georgia,serif;
	font-size:12px;
	font-weight:normal;
	width: 400px;
	text-align: left;
}

h5 { 
	color:#000000;
	font-family:Georgia,serif;
	font-size:15px;
	font-weight:normal;
	line-height:20px;
}

h6 { 
	color:#000000;
	font-family:Georgia,serif;
	font-size:12px;
	font-weight:normal;
	width: 450px;
}

h7 { 
	color:#888888;
	font-family:Georgia,serif;
	font-size:15px;
	font-weight:normal;
	line-height:20px;
	padding-bottom:1px;
}

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

#once { clear: left; }