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

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

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

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

a:visited {
	text-decoration: none;
	color: #666666;
	
}

a:hover {
   text-decoration: none;}
	
#menu a:hover { background:#FFFF00 }
	

a img { border: none; }

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

#menu ul {
	list-style: none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	padding-left: 10px;
	line-height:18px
	
}

#menu ul li.section-title {
	font-family: Georgia;
	font-size: 12px;
    color: #666666;
	font-weight:bold;
	padding-bottom: 7px;
}


#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 15px 5px 25px 35px;
	margin-left: 35;
	
}

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

p { 
    line-height:18px;
    margin: 0 0 9px 0;
	color: #666666;
		 
}

h1 { 
    margin: 0 0 9px 0;
	font-size: 18px; 
    color:#666666;
    font-family:Georgia,serif;
    font-size:20px;
	padding-top:35px;
    padding-bottom:5px;}

h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{
	margin: 0;
	padding: 0;
	margin-top: 50px;
	margin-left: 15px;
}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#img-container img	{ word-spacing: 2px;ww }

.logo {
	margin-bottom: -2px;
	margin-top: 10px;
}

#once { clear: left; }

p a:hover { background:#FFFF00 }

  
  
     