* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 11px;
	font-family: helvetica, Sans-serif;
        overflow: auto;
        line-height: 12pt;
        background: url (../files/DSC_0208.jpg);
        width: 900px;
        }

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000000;
text-transform:lowercase;
font-weight: 600;
 }
a:active {  text-decoration: none; color: #ff0000;
text-transform:lowercase;
font-weight: 600; }
a:visited {  text-decoration: none; color: #000000;
text-transform:lowercase;
font-weight: 600; }
a:hover {  text-decoration: none; color: #606060;
text-transform:lowercase;
font-weight: 600; }

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 25px;
    bottom: 10px;
	left: 15px;
    position: fixed;
    height: 100%;
    overflow: auto;
    text-transform:uppercase;
    

}

#menu ul {
	list-style: none;
	margin: 15px 0px 5px 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 50px 0 0 200px;
    top:  0px;
    }

.container {
    padding: 0px 0px 0px 15px;
}

#content p { width: 600px; margin-bottom: 0px; }
p {
    margin: 0 0 0px 0;
}

h1 { font-size: 8px;  }
h2 { font-size: 10px; }
h3 { font-size: 12px; }
h4 { font-size: 14px;
     color: #000000;
     text-decoration: bold;
     text-decoration: italic;  }
h5 { font-size: 16px;
     color: #D00000  }
h6 { font-size: 36px;
    color: #606060;
      font-weight: 300;  }

#img-container	{ margin: 0; padding: 0; }
#img-container p { width: 800px; margin: 0; padding: 0px 0 0px 0; }

#once { clear: left; }


