/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
 font-size: small;
 font-family: Times New Roman, serif;
 color: #000000;
 background-color: #FFFFFF;
 text-align: justify;
}

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

a:link { text-decoration: none; color: #666; }
a:active {
	text-decoration: none;
	color: #666;
}
a:visited { none; color: #666; }
a:hover { text-decoration: line-through; }

img { border: 1px }

#menu {
    width: 175px;
    overflow: auto;
    top:20px;
    bottom: 0;
	left: 125px;
    position: fixed;
    height: 100%;
	background-color: #ffff;
}

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

#menu ul li { line-height: 12px; }
#menu ul li.section-title { line-height: 12px; margin-bottom: 6px; line-height: .075em; font-weight: normal; }

#content {
    height: 100%;
    margin: 30px 30px 0 300px;
    top: 0;
}

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

#content p { width: 600px; margin-bottom: 9px; font-weight: normal; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 40px; }
h2 { font-size: 24px; }
h3 { font-size: 14px; }
h4 { font-size:  9px; }

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

#once { clear: left; }

<div id=spacer">
<img src="www.feldtdesign.com/indexhibit/file/spacer.jpeg">
</div>

#spacer { 
border:0; 
}
img {
     padding:5px;
	 border: 1px solid #666;
}
#menu img { border:0; }


