body 
	{
	font-family: 'Bookman Old Style', Georgia, serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	padding:0;
	color: #000;
	background-position: top center;
	background-repeat: no-repeat;
	}

	
a {
	text-decoration: none;
	color: #669900;
}
a:hover { text-decoration:underline;}
a:visited {color: #666;}


/*----------------------------------------------------------------------------------------------

div#canadaguy
	{
	position:fixed;
	height:302px;
	width:124px;
	background-image:url(canadaguy300.png);
	top:0 px;
	left:0 px;
	margin:50px;
	z-index: 1;
	}

div#canadamenu
	{
	background-color: #99FF00;
	display:none;
	position:relative;
	top:60px;
	left:170px;
	width: 300px;
	height: 50px;
	z-index: 3;
	}
	
div#canadaguy:hover #canadamenu
	{
	background-color: #99FF00;
	position: fixed;
	display:block;
	}

----------------------------------------------------------------------------------------------*/


#container 
	{
	margin: 0 auto;
	width:900px;
	padding:0px;
	text-align: left; /* Cancel IE Fix */
	z-index: 1;
	}

div#pagebox
	{
	margin: 0 auto;
	padding:20px;
	background-color:#FFFFFF;
	min-height:490px;
	position:relative;
	width:800px;
	z-index: 2;
 	}

#header 
	{
	margin:0px;
	padding: 0px;
	border-bottom:1px solid #000;
	}	
	
#header img
	{
	border:0;
	margin:10px;
	
	margin-left:60px;
	}
	
#header h1 
	{
	margin: 0;
	color: #fff;
	font-size: 2.5em;
	margin-top:10px;
	margin-bottom:10px;
	
	height:70px;
	}
	
#header h1 a
	{
	color: #fff;
	text-decoration:none;
	font-weight: normal;
	letter-spacing:0.03em;
	}
	
ul#linkage 
	{
	
	width:800px;
	margin: 0 auto;
	padding: 0;
	height: 20px;
	
	}
	
ul#linkage li 
	{
	list-style-type: none;
	display: inline;
	}		
	
ul#linkage li a 
	{
	letter-spacing: 0.09em;
	text-decoration: none;
	color: #666;
	padding: 3px 10px;
	font-size: 1em;
	float:left;
	font-weight:normal;
	
	}
	
#linkage li a:hover { background-color: #999999; }

#linkage li a.on
	{
	border-top:1px solid #000;
	background-color: #fff;
	color: #000;
	border-bottom:2px solid #fff;
	border-left:1px solid #000;
	border-right:1px solid #000;
	}
	
#linkage li a#left 
	{
	background-color: #fff;
	color: #000;
	border:1px solid #000;
	border-bottom:2px solid #fff;
	}

#thumbs
	{
	position:absolute;
	top:0px;
	left:0px;
	width: 217px;
	position: relative;
	margin:0;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	
	height:480px;
	}
	
#thumbs img
	{
	border:1px solid #333333;
	margin:1px;
	padding:0;
	}	
	
#thumbs img.shown
	{
	border:1px dotted #000;
	margin:1px;
	padding:0;
	}	

#thumbs h3
	{
	margin-bottom:8px;
	}
	
	
#thumbs h3.thisbatch
	{
	border-bottom:1px solid #333;
	width:90%;
	}
	
#thumbs h3 a
	{
	color:#333333;
	}
	
#content 
	{
	position:absolute;
	left:238px;
	top:20px;
	margin:0;
	height:480px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	}	
	
#content img 
	{
	margin:4px;
	}

#content p
	{
	margin:0;
	
	}
	
.displayed
	{
	display: block;
	margin-left:10px;
	margin-top:36px;
	margin-bottom:10px;
	border:1px solid #000;
	}
	
.title
	{
	margin-right:15px;
	margin-left:4px;
	font-size: 1.1em; 
	color: #333333;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	}

	

div#resume
	{
	padding:20px;
	}

h2
	{
	}

h3
	{
	margin: 0px;
	font-weight:normal;
	}

p
	{
	margin-top: 3px;
	margin-bottom: 9px;
	}
	

#resume ul
	{
	margin:20px;
	margin-top:10px;
	padding:0;
	}

#resume li
	{
	margin:0;
	padding:0;
	}
	
#resume h2
	{
	border-bottom:1px dotted #999;
	font-size:1.7em;
	font-weight:normal;
	}
	
#resume h3
	{
	margin-top:20px;
	margin-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
	
	position:relative;
	}
#resume p
	{
	text-align: justify;
	}

#resume span.date
	{
	position:absolute;
	right:0px;
	}

#footer
	{
	
	border-top:1px solid #000;
	
	border-bottom:1px solid #000;
	margin-top: 0px;
	text-align: center;
	color: #000;
	padding: 5px;
	clear: both;
	}

.new
{
background-color:#99CC33;
padding:4px;
border:1px solid #000;
}


.new a img
{
border:3px solid #fff;
padding:1px;
background-color:#000;
margin:3px;
}

