/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/


* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 9.5px;
	line-height: 1.35;
	font-family: Verdana, Helvetica, sans-serif;
	background: #fff;
}

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

a:link { 
	text-decoration: none;
	color: #9E9E9E
}

a:active { 
	text-decoration: none; 
	color:#444444; 
}

a:visited { 
	text-decoration: none; 
	color: #9E9E9E; 
}
a:hover { 
	color:#222222;
	
}

a img { 
	border: none; 
}

#menu {
    width: 150px;
    overflow: auto;
    top: 12px;
	left: 12px;
    position: fixed;
	background-color: #fff;
	opacity: .9;
	z-index:2;
}

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

#menu ul li.section-title { 
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #555555;
}

#menu .container p {
	position: relative;
	right: 3px;
	

}
#content {
    height: 100%;
    margin: 0 0 0 185px;
    top: 0;
	z-index: 1;
}

.container {
    padding: 13px 5px 5px 8px;
}

container p {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
}

br{
	margin-bottom: 0px; 
}

span br{
	margin-bottom: 15px; 
}

p {
    margin: 0 0 15px 0;
}

#content .container {
	position:relative;
	top:70px;
}

.bodycopy{
    position: fixed;
	left: 195px;
	width: 278px; 
	z-index: 2;
	color: #9E9E9E;
	padding: 0 8px 14px 8px;
	overflow: auto;
	background-color: #fff;
	opacity: .9;
}

.bodycopy br{
	margin-bottom: 0px; 
}

#text p{
	position: fixed;
	left: 195px;
	top: 83px;
	background-color: #fff;
	opacity: .9;
	z-index: 2;
	width: 500px;
	padding: 0 35px 10px 9px; 
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #555555;
}

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

#img-container	{ 
	margin: 0;
	padding: 0;	 
}


.picture_holder {
	position:relative;
	top: -13px;
	left:320px;
	z-index: 1;

}

#once { 
	clear: left; 
}

a.scroller {
	color: black;
	text-decoration: none;
}

a.scroller:hover {
	font-weight: bold;
	color: black;
	text-decoration: underline;
}
