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

body {
	color:black;
	font-family:helvetica,arial,sans-serif,verdana;
	font-size:24px;
	letter-spacing:-1px;
	font-weight: bold;
	background: #fff;
}

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

#the-background {
position: fixed;
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;
}

a:link { text-decoration: none; color:#000}
a:active { text-decoration: none; color:#000}
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline;color:#000 }

a img { border: none; }

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

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

#menu ul li { 
background: none repeat scroll 0 0;
color:black;
font-family:helvetica,arial,sans-serif,verdana;
font-size:11px;
font-weight: bold;
line-height:13px;
margin-bottom:2px;
margin-right:auto;
margin-top:0;
padding:2px 5px 2px 5px;
text-transform:uppercase;
width:175px;
}
#menu ul li a{
color:#000
}


#menu ul li:hover {
font-weight: bold;
color:#008DC6;
}

#menu li.active a {
background-color:black;
color:white;
padding:2px 5px 2px 5px;
}


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

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

#content p { width: 600px; margin-top:20px;margin-bottom: 9px;font-size:16px }
em{font-style: italic;font-weight:normal;letter-spacing:0;font-size:14px}
strong{font-weight:normal;letter-spacing:0;font-size:14px}
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; }

.picture_holder{margin:12px 0 0 0}
ul.link{
list-style: none;
	margin: 10px 0 12px 0;
}

ul.link li { 
background: none repeat scroll 0 0;
color:black;
font-family:helvetica,arial,sans-serif,verdana;
font-size:24px;
font-weight: bold;
line-height:21px;
letter-spacing:-1px;
margin-bottom:2px;
margin-right:auto;
margin-top:0;
padding:2px 5px 2px 0px;
text-transform:uppercase;
width:175px;
}
ul.link li a{
color:#000
}
