/* Redefined Tags */



* {
	margin:0;
	padding:0;
	border:0;
	}

html, body {
	height:100%;
	}

body {
	font:100.01%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #666666;
	}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-302px; /* half of container's height */
	float:left;
	}

#bodyCanvas {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	clear:left;		
	width:860px;
	height:604px;
	}
	
/*	
#bodyCanvas {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 860px;
	height: 604px;
	margin-left: -430px;
	margin-top: -302px;
	overflow: hidden;
}
*/



BODY#home A#homeLink {
	color: #333;
}
BODY#about A#aboutLink {
	color: #333;
}
BODY#portfolio A#portfolioLink {
	color: #333;
}
BODY#links A#linksLink {
	color: #333;
}
BODY#contact A#contactLink {
	color: #333;
}
A {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
A:LINK {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
A:VISITED {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
A:HOVER {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}
A:ACTIVE {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
H1 {
	color: red;
	font-size: 1.4em;
	display: block;
	float: left;
	width: 49%;
	margin: 0px;
}
H1 A {
	color: red;
	font-size: 1em;
	display: block;
	float: left;
	width: 49%;
	margin: 0px;
}
H1 A:LINK {
	color: red;
	font-size: 1em;
	display: block;
	float: left;
	width: 49%;
	margin: 0px;
}
H1 A:HOVER {
	color: red;
	font-size: 1em;
	display: block;
	float: left;
	width: 49%;
	margin: 0px;
	text-decoration: none;
}
H1 A:VISITED {
	color: red;
	font-size: 1em;
	display: block;
	float: left;
	width: 49%;
	margin: 0px;
}
H2 {
	color: #999;
	font-size: 1.1em;
	display: block;
	float: right;
	padding-top: 5px;
	width: 49%;
	text-align: right;
	margin: 0px;
}
H2 EM {
	font-style: normal;
	color: red;
}
div.bio {
	height:472px;
	overflow:auto;
}
div.bio p {
	font-size: 0.8em;
	margin: -2px 0 15px 0;
}
.links p {
	display: block;
	margin-bottom: 20px;
	margin-top: 0;
	font-size:0.9em;
}
P#links A {
	display: block;
	margin-bottom: 20px;
	margin-top: 0;
}
A IMG {
	border: 0;
}
IMG {
	border: 0;
}
IMG.contactImage {
	float: right;
}


#bodyContent {
	margin: 0px;
	width: 860px;
}
#header {
	width: 860px;
	height:30px;
}


#body {
	width: 778px;
	height: 464px;
	padding: 40px;
	border: solid 1px #999;
}


#navColumn {
	width: 100px;
	height: 300px;
	float: left;
}
#navColumn A {
	margin: -2px 0 4px 0;
}
#contentColumn {
	width: 500px;
	height:462px;
	float: right;
	overflow:auto;
}
.thumbnailRow {
	height: 160px;
}
.thumbnail {
	width: 138px;
	height: 138px;
	border: solid 1px #999;
	margin-left: 20px;
	float: left;
}
.thumbnailSpacer {
	width: 140px;
	height: 140px;
	border: none;
	margin-left: 20px;
	float: left;
}
#arrowDown {
	position: relative;
	left: 120px;
	top: 130px;
}
#arrowUp {
	position: relative;
	left: 120px;
	top: 130px;
}
#footer {
	text-align: right;
	width: 860px;
	height: 30px;
	padding-top: 8px;
	clear: both;
}
#footer A {
	margin-left: 6px;
	text-decoration: none;
	color: #999;
	font-weight: bold;
}
#footer A:HOVER {
	margin-left: 6px;
	text-decoration: none;
	color: #666;
	font-weight: bold;
}



.cF {
	clear: both;
	height: 0px;
	margin: 0px;
	margin-top: -1px;
	padding: 0px;
} 
ul#navigation {
	padding:0;
	margin:0;
	list-style-type:none;
	font-weight:bold;
}
ul#navigation li {
	font-size:1em;
	padding:0;
	margin:0;
	list-style-type:none;
	margin-bottom:2px;
}
ul#navigation a {
	text-decoration:none;
	outline:none;
}
ul#navigation li.selected a {
	color:#333333;
}
ul#navigation li.selected ul li a {
	color:#FF0000;
}
ul#navigation li.selected ul li.selected a {
	color:#990000;
}
ul#navigation li ul {
	padding:0;
	margin:0;
}
ul#navigation li ul li {
	font-size:0.7em;
	padding:0;
	margin:0;
	list-style-type:none;
	margin-top:2px;
	margin-left:2px;
}
ul#navigation li ul li a {
	color:#FF0000;
	text-decoration:none;
}
ul#navigation li ul li a:hover {
	color:#FF0000;
	text-decoration:underline;
}
.thumb {
	float:left;
	width:122px;
	height:122px;
	border:1px solid #999999;
	margin-left:18px;
	margin-bottom:18px;
	padding:9px;
}
.image {
	width:780px;
	height:464px;
}
a:active, a:focus {
	outline: 0;
}
#slideShow {
	list-style:none;
	padding:0;
	margin:0;
}
#nextPrev {
	position:absolute;
	top:545px;
	left:410px;
}
#nextPrev img {
	padding-left:2px;
	padding-right:2px;
}
