@CHARSET "ISO-8859-1";

p, ul {
	padding: 0px;
	margin: 0px;
	}

body {
	margin-left: 72px;
	margin-top: 0px;
	text-align: center;
	}

h4 {
	color: rgb(33,51,95);
	margin-bottom: 5px;
	}

#content {
	position: absolute;
	width: 400px;
	height: auto;
	font: normal normal normal 10pt arial;
	/* style, variant, weight, size, family */
	}

ul.bold {
	font: normal normal bold 9pt arial;
	list-style-type: disc;
	padding-left: 15px;
	padding-top: 10px;
	}

ul.bold li {margin-bottom: 5px;}
ul.bold img {border: none;}

#workspace {
	position: relative;
	background-repeat: no-repeat;
	background-position: 225px 42px;
	margin-left: auto;
	margin-right: auto;
	width: 952px;
	height: 1000px;
	text-align: left;
	}

#puzzle {
	position: absolute;
	left: 560px;
	top: 105px;
	}

.invisible {
	filter:  alpha(opacity=0);
	-moz-opacity: 0;
	KhtmlOpacity:  0;
	opacity:  0;
	background: none;
	}

#content a {
	display: block;
	font-variant: small-caps;
	font-size: 9pt;
	color: rgb(142,151,173);
	text-decoration: none;
	line-height: 12pt;
	}

#content a:hover {text-decoration: underline;}

#maintxt {
	line-height: 18pt;
	font-weight: normal;
	font-size: 10pt;
	}

#pghead {
	position: relative;
	top: 112px;
	margin: 0;
	padding: 0;
	}

#logo {
	margin-bottom: 10px;
	border: none;
	z-index: 100;
	}

#initTxt {
	display: inline;
	position: relative;
	height: 14px;
	margin: 0;
	padding: 0;
	margin-right: 7px;
	}

/* hack to fix TextStart positioning in IE 5-6 */
* html #initTxt {
	top: -4px;
	}

.bio {
	font-family: arial;
	font-weight: normal;
	font-size: 10pt;
	line-height: 15px;
	}
	
.bio img {border: none;margin-top: 5px;}
