/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: Arial, Verdana, sans-serif;
	color: #666666;
}

body.section-1 {}
body.section-2 { }
body.section-3 { }

a:link {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}

a img { border: none; }

#menu {
	width: 225px;
	overflow: auto;
	top: 25px;
	bottom: 0;
	left: 25px;
	position: fixed;
	height: 100%;
	background: transparent;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #666666;
	cursor: default;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	}

#content {
	height: 80%;
	top: 0;
	margin-top: 72px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 265px;
}

.container {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
	margin-top: 0px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 24px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	color: #333333;
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 13px;
	font-family: Arial, Verdana, sans-serif;
		color: #666666; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#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;
}