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

body {
	font-size: 12px;
	font-family: Georgia, times new roman, osaka, "MS PGothic";
	line-height: 170%; 
	background: #fff;
}

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

#menu a:link { text-decoration: none; color: #000; font-size: 12px;}
#menu a:active { text-decoration: none; color: #000; font-size: 12px;}
#menu a:visited { text-decoration: none; color: #000; font-size: 12px;}
#menu a:hover { text-decoration: underline; }
//.contact{text-decoration: none; color: #458458;}

a:link { text-decoration: none; color: #000; font-size: 12px;color: #828282;}
a:active { text-decoration: none; color: #000; font-size: 12px;color: #828282;}
a:visited { text-decoration: none; color: #000; font-size: 12px;color: #828282;}
a:hover { text-decoration: underline; color: #828282;}
a img { border: none; }


#menu {
    width: 250px;
    overflow: auto;
    margin-top:80px;
    margin-left: 120px;
    
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	
	font-size: 10px;
	color:#666;
}

#menu ul {
	list-style: none;
	//margin: 0 0 12px 0;
	margin-top:20px;
}

#menu ul li.section-title {}

#menu ul li {
	margin-bottom:-2px;
}

#menu ul  {
	margin-bottom:5px;
}

.section-title {

	//font-size: 10px;
	//color:#666;
}

#content {
    height: 100%;
    margin-top:70px;
    margin-left: 450px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { 
//width: 400px; 
}

p {
    margin: 0 0 25px 0;
}

h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { text-decoration: none; color: #b1b1b1; font-size: 9px; font-family: Arial;}
h4 { text-decoration: none; color: #b1b1b1; font-size: 11px; font-weight: normal;margin-top:20px;}


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

#once { clear: left; }