/* MARK KLASSEN */
/*--------- basic text styling -------------*/
			body {
				background-color: #BCBCB5;
				font-family:"Courier New", Courier, monospace;
				font-size: 85%;
				margin: 0 0 0 0;
				padding: 0;
			} 
			table {
				margin: 0;
				padding: 0;
			}
			td {
				margin: 0;
			}
			
			a:link {
				color: #008EB0;
				text-decoration: underline;
			}
			a:hover {
				color: #00B5E1;
				text-decoration: underline;
			}
			a:active {  
				color: #008EB0; 
				text-decoration: underline;
			}
			a:visited {
				color: #007997;
				text-decoration: underline;
			}
				
			h1 {font-family:Arial, Helvetica, sans-serif;
				font-weight: bolder; 
				color: #007997; 
				font-size: 130%
			}
			h2 {font-family:Arial, Helvetica, sans-serif; 
				font-weight:bold; 
				color: #000000; 
				font-size: 120%
			}
			h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #666666;
	font-size: 100%
			}
	
/*------ end basic text styling -------*/

		div#container{
			font-size: 85%;
			min-width:800px;
			width:800px;
			height: 458px;
			background-image:url(images/background.gif);
			background-position:top;
			line-height: 1.4em;
		}
		div#content{
			padding: 120px 0 10px 0;
		}
		div#navContainer{
		min-width:800px;
		width: 800px;
		background-color: #bcbcb5;
		padding: 0;
		text-align:center;
		}
#CaptionBox{
text-align:left;
}
div#leftContent{
float:left;
margin: 0 20px 0 70px;
}
div#linkContent{
padding: 65px 0 10px 100px;
font-family:Arial, Helvetica, sans-serif;
_font-size: 90%;
}
div#resumeContainer{
			font-size: 85%;
			_font-size: 80%;
			min-width:800px;
			width:800px;
			height: 1640px;
			background-image:url(images/background3.gif);
			background-position:top;
			line-height: 1.4em;
		}

/*---- start thumbnail page styling ---*/
div#thumbContent{
padding: 105px 0 10px 0;
}
div#thumbContent img{
border:none;
}
table #thumbs{
font-family:Arial, Helvetica, sans-serif;
font-size: 90%;
font-weight:bold;
}
#thumbs a, #thumbs a:hover, #thumbs a:visited{
text-decoration:none;
color:#000000;
}
div#sectionHead{
position:relative;
left: 250px;
top: -270px;
}
/*---- end thumbnail page styling ---*/


/*---- begin series page styling ---*/
div#seriesContainer{
			font-size: 85%;
			min-width:800px;
			width:800px;
			height: 500px;
			background-image:url(images/background2.gif);
			background-position:top;
			line-height: 1.4em;
		}
div#seriesContent{
padding: 15px 0 10px 0;
}
/*---- end series page styling ---*/



/* Safari navigation bar positioning hack, the following is read by Safari only*/
		body:first-of-type #container {
				font-size: 100%;
				}
/*end Safari hack*/