
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: arial, sans, helvetica;
	background: url('/tile3_jhartmann.jpg');
  
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

.section-2 .container p { color: gray; padding: 10px;
}

#main {
  background-color: #ffffff;
  padding: 40px;
  font-size: x-small;
  line-height: 200%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 80%;
}

span.img-title {
 padding: 0px 0px 1px 0px; color: #121212; border-bottom: 1px solid #343434; 
}

span.img-caption { color: #565656; }


li.active a {
 color: green; background-color: #eee; padding-left: 20px;
 border-left: 12px solid #FF00E2;
}

table.overview_table { margin-top: -150px; }


#bio {
 background-color: white;
 width: 600px;
 float: left;
 padding: 20px;
 color: #555;

}

#bio a {
 background: none;
 color: #FF00E2;
 text-decoration: none;
}

#bio a:hover {
 background-color: #eee;
 text-decoration: underline;

}

ul.in-bio {
 padding-left: 20px;

}

ul.in-bio li {
  list-style-type: none;
}

span.large {
 color: black;
 font-size: 400%;
 font-weight: bold;
 border-bottom: 1px dotted black;


}

hr.rule {
 
 border: none;
 border-bottom: 1px dotted gray;

}


span.med {
 color: black;
 border-bottom: 1px solid black;
}


span.company{
 color: black;
 border-bottom: 1px solid black;


}





a:link { text-decoration: none; padding: 2px; color: #FF00E2;}
a:active { text-decoration: none; padding: 2px; color: #FF00E2;}
a:visited { text-decoration: none; padding: 2px; color: #FF00E2;}
a:hover { text-decoration: none; padding: 2px; color: white; background-color: black;}

a img { border: none; }

#menu {
    width: 300px;
    overflow: none;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;

}

#menu ul {
	list-style: none;
	margin: 10px 10px 12px 0px;
}

#menu ul li.section-title { 
color: gray; padding: 2px; background-color: #eee;
border-bottom: 1px solid green; margin-bottom: 5px;
}

#menu ul li {
 margin-bottom: 5px;
}

#content {
    height: 100%;
    margin: 0 0 0 415px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}


.cl {
 background-color: #eee; width: 500px;
 font-family: consolas, monaco, courier new, monospace;
 
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 44px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }