/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Edited by Srger (www.srger.com)
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	  background-repeat:repeat;
    background-attachment:fixed;
    background-position:left leftr;
	
	
	
	 
	

}



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

a:link { text-decoration: none; color: #000000;background: #fff600 }
a:active { text-decoration: none; color: #000000; }
a:visited { text-decoration: none;color: #ffffff; background: #000000; }
a:hover { color: #000000; background: #ffffff; }

a img { border: none; }



#menu {
  	background-color:#F5F5F5;
	
	opacity:0.90;
	float:left;
	height:resize;
	left:28px;
	overflow:auto;
	position:fixed;
	text-align:left;
	text-transform:lowercase;
	font-size:10px;
	top:00px;
	width:200px;
	z-index:1000;
	
}

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

#menu ul li.section-title {
list-style: solid;
border-bottom: black solid 1px;
margin-bottom: 5px;
padding-bottom: 3px;

	
	 }

#content {
    height: 100%;
  margin: 0 0 0 280px;
    top: 0px;
	margin-leftt: 0px;
}

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


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

p {
    margin: 0 0 9px 0;
}

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

#iframed	{ margin: 0; padding: 0; margin-left: -150px; margin-top: -90px }
#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;
}






