* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	letter-spacing:0;
	font-family: "Helvetica", sans-serif;
	background: #fff;
}

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

a:link { 
text-decoration: none; color: #000; 
}

a:active {
 text-decoration: none; color: #000; 
 }
 
a:visited { 
text-decoration: none; color: #000; 
 }

a:hover { 
text-decoration: none; 
background: #999999;
color: #fff;
}

a img { border: none; }


#menu {
	background-color: #fff; opacity: 0.8;
    bottom: 25px;
	left: 25px;
    top: 25px;
	line-height: 12px;
    overflow: auto;
	padding: 10px 10px 0 0;
    position: fixed;
	text-align: right;
    width: 190px;
	height: 500px;
}

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


#menu ul li.section-title {
padding-top: 0;
font-weight:bold;

}

#content {
	height: 0;
	padding-top: 15px;
	padding-left: 230px;
	margin: 0;
	float: fixed;
	
}

.container {
	padding: 0 0 0 0;
}

#content p { 
	width: 550px; 
	margin-bottom: 10px; 
}

p {
    margin: 0 0 10px 0;
}

h1 {font-size: 10px;}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }
