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

body {
	background-color: #f5f5f5;
	margin:0; padding:0;
	background-attachment:fixed;
	text-transform: lowercase;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

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

.container p {
	margin-bottom: 15px;
	margin-top: 35px;
}

a:link { text-decoration: none; color: #5d8eab;}
a:active { text-decoration: none; color: #fff;}
a:visited { text-decoration: line-through;
	color: #aaa;
}
a:hover {
	color: #fff;
}
#menu {
    width: 150px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
  	filter:alpha(opacity=90);
 	 /* CSS3 standard */
  	opacity:0.9;
	background: #000 none no-repeat 0 0;
	color: #aaa;
	text-align: right;
	line-height: 14px;
	padding-right: 10px;
	padding-bottom: 0;
}

#menu ul li:hover {
	color: #fff;
background-color: #0d0d0d;
}

#menu img {
	padding-bottom:10px;
}


img {
   margin:0 0 0 0 !important;
}

#menu ul {
	list-style: none;
	border-top: 1px solid #212121;
	font-size: 11px;
	margin-bottom: 10px;
	padding-top: 10px;
}

#menu ul li.section-title {
	font-size: 11px;
	font-weight:normal;
	color: #aaa;
	text-transform:normal;
	margin-bottom: 10px;
}

#menu ul li.section-title:hover {
background-color: #0d0d0d;
	color: #fff;
}



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

.container {
	color: #515151;
}

#content p {
	width: 480px;
	margin: 0px 0px 9px 0px;
	color: #515151;
	line-height: 14px;
	
}

p {
    margin: 0 0 0px 0;
}


h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#text {
	margin-top: 160px;
	margin-right: 50px;
}

#img-container {
	margin: 0 0 0 50px;
	padding: 50px 0 0;
	width: 4500px;
}

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


#once {
	clear: left;
}

.captioning {
	padding:0px;
	margin:0px;
}
.caption {
	display: block;
	color: #666;
	margin-top: 1px;
	padding-top: 7px;
	font-size:9px;
	letter-spacing:0.2em;
}
.head {
	line-height: 1.5em;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform:normal;
	color: #fff;
	letter-spacing:0.1em;
}
.head2 {
	line-height: 1.5em;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-transform:normal;
	color: #fff;
	letter-spacing:0.2em;
}
.bottom {
	line-height:15px;
	display:block;
}
	
