/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	color: #8c8b84;
	font-size: 11px;
	line-height: 18px;
	font-family: Georgia, sans-serif;
	background: #fff;
	font-style: normal;
	margin: 95px 0 0 75px;
}

body.section-1 { background-color: #eeeee8; }
body.section-2 { background-color: #eeeee8; }
body.section-3 { background-color: #eeeee8; }
body.section-4 { background-color: #eeeee8; }
body.section-5 { background-color: #eeeee8; }
body.section-6 { background-color: #eeeee8; }
body.section-7 { background-color: #eeeee8; }
body.section-8 { background-color: #eeeee8; }
body.section-11 { background-color: #eeeee8; }
body.section-13 { background-color: #eeeee8; }

a:link { text-decoration: none; color: #8c8b84}
a:active { text-decoration: none; color: #fff}
a:visited { text-decoration: none; color: #8c8b84}
a:hover { text-decoration: none; color: #d69617}

a img { border: none; }

#menu {
    width: 160px;
	height: 530px;
    overflow: visible;
    top: 0px;
    left: 50px;
    position: fixed;
	background-color: #bab9a8;
	padding: 60px 10px 10px;
}

#menu ul {
	color: #fff;
	font-family: Georgia, sans-serif;
	font-size: 11px;
	line-height: 127%;
	font-style: italic;
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {}

#content {
    height: 100%;
    margin: 50px 0 0 230px;
    top: 0;
}

.container {
    padding: 5px 5px 5px 5px;
}

#content p { width: 500px; margin: 10px 0 10px 0px; }

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: 11px 0 0 0px; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0px 0; }

#once { clear: left; }

#logo {
    overflow: auto;
    top: 500px;
    left: 189px;
    position: fixed;
}

#linkblog {
	top: 555px;
    left: 65px;
    position: fixed;
}
