@charset "UTF-8";
/* CSS Document */

body{
margin:5px;
padding:5px;
background-color:#000000;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 164px; /*Set left margin to LeftColumnWidth*/
background-color:#FFFFFF;
padding: 5px;
}

#leftcolumn{
float: left;
width: 164px; /*Width of left column*/
margin-left: -100%;
background: #A9D6EF;
padding: 5px;
}

#footer{
clear: left;
width: 100%;
background: #000000;
text-align: center;
color: #FFFFFF;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

p {
	padding: 10px;
}

h1 {
	font-size: 175%;
	padding: 10px;
}

h2 {
	font-size: 150%;
	padding: 10px;
}

h3 {
	font-size: 120%;
	padding: 10px;
}

h4 {
	font-size: 100%;
	padding: 10px;
}

.center {
	text-align: center;
	}
	
.bold {
	font-weight: bold;
	}

.headline {
	font-weight: bold;
	color: #A9D6EF;
	text-shadow:#000000;
	}
	
.bottomborder {
	border-bottom-color: #000000;
	border-bottom-style: dotted;
	min-height: 85px;
}

.bottomborder img {
	float: left;
	}

.biography img {
	float: left;
	clear: both;
	}

.clear {
	clear: both;
	}
	
.boldheader {
	font-weight: bold;
	text-align: center;
	}
	
.italics {
font-style:italic;
}

</style>
