* {
	margin: 0;
	padding: 0;
}

body {
	background-image:url(.../.../.../images/background.png);
	background-attachment:fixed
}

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: line-through; color:#333}
	

a:hover { text-decoration: none; color:#0F0}

a img { border: none; }

#menu {
    background-color: transparent;
    bottom: 0;
    height: 108%;
    position: fixed;
    width: 240px;
}

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

#menu ul li.section-title:hover{
color:#0F0;
}

#content {
    height: 80%;
    margin: 0 0 0 350px;
    top: 0;
}

.container {
    padding: 150px 40px 25px;;
}

.container p{
    padding-bottom:30px;
	font-size:11px;
	font-weight:
}
 .container hr{
	 height:1px;
	 margin: 0 0 0 0;
}
.container .title {
    padding-bottom:30px;
	font-size:16px;
	font-weight:bold;
}

#content p { width: 400px; margin-bottom: 9px; }

p {border-bottom, solid, #000000
    margin: 0px;
}

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

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

#once { clear: left; }