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

body {
	background-color: #292929;
	background-repeat: no-repeat;
	margin-top: 34px;
	color: white;
	font-family: sans-serif, Arial, Helvetica;
	font-size: 12px;
}

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

a:link { color: #ebebeb; text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #f0f1f4; }
a:hover { color: #d5d1bb; font-weight: bold; }

a img { border-color: white; border-style: solid; }

#menu {
    padding-top: 70px;
    background-image: url(background.gif);
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 0 top;
    padding-left: 10px;
    margin-top: 40px;
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #292929;
}

#menu ul {
	margin-left: 0;
	margin-bottom: 12px;
	margin-right: 0;
	margin-top: 25px;
	list-style: none;
}

#menu ul li.section-title { color: white; background-repeat: repeat-x; background-image: url(divider.gif); font-weight: bold; text-decoration: underline; font-family: sans-serif, Helvetica, Arial; font-size: 12px; }

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

.container {
    border-style: none;
    padding: 5px 5px 25px 5px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 17px; }

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

#once { clear: left; }
