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

body {
	font-size: 12px;
	font-family: helvetica, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #666; }
a:active { text-decoration: none; color: #666; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: bold; color:black; background-color:#8CC63F; }

a img { border: none;}

#menu {
    width: 260px;
    overflow: visible;
    top: 20;
    bottom: 0;
	left: 0;
    position: absolute;
	background-color: #fff;
	padding-top: 0px;
 	padding-left: 0px;
    height: 100%;
	float: left
}

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

#menu ul li.section-title { 
border-bottom-style:dotted;
border-bottom-width:1px;

color:#000000;
font-family:Georgia, Bodoni MT, Times New Roman,Georgia,Times,serif;
font-size:20px;
font-weight:roman;
letter-spacing:0;
line-height:150%;
}

#content {
    height: 100%;
    margin: 0 0 0 230px;
    top: 0;
	padding-top: 50px;
	padding-left: 0px;
	float: left;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { color:#000000;
	font-family:helvetica,arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align: right;
	 }

h4 {color: #666;
	font-family:Georgia, Bodoni MT, Times New Roman,Georgia,Times,serif;
	font-size:15px;
}
#img-container	{
	margin: 0;
	padding: 0;
	width: auto;
	height:auto
}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#video {
	height:100%;
position:fixed;
width:1200;
}
