/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	
}

body {font-size: 9px;
	  letter-spacing: .5px;
	  line-height:25p;

}

body.section-1 { }
body.section-2 { }
body.section-3 { }
</body>

a: {color:#00CCCC}
a:link { text-decoration:none ; }
a:active { text-decoration: #999999; }
a:visited { text-decoration: none; color: #999999; }
a:hover { text-decoration: none; }


a img { border: none; }

#menu {
    width: 260px;
	left: 25px;
	bottom: auto;
    position: fixed;
	background-color: #FFF;
	margin: 10px;
	font-size: 9px;
	font-family:  Century Gothic Bold, Helvetica,Meta-Caps;
	letter-spacing: 1px;
	line-height:14px;
	background: #fff;
}

#menu a { 
	font-size: 10px;
	font-family:Georgia, Helvetica,Prensa-Light ;
	letter-spacing: 1px;
}

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

#menu ul li.section-title { }

#content {
    height: 300%;
    margin: 0 0 0 300px;
	width:900px;
	
}

.container {
    padding: 20px 10px 25px 40px;
}

#content p { width: 280px;  
			 font-size:11px; 
			 font-family:Georgia;
			 color: #999999;
			 line-height: 15px;
			 text-decoration: #666666;
			 letter-spacing: .5px;
	
	
}


h1 { font-size: 18px;
	 line-height: 24px;
	 font-family: Georgia, Helvetica;
	 font-style: italic;
	 color:#666666;
	 background-position: inherit;
	 letter-spacing: .5px}

h2 { font-size: 18px;
	 line-height: 24px;
	 font-family: Georgia, Helvetica;
	 font-style: italic;
	 color: #FFFFFF;
	 background-position: inherit;
	 letter-spacing: .5px}


h3 { font-size: 18px;
	 line-height: 24px;
	 font-family: Georgia, Helvetica;
	 font-style: italic;
	 color: #00CCFF;
	 background-position: center;
	 background-color:#FFFFFF;
	 letter-spacing: .5px }
	 
	 
h4 { font-size: 12px; }





#img-container	{ margin: 0; padding: 0; }


#once { clear: left; }
