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

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

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



a:link { 
	text-decoration: none; 
	outline:none;
	color:#666;
	border-bottom:1px solid #666;
	}
a:active { text-decoration: none; outline:none;}
a:visited { text-decoration: none; color: #666; outline:none;}
a:hover { text-decoration: none; outline:none;
	color:#000000;
	border-bottom:1px solid #000000;
}

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    float:left;
	margin:0 0 0 40px;
    height: 100%;
	color:#ffffff;
	text-align:right;
}

#menu ul {
	list-style: none;
	1padding-right:30px;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#menu a, #menu a:hover	{
	border:none;
}	
#content {
    height: 100%;
	width:864px;
    margin: 45px 0 0 245px;
	background-color:#ffffff;
	color:#000000;
	padding:40px 20px 20px 40px;
    top: 0;
}

#menu .container {
	margin-top:40px;
	position:relative;
	right:30px;
    padding: 5px 5px 25px 5px;
}

#content p { 
	width: 400px; 
	margin-bottom: 20px;
	line-height:1.5em;
	}

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: 10px 0 0 0; 
	padding: 0; 
	height:650px;
}
#img-container p	{ 
	width: 600px; 
	margin: 0; 
	padding: 0 0 12px 0; 
}
body.section-7 #img-container  { 
	min-width: 920px;
	height: 625px;
}

#once { clear: left; }

li.section-title	{
	font-size:12px;
	border-bottom:1px solid #333;
	width:100px;
	line-height:22px;
	margin:0;
	margin-left:105px;
	font-family:Helvetica, sans-serif;
	text-align:right;
}
li.section-title:hover	{
	font-weight:bold;
}
#menu li a	{
	color:#878787;
	font-size:10px;
}
#menu li a:hover	{
	color:#ffffff;	
}
#footer	{
	margin:10px 0 40px 285px;
	color:#515151;
}
#footer a	{
	color:#515151;
	border-bottom:1px solid #515151;
}
#footer a:hover	{
	color:#ffffff;
	border-bottom:1px solid #ffffff;
}
#img-container 	 {
	backgorund-color:white;
}
