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

body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:;
	background: #999999;
	
	
}

body.section-1 { 
   font-size: 9 px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   color: #333333;
}}
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #666666}
a:active { text-decoration: underline; color: #000000}
a:visited { text-decoration: none; color: #666666}
a:hover { text-decoration: none; color: #999999}

a {color:  #333333;}

a img { border:none; }

#menu {
    width: 0px;
    overflow: none;
    top: 5px;
    bottom: 0;
	left: 10px;
	right: 0px;
	position: fixed;
    float: top;
    height: 100%;
	background-color: none;
	text-align: none; 
	line-height:14px;
	background-color: #DEDEDE;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif
}

#menu ul {
    font-size: 11px;
	font-style:none;
	list-style:none;
	margin: 0px 552px 552px 552px;
	background-color: none;
}

#menu ul li.section-title { 
   font-size: 9 px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   color: #333333;
}
#content {
    height: 500%;
    margin: 0px 0 0 0px;
    top: 0px;
    font-size: 11px;
    line-height: 14px;
	color: none;
}

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

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

h1 { font-size: 10px;line-height: 73px; }
h2 { font-size: 10px; line-height: 73px; color: #333333;}
h3 { font-size: 10px; }
h4 { font-size: 10px; }

#img-container p	{ width: 0px; margin: 0; padding: 100px 0 0px 0px;}

#once { 
	
	clear: right; 
	
}