/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 11px;
	font-family: Helvetica;
	color: #FFF;
	background: #000;
	line-height: 12px;
}

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

a:link { text-decoration: none; color: #CC9966; }
a:active { text-decoration: none; color: #FFFFCC; }
a:visited { text-decoration: none; color: #CC9966; }
a:hover { text-decoration: underline; color: #FFFFCC; }
a img { border: 3px solid #FFF; height: 120px; }
#the-background {
position: relative;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}
#wrapper { 
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}
#menu {
    width: 160px;
    top: 0px;
    bottom: 0;
	left: 0px;
	position: absolute;
	background-color: #000;
	height: 800px;
}

#menu ul {
	list-style: none;
	margin: 18px 0 15px 0;
}

#menu ul li.section-title { font-size: 10px; display:block; width: 150px; border-top: 5px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; color: #FFFFFF; line-height: 20px; margin: 0 0 5px 0; letter-spacing: 1px; }

#content {
    margin: 182px 0 0 190px;
    top: 0;
}

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

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

p {
    margin: 0 0 9px 0px;
    
}

h1 { font-size: 22px; line-height: 22px; font-weight: normal; color:#FFF; width: 500px; }
h2 { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; font-size: 16px; line-height: 18px; font-weight: normal; color:#FFF; width: 400px;  }
h3 { font-size: 12px; line-height: 14px; font-weight: normal; color:#FFF; width: 300px; }
h4 { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; font-size: 11px; line-height: 14px; font-weight: normal; color:#FFF; width: 300px; }
h5 { font-size: 13px; line-height: 15px; font-weight: normal; color:#FFF; width: 250px; margin: 100px 0 0 425px; }
hr { background-color:#FFF; width: 500px; border: 1px solid #FFF; text-align: left;/*this will align it for IE*/
margin: 0 auto 0 0; /*this will align it left for Mozilla*/ }


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

#once { clear: left; }
