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

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
	background: #fff;
}

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

a:link { 
text-decoration: none; 
font-size:12;
color:#000;

}



a:active { 
text-decoration: none; 
font-size:12px;
color:#000
}
a:visited { 
text-decoration: none; 
color:#333;
font-size:12px;
}
a:hover { 
text-decoration: none; 
font-size:12px;
color:000;
font-weight:bold;
}

a img { 
border: none; 
}

#menu {
    width: 165px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 40px;
    position: fixed;
    height: 500px;
	background-color: #fff;
	padding:5px;
}

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

#menu ul li.section-title { 
color:#09F;
font-size:9px;
text-transform:lowercase;



}

#content {
    height: 100%;
    margin-left:250px;
	margin-top:25px;
	top: 0px;
	width:900px;
	
}

.container {
    padding: 0px 0px 0px 0px;
     
}

#content p { width: 900px; margin-bottom: 0px; }

p {
    margin: 0 0 0px 0;
}




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: 900px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }



#textLayer{

font-weight:bold;
font-size:16px;	
color:black;
text-decoration:underline;
width:850px;
height:20px;
padding-left:30px;
position: absolute;
background-color:white;
overflow:hidden;
/* for IE */
 filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  }
  
  #textLayerInfo{
font-weight:bold;
font-size:16px;	
color:black;
width:580px;
line-height:20px;

  }
  
a.biglink:Link{
font-weight:bold;
font-size:16px;	
color:#666;
width:580px;
}

a.biglink:Hover{
font-weight:bold;
font-size:16px;	
color:#09F;
width:580px;
}

a.biglink:Visited{
font-weight:bold;
font-size:16px;	
color:#666;
width:580px;
}


.news{
float:left;
width:260px;
height:600px;
margin:10px;	
padding:5px;
}

#ntext{
width:260px;
background-color:#FFF;
margin:5px;
padding:5px;
}

#bgimg{
width:260px;
height:200px;
padding:5px;
}
