
body,td,th {
	font-family: "Verdana", "Lucida Grande", sans-serif;
	font-size: 0.7em;
	background-color: #e6e6e6;
}

h1 {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}

h2{
	color: #666;
	font-size: 1.0em;
	font-weight: bold;
}

.pdfLink {
	font-size: 0.7em;
}

a:link {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

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

#container{
	position:  absolute;
	width: 540px;
	height: 540px;
	
	margin-top: -280px;
	top:50%;
	
	margin-left: -280px; /* center align, half of total width */
	left: 50%;
	overflow: hidden;
	padding: 10px;
	background-color: #fff;
}

#image{
	position: relative;
	width: 540px;
	height: 100px;
	margin-bottom: 10px;
}

#thumbs{
	position: relative;
	width: 540px;
	height: 430px;
	margin-bottom: 10px;
}

#textContainer{
	position: relative;
	width: 520px;
	height: 410px;
	background-color: #e6e6e6;
	padding: 10px;
	margin-bottom: 10px;
}

#seriesContainer{
	position: relative;
	width: 570px;
	height: 430px; 
	margin-bottom: 10px;
	overflow:hidden;
	line-height: 3.1em;
}

#thumbContainer{
	position: relative;
	width: 570px;
	height: 430px; 
	margin-bottom: 10px;
	overflow:hidden;
	line-height: 3em;
}

#text{
	position: relative;
	width: 515px; 
	height: 410px;
	overflow: auto;
	padding-right: 10px;
}

#footer{
	position: relative;
	width: 540px;
	height:  100px;
	background-color: #000;
}

#header{
	position: absolute;
	width: 26px;
	margin-left: -306px;
	left: 50%;
	margin-top: -280px;
	top:50%;
	
}

#navigation{
	position: absolute;
	width: 540px;
	height: 25px;
	bottom: 0px;
}

.imageLink:hover {
	opacity: 0.8;
}

#linksLarge {
	margin: 0;
	padding: 0;
	list-style: none;
}

#linksLarge li {
	float: left;
	width: 170px;
	margin: 0px;
	padding-right: 15px;
	text-align: center;
}

#linksLarge li img {
	border: 0;
}

#linksSmall {
	margin: 0;
	padding: 0;
	list-style: none;
}

#linksSmall li {
	float: left;
	width: 80px; /* 16.5% */
	margin: 0px;
	padding-right: 12px;
	text-align: center;
}

#linksSmall li img {
	border: 0;
}

#title{
	position: ;
	width: 240px;
	height: 45px;
	float: right;
}

.title{
	background: url(../images/design/title_over.png) no-repeat;
	overflow: hidden; /* ie fix + boder highlight fix */
}

.title a{
	display: block;
	text-decoration: none;
}

.title img{
	border: 0;
}

* html a:hover{
	visibility:visible;
}

.title a:hover img{
	visibility:hidden;
}

.title span{
	visibility:hidden;
}

#contact{
	position: ;
	width: 58px;
	height: 25px;
	float: right;
}

.contact{
	background: url(../images/design/contact_over.png) no-repeat;
	overflow: hidden; /* ie fix + boder highlight fix */
}

.contact a{
	display: block;
	text-decoration: none;
}

.contact img{
	border: 0;
}

* html a:hover{
	visibility:visible;
}

.contact a:hover img{
	visibility:hidden;
}

.contact span{
	visibility:hidden;
}

#cv{
	position: ;
	width: 28px;
	height: 25px;
	float: right;
}

.cv{
	background: url(../images/design/cv_over.png) no-repeat;
	overflow: hidden; /* ie fix + boder highlight fix */
}

.cv a{
	display: block;
	text-decoration: none;
}

.cv img{
	border: 0;
}

* html a:hover{
	visibility:visible;
}

.cv a:hover img{
	visibility:hidden;
}

.cv span{
	visibility:hidden;
}

#bio{
	position: ;
	width: 35px;
	height: 25px;
	float: right;
}

.bio{
	background: url(../images/design/bio_over.png) no-repeat;
	overflow: hidden; /* ie fix + boder highlight fix */
}

.bio a{
	display: block;
	text-decoration: none;
}

.bio img{
	border: 0;
}

* html a:hover{
	visibility:visible;
}

.bio a:hover img{
	visibility:hidden;
}

.bio span{
	visibility:hidden;
}

#art{
	position: ;
	width: 30px;
	height: 25px;
	float: right;
}

.art{
	background: url(../images/design/art_over.png) no-repeat;
	overflow: hidden; /* ie fix + boder highlight fix */
}

.art a{
	display: block;
	text-decoration: none;
}

.art img{
	border: 0;
}

* html a:hover{
	visibility:visible;
}

.art a:hover img{
	visibility:hidden;
}

.art span{
	visibility:hidden;
}

