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

body {
	font-size: 12px;
	font-family: Arial, Geneva, sans-serif;
	background: #fff;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.5em;
	color: #333333;
}

#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;
}
body.section-1 { }
body.section-2 { }
body.section-3 { }

a img { 
	margin: 0px;
	padding-left:20px;
	border:0px;
	background-color:#ffffff;
	
}

a:link { 
text-decoration: none;
color:#000000;
 }

a:active { 
text-decoration: none; 
background-color: yellow;
}

a:visited { 
text-decoration: none; 
color: black; 
}

a:hover { 
text-decoration: none; 
background-color: yellow;

}



#menu {
    position: fixed ;
    width: 215px;
	overflow: auto;
	bottom: 0;
	height: 100%;
	background-color: #fff;
    
	/*overflow: hidden;*/
    /*top: 0 px;*/ 
	/*left: 0 px;*/
	
	
}

#menu ul {
	list-style: none;
	/*float:left;*/
	/*margin: 20px 0px 0px 20px;*/
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom:0px;
	margin-left:20px;
	/*display:inline;*/
	
}

#menu ul li.section-title {
		font-family: Arial, Geneva, sans-serif;
		font-style: none;
		font-size: 12px;
		font-weight:bold;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 5px;
		padding-left: 0px;
		word-spacing: normal;
		text-align: left;
		letter-spacing: 0;
		line-height: 1.2em;
		color: #333333;
		/* Following lines adds a line about each section */
		border-top-color: #cccccc;
		border-top-style: solid;
		border-top-width: 1px;
		
}


#menu ul li a:hover

{

text-decoration: none;

background-color: yellow;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-position: 0% 0%;

color: black;

}
#content {
    height: 100%;
    margin: 0 0 0 245px;
    top: 0;
	/*float:left;
	display:inline;*/
}

.container {

    padding: 5px 5px 25px 5px;
	
}

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

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

h1 { font-size: 32px; }
h2 { font-size: 24px; }
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; }