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

body {
	font-size: 11px;
	line-height: 14px;
	font-family: helvetica, Arial, sans-serif;
	background: #000000;
	color: #ffffff;
        
}

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

a:link { text-decoration: underline; color: #8f35ff; }
a:active { text-decoration: underline; color: #f12179; }
a:visited { text-decoration: underline; color: #8f35ff; }
a:hover { text-decoration: underline; color: #f12179; }

a img { border: none; }

#menu {
    width: 175px;
    
    top: 0;
    bottom: 0;
    left: 0;
    position:absolute;
    height: 100%;
    text-align: right;
    background-color: #000000;
}

#menu ul {
	list-style: none;
	padding-bottom: 5px;
	border-bottom-color: #b6b6b6;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	margin: 0 0 5px 0;
}

#menu ul li.section-title { }

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 { 
	font-size: 11px;
	line-height: 14px;
	font-family: helvetica, Arial, sans-serif;
	font-weight: none;
	background: #000000;
	color: #ffffff;
}

a.h1 {
	font-size: 11px;
	line-height: 14px;
	font-family: helvetica, Arial, sans-serif;
	font-weight: none;
	background: #000000;
	color: #ffffff;
}
a.h1:hover {
	font-size: 11px;
	line-height: 14px;
	font-family: helvetica, Arial, sans-serif;
	font-weight: none;
	background: #000000;
	color: #ffffff;
}


h2 { 
	font-family: helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666666;
	padding-bottom: 15px; /* sets the spacing between the heading and paragraph below */

}
	
h3 { 
	font-size: 16px;
	color: #0006FF;
}
	
h4 { 
	font-size: 11px;
	line-height: 14px;
	font-family: helvetica, Arial, sans-serif;
	background: #000000;
	color: #ffffff;

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

#once { clear: left; }

