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

body {
	font-size: 11px;
	font-family: Georgia, Trebuchet, Tahoma, Verdana, sans-serif;
	color : #ffffff;
	background: #000000;
	background-color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #000000;
}

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

a {
	padding: 2px;
	background-color: #151515;
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: 11px;
}

a:link { text-decoration: none; color: #72beba; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #eadb9e; }
a:hover { text-decoration: blink; color:#FFFFFF; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 8px;
    position: fixed;
    height: 100%;
	background-color: #000000;
	background: #000000;
}

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

#menu ul li.section-title { font-size: 24px; font-family: Georgia, Tahoma, Verdana, sans-serif; text-decoration: none; color: #ffffff; font-weight: bolder; }

#content {
	background-image:url(back.jpg);
	background-position: top right;
    background-repeat: repeat-y;
    height: 100%;
    margin: 0 0 0 260px;
    top: 0;
}

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

#content p { width: 700px; 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; }