@charset "UTF-8";

*{
	margin: 			0;
	padding: 			0;
}

html,body{
	height:				100%;
}

body{
	min-height:			625px;
}

#container{
	position: 			absolute;
	display:			block;
	width: 				862px;
	height: 			675px; 
	left:				50%;
	margin-left:		-431px;
	top:				50%;
	margin-top: 		-333px;
	overflow: 			hidden;
}

#header{
	position: 			relative;
	display: 			block;
	margin-top:			31px;
	height: 			19px;
	width:				168px;
	clear: 				right;
	float:				left;
	margin-bottom:		5px;
	left:				40px;
	
}

#header a{	
	position:			relative;
	display:			block;
	width:				100%;
	height: 			100%;
}

#header a h1{
	display: 			none;
}

#navigation{
	position:			relative;
	display:			block;
	float:				none;
	clear:				both;
	height: 			8px;
	margin-bottom:		21px;
	left:				40px;
}

#nav{
	list-style-type:	none;
}

#nav li{
	clear: 				none;
	float: 				left;
}

#content{
	position:			relative;
	display:			block;
	clear:				both;
	left:				41px;

}

body.text #content{
/*padding-top: 		57px;*/
}

#back, #forward{
	display:			block;
	float: 				left;
	clear:				none;
	position:			relative;
	width:				41px;
	margin-left:		-41px;
	height:				490px;
}

#forward{
	left: 				821px;
	width:				41px;
}

#back a, #forward a{
	position:			relative;
	display:			block;
	height:				13px;
	width:				16px;
	top:				50%;
	margin-top:			-7px;
}

#forward a{
	float:				right;
}

#back a span, #back2 a span, #forward a span{
	display:			none;
}

/*	classes	*/
div.content_textcol, div.content_textcol_inner{
	width: 				310px;
	float: 				left;
	clear:				none;
	margin-right: 		20px;
}

body#cv div.content_textcol, div.content_all{
	width: 700px;
}

div.content_all{
	height: 542px;
}

div.content_imagecol{
	width:				145px;
	float:				left;
}

div.content_imagerow{
	width:				auto;
	height:				105px;
	float:				left;
	clear:				right;
}

img.thumb{
	display:			block;
	float:				none;
	clear:				both;
	margin-bottom:		0px;
}

div.thumb{
	display:			block;
	clear:				none;
	float:				left;
	height:				105px;
	width:				auto;
	margin-right:		50px;
	font-size:			10px;
}

div.image{
	width:				780px;
	max-width:			780px;
	overflow:			hidden;
}

a.back{
	background-image:	url(../gfx/back.gif);
	background-repeat:	no-repeat;
}

a.back2{
	background-image:	url(../gfx/back2.gif);
	background-repeat:	no-repeat;
}

a.forward{
	background-image:	url(../gfx/forward.gif);
	background-repeat:	no-repeat;
	background-position: top right;
}

p.subscript{
	margin-top: 5px;
	margin-left: 5px;
	clear: both;
}

#seriesinfo{
	padding-top: 30px;
}




ul.mini{
	display: 			block;
	list-style-type: 	none;
	margin: 			0;
	padding: 			0;
	width:				776px;
	margin-left: 		40px;
}

ul.mini li{
	display: 			block;
	position:			relative;
	float: 				left;
	clear:				none;
	width:				25px;	
	margin:				0px;
	height:				13px;
	margin-bottom:		4px;
	text-align: 		center;
	background-position:center;
	background-repeat:	no-repeat;	
}

ul.mini li a{
	text-decoration:	none;
/*
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
*/
	position:			relative;
	display: 			block;
	width:				25px;
}

/*
ul.mini li a:hover span, ul.mini li.active a span{
	visibility: 			hidden;
}
*/

ul.mini a{
	background-color: #FFF;
}

ul.mini a:hover span,ul.mini a:active span, .active a span{
	visibility: hidden;
}

ul.mini a:hover, ul.mini a:active, ul.mini .active a{
	background-color: transparent;
} 

ul.mini li.active{
	font-weight:		bold;
}
