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

body { color: #f4f4f4; font-size: 10px; font-family: Verdana, sans-serif; background-color: #333333; }

body.section-1 { background-color: #333333;}
body.section-2 { background-color: #333333; }
body.section-3 { background-color: #333333; }

a:link { color: #b8b8b8; text-decoration: none; }
a:active { color: #f4f4f4; text-decoration: none; }
a:visited { text-decoration: none; color: #838383;}
a:hover { color: #ffffff;  }
.class2 body { color: #000000; font-size: 10px; font-family: Verdana, sans-serif; background: transparent; }
.class2 a:link { color: #ffff00; text-decoration: none; }
.class2 a:hover {color: #8f8f8f; }

a img { border: none; }

.space{}
.space img { 
	padding:0;
	margin:0px 0 10px 0;
}

.spaced{}
.spaced img { 
	padding:0;
	margin:0px 0 5px 0;
}

.spacer{
height: 3px; 
}

.block{
height: 5px; 
}


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



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

}

#menu ul li.section-title { }
#menu li.active a {text-decoration: none; color: #ffff00;   }

#content {
    height: 100%;
width:600px;
    margin: 0 0 0 215px;
    top: 0;
background-color: #333333;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { color: #ffffff; font-size: 32px; }
h2 { color: #f4f4f4; font-size: 24px; }
h3 { color: #f4f4f4; font-size: 16px; }
h4 { margin-top:47px; margin-bottom:5px; color: #ffffff; font-size: 12px;}
h5 {color: #9d9d9d; font-size: 10px; cursor: pointer;}
h6 { color: #ffffff; font-weight:normal; font-size: 10px; font-family: Verdana, sans-serif; background: transparent; }
h7 { color: #8f8f8f; font-size: 11px;}
h8 {color: #484848; cursor: pointer;}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ color: #f4f4f4; width: 600px; margin: 0; padding: 0 0 12px; }

#once { clear: left; }