/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
	background-image: no-repeat top left;
	background-color:f8f8f7;
}

body {
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #fff;
	line-height:1.5;
	letter-spacing:0.02em; 


}
.white {
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
	line-height:1.5;
	letter-spacing:0.02em; 


}

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

a:link {
	color:#000;
	text-decoration:none;
	line-height:light;}
a:active { color:#000;
text-decoration: none; }
a:visited { color:#000;
text-decoration: none; }
a:hover {
	background-color:#efefef;
	text-decoration:none;}

a img { border: none; }

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

#menu ul {
	list-style: none;
	margin: 10px 0 12px 10px;
	font-size:11px;
	color:#000;

	
	
}

#menu ul li.section-title {
	margin-left:-10px;
	font-family: Helvetica, arial, Verdana, sans-serif;
	font-size:11px;	
	letter-spacing:0.03em;
	text-decoration:none;
	border-bottom:1px dotted #BBBBBB;
	color:#000;	

	}

#content {
    height: 100%;
    margin: 50px 0 0 450px;
    top: 0px;


}

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

#content p { width: 450px; 
	margin-bottom: 9px;
	content:attr(300)}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px;
	font-weight:normal;
	color:#615346;
	 	}
	 	
h5 { font-size: 12px;
	font-weight:normal;
	color:#615346;
		border-bottom:1px dotted #BBBBBB;	
	 	}
h6 { font-family: Georgia, Times, serif; 
	font-weight:normal;
 	font-size: 10.5px; 
	 font-style:italic;
	 line-height:1.5; 
 	letter-spacing:0.06em;
 		width:450px;

}

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


#once { clear: left; }
