/**
* CSS
* 
* @version 1.1
* @author Luyza
*/
* {
	margin: 0;
	padding: 0;
	background-color: #e9e9e9;
}

body {
	font-family: helvetica, helveticaneue, Arial, sans-serif;
	font-stretch: normal;
	font-size:11px;
	font-size-adjust: none;
	font-variant: normal;
	font-weight: normal;
	background-color: #e9e9e9;
	line-height: 1.5;
	color: #444444;  
	text-decoration: none;
}

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


a:link { 
	
	font-family: helvetica, helveticaneue, Arial, sans-serif;
	font-stretch: normal;
	font-size:11px;
	font-size-adjust: none;
	font-variant: normal;
	font-weight: normal;
	background-color: #fff;
	line-height: 1.5;
	color: #666;  
	text-decoration: none;
	
	}
	
	
a:active { 
	font-family: helvetica, helveticaneue, Arial, sans-serif;
	font-stretch: normal;
	font-size:11px;
	font-size-adjust: none;
	font-variant: normal;
	font-weight: normal;
	background-color: #fff;
	line-height: 1.5;
	color: #000;  
	text-decoration: none;
	}
	
	
a:visited { 
	font-family: helvetica, helveticaneue, Arial, sans-serif;
	font-stretch: normal;
	font-size:11px;
	font-size-adjust: none;
	font-variant: normal;
	font-weight: normal;
	background-color: #fff;
	line-height: 1.5;
	color: #666;  
	text-decoration: none;
	}
	
	
a:hover { 
	font-family: helvetica, helveticaneue, Arial, sans-serif;
	font-stretch: normal;
	font-size:11px;
	font-size-adjust: none;
	font-variant: normal;
	font-weight: normal;
	background-color: #fff;
	line-height: 1.5;
	color: #444;  
	text-decoration: none;
	}

a img { border: none; }

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

#menu ul {
	list-style: none;
	margin: 10px 0px 10px 0px;
	background-color: #e9e9e9;
}

#menu ul li.section-title {
	border-bottom:0px solid #d1d1d1;
	font-style: normal;
	font-weight:bold;
	color: #444444;
	margin:0;
	max-width:200px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	font-family: helvetica, helveticaneue, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	text-decoration: none;
	
	}

#content {
	border-top:0px solid #d1d1d1;
	padding-top: 9px;
	height: 100%;
	position: absolute;
	top: 144px;
	left: 210px;
	max-width:700px;

}

.container {
    padding: 0px 0px 0px 0px;
	background-color: #e9e9e9;
}

#content p { 
	width: 700px; 
    left: 210px;
	top: 5px;
	background-color: #e9e9e9;
	}

p {
    margin: 0px 0px 0px 0px;
	background-color: #e9e9e9;
}

h1 { 

	font-family: helvetica, helveticaneue, Arial, sans-serif;
	letter-spacing: -1; 
	font-stretch: normal;
	font-size:12px;
	font-size-adjust: none;
	font-variant: normal;
	font-weight: normal;
	background-color: #e9e9e9;
	line-height: 1.7;
	color: #444444;  
	max-width:500px; 

	
	}
	
h2 { font: 14px georgia, sans-serif; line-height: 1.3;}
h3 { font: 1.00em georgia, sans-serif; color : #333; line-height: 0.0; max-width:600px; }
h4 { font-size: 12px; }

#img-container	{ top:10px; margin: 0; padding: 10px 0px 0px 0px ; background-color: #e9e9e9;}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0 0; background-color: #e9e9e9;}

#once { clear: left; }