/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, sans-serif;
	color: #ffffff;
	background: #a99d96;
}

#wrapper {
  padding-bottom: 0;
}

#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}
#superwrap { 
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}

.footer {
	font-size:9px;
	position: fixed;
  	bottom: 0;
  	height: 15px;
	width:100%;
	text-align:right;
	
}

.footer a:link {
color:#FFFFFF;
font-size:9px;
text-decoration:none;
padding-right:10px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
font-size:18px;
color:#ffffff;
text-decoration:none;
}
a:active {
	color:#FFF;
	text-decoration:none;
}
a:visited {
color:#FFFFFF;
text-decoration:none;
}
a:hover {
	color:#fff;
	border-bottom:solid #FFF 1px;
}

.piclink a { color: #a99d96; }

.piclink a:hover { text-decoration: none; border-bottom:medium none}

a img {
border:medium none;

}
#menu {
font-size: 18px;
line-height: 1.5;
bottom:25;
float:left;
left:30px;
margin:0;
overflow:visible;
position:fixed;
top:25px;
width:180px;
}
#menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 0;

}
#menu ul li.section-title {
	background-color:#333;
	color:#0CC;
}

#content {
	font-size: 12px;
	line-height:1.5; 
	height: 100%;
	top: 0;
	margin-top: 137px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 215px;
}

#logo {
	margin: -25px 0 20px 0;
}
.container {
    padding: 25px 25px 25px 25px;
}

.container span{
    padding: 4px 9px 5px 9px; background: black;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; color:#83d1e1; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#content a {border-bottom:1px solid #fff;font-size:12px;}
#img-container a, .piclink a {border-bottom:none !important;}
