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

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: black;
	background: #fff;

	
}


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

a:link { text-decoration: none; color: #a2bdcd; }
a:active { background-color: white; text-decoration: none; }
a:visited { text-decoration: none; color: #bcdcee; }
a:hover { text-decoration: none; color: black; background: white; }

a img { border: none; }

#menu {
    font-family: font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
    clear: none;
    width: 200px;
    overflow: auto;
    top: 65px;
    bottom: 0;
	left: 40px;
    position: fixed;
    height: 100%;
}

#menu ul {
	
	font-family: font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	
	color: #cceeff;
	
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { color: #cceeff; background-color: #cceeff; font-family: font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal; }

#menu ul li.section-title:hover { font-family: font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: white;}

#content {
   font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: black;
    text-align: left;
	margin-left: 260px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 40px;
    height: 100%;
    top: 15px;
}

.container {
	
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: black;

	
	text-align: left;
	padding-left: 5px;
	padding-bottom: 25px;
	padding-right: 5px;
	padding-top: 25px;
}

#content p { font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: black;
	 text-align: left; width: 450px; margin-bottom: 9px; }

p {
	margin-left: 0;
	margin-bottom: 14px;
	margin-right: 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: 400px; margin: 0; padding: 0 0 12px 0; }

#footer { 
    
    position:relative; 
    bottom: 0; 
    left: 40px;
    
    
}

#once { clear: left; }



