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

body {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	background: #ffffff;
	letter-spacing: 0.5px;
	line-height: 12px;
}

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

a:link {
	text-decoration: none;
	color: #996633;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	color: #333300;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #996633;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

a img { border: none; }

#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;
}

#menu {
	width: 230px;
	overflow: auto;
	top: 0px;
	bottom: 0;
	left: 70px;
	position: fixed;
	height: 100%;
	line-height: 16px;
	background-color: rgba(255, 255, 255, 0.5);
}

#menu ul li.section-title {
	font-size: 10px;
	text-transform: uppercase;
	line-height: 24px;
    color: #666666;
	letter-spacing: 2px;
	margin: 5px 0 0 -20px;
	
}
#menu ul {
	list-style: none;
	margin: 0 0 0px 40px;
	line-height: 16px;
}


#content {
	height: 100%;
	margin: 100px 0 0 350px;
	top: 0px;
	width: 500px;
}

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

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

p {
    margin: 0 0 9px 0px;
}

h1 {
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	letter-spacing: 2px;
	line-height: 12px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 3px;
}
h2 { font-size: 10px; }
h3 { font-size: 10px; }
h4 { font-size: 10px; }

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

#once { clear: left; }
#copyright { position: fixed; bottom: 5px; left: 90px}

