@charset "UTF-8";
/* CSS Document */

body {
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}

body.display {
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}

a.work,a.cv,a.contact {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	padding-left:6px;
	padding-right:6px;
	padding-top:3px;
	padding-bottom:3px;
}

a.work:visited, a.cv:visited, a.contact:visited {
	color:#FFF;
	text-decoration:none;
	padding-left:6px;
	padding-right:6px;
	padding-top:3px;
	padding-bottom:3px;
}

a.work:hover {
	background-color:#09F;
}

a.cv:hover {
	background-color:#F60;
}

a.contact:hover {
	background-color:#C36}

a.mistake {
	font-family:"Courier New", Courier, monospace;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

a.mistake:visited {
	font-family:"Courier New", Courier, monospace;
	color:#666;
	text-decoration:none;
}

a.mistake:hover {
	border-top:#c36 solid 1px;
	border-bottom:#c36 solid 1px;
	color:#F60;
}

a.mistim {
	text-decoration:none;
	color:#FC0;
	}

a.mistim:visited {
	text-decoration:none;
	}
	
a.mistim:hover {
	background-color:#FC0;
	color:#FC0;	
	}
	
a.pnav {
	text-decoration:none;
	color:#fff;
	}

a.pnav:visited {
	text-decoration:none;
	color:#FFF;
	}
	
a.pnav:hover {
	background-color:#fc0;
	color:#fc0;
	
	}
	
a.smpic {
	}

a.smpic:hover {
	}

span.worktop {
	font-family:Arial, Helvetica, sans-serif;
	color:#09F;
	text-decoration:none;
	padding-left:6px;
	padding-right:6px;
	padding-top:3px;
	padding-bottom:3px;}

span.cvtop {
	font-family:Arial, Helvetica, sans-serif;
	color:#F60;
	text-decoration:none;
	padding-left:6px;
	padding-right:6px;
	padding-top:3px;
	padding-bottom:3px;}

span.contop {
	font-family:Arial, Helvetica, sans-serif;
	color:#C36;
	text-decoration:none;
	padding-left:6px;
	padding-right:6px;
	padding-top:3px;
	padding-bottom:3px;}


#cvcont {
	font-family:"Courier New", Courier, monospace;
	color:#333;
	line-height:20px;
}

span.cvh {
	font-weight:bold;
	color:#09F;
}

span.cvh2 {
	font-weight:bold;
}

.oneColElsCtr #container {
	width: 880px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

div.topthree {
	position:absolute; top:4px; left:200px; width: 394px; height: 25px; color:#FFF; text-align:left; padding-left:12px; font-family:Arial, Helvetica, sans-serif;font-size:14px; color:#FC0;}
	
.StoryContentColor2 {
	font:11px verdana, arial;
	color: #ffffff;
	letter-spacing:0.1em;
	}


