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

body { font-family: Helvetica; 
font-size:50%; 
font-weight: normal; 
line-height:2; 
background-image: none; 
background-repeat: repeat; 
background-attachment: fixed;
background-position: 0 0; }

body.section-1 { text-align: justify; }
body.section-2 { text-align: justify; }
body.section-3 { text-align: justify; }

a:link { color:#333333; 
font-size:12px; 
text-decoration: none; }


a:active {
	color:#333333;
	font-size:100px;
	text-decoration:none;
}
a:visited { color:#333333; 
font-size:12px; 
line-height: 20px; 
text-decoration:none; 
word-spacing: normal; 
letter-spacing: normal; 
position: static; }


a:hover { color:#db1919;
 font-size:12px;
 font-weight: lighter;
 font-style: normal; 
 background-color: #fff;
 text-decoration:none; }
 

a img { 
text-decoration: none; 
border-style: none; }

a.thickbox:hover { 
font-weight: normal; 
font-style: normal; 
text-decoration: none; 
text-align: center; }
 
 
#menu { bottom:0;
 color:#526a52;
 font-size:23px;
 height:200%; left:45px;
 line-height:25px;
 text-decoration: none;
 position: fixed;
 overflow:auto;
 top:40px;
 width:200px;
 letter-spacing: normal;
 font-family: san-serif
  }

	
	
#menu ul { line-height:18px; 
text-decoration: none; 
margin:30px 0 12px; 
list-style: none;
font-family:Times }
 
 
#menu ul li.section-title {
	color:#060404;
	font-family:Helvetica;
	font-size:12px;
	font-size-adjust:;;
	font-weight:500;
	line-height:25px;
}
#menu ul li.active a {
}


#content { 
color: #090808; 
height:100%; 
top:35px; 
margin-right: 100px; 
margin-left: 255px;
 }
 
 
.container {
	padding:5px 5px 25px;
}
#content p { 
  font-size:10px;
  text-align: justify; 
  margin-bottom:10px;  
  margin-left:2px; 
  margin-top:0;
  width:600px; }
p {
	margin:0 0 10px;
}
h1 {
	font-size:10px;
}
h2 {
	font-size:10px;
}
h3 {
	font-size:10px;
}
h4 { 
font-size:10px; 
text-decoration: none; 
text-align: justify; }


#img-container {
	margin-right:50px;
	margin-top:0px;
	padding:0;
}
#img-container p { font-size: 12px; margin-right:50px; margin-top:20px; width:400px; }
#once {
	clear:left;
}
.nav { color: #25beed; clear:both; top:150px; z-index:100; visibility: visible; }
a:active { 
outline-color:-moz-use-text-color;
 outline-style: none; 
 outline-width:medium; }
 

:focus {
	outline-style:none;
}


}

