
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #000000;
	font-size: 12px;
	line-height: 1.1;
	font-family: Georgia;
	font-weight: normal;
	letter-spacing: 1.2;
}
	
	

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

a:link { text-decoration: none; background-color:none; color: #000000}
a:active { text-decoration: none; background-color:none; color: #999999}
a:visited { text-decoration: none; background-color:none; color:#000000}
a:hover { background-color:none; color: #FF0066}


a img { border: none; }

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

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

#menu ul li.section-title {
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
	font-family: Helvetica, Arial;
	letter-spacing: 1pt;
	display: block;
	border-bottom: 4px solid #000000;
	height: 21px;
	margin-bottom: 2px;
	clear: both;
	color: #000000;
	
		
}
#content {
    height: 100%;
    margin: 0 0 0 270px;
    top: 0;
	
}

.container {
    padding: 24px 5px 25px 20px;
	letter-spacing: 0,5pt;

}

#content p { width: 400px; margin-bottom: 4px;
	font-family: Georgia
	padding-bottom: 2px;
p {  margin: 0 0 9px 0;
	line-height: 15px; 
    border-bottom-style:thin; 
}

h1 { font-family:Helvetica, Arial;font-size: 32px; }
h2 { font-family:Helvetica, Arial;font-size: 24px; }
h3 { font-family:Helvetica, Arialfont-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }

