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

body {
	font-size: 12px;
	font-family: Century Gothic, sans-serif;
	background: #202020 ; color: white 
}

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

#menu a:hover { text-decoration: underline; color: white; background: none; }

a:link { text-decoration: none; color: white; }
a:active { text-decoration: none; color: white; }
a:visited { text-decoration: none; color: white; }
a:hover { text-decoration: underline; color: white; }



a img { font-weight: none; border: gray; }



#menu {
    width: 130px;
 font-size: 14px;
    overflow: auto;
    top: 35px;
    bottom: 0;
	left: 75px;
    position: fixed;
    height: 100%;
align: center;
	background-color: #202020;
}
 
#menu ul {font-weight: 400;  font-size: 12px;
	
	margin: 0 0 5px 0; bottom: 15px;
}

#menu ul li.section-title { font-weight: 500; color: white; text-decoration: none; background: #202020; }


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

img {
    border: 1px solid gray;
}

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

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

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: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
