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


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div#shell {
	width:770px;
	margin:0px auto;
	}
div#header {
	width:456px;
	margin:0px auto;
	margin-top:30px;
	}
div#logo {
	position:relative;
	display:inline;
	}	
div.thumb {
	position:relative;
	width:63px;
	height:63px;
	margin:1px;
	float:left;
	z-index:100;
	}	
div#clear {
	clear:both;
	height:30px;
	}	
div#content{
	position:relative;
	width:453px;
	height:310px;
	margin:0px auto;
	text-align:center;
	border:1px solid #fff;
	}
div#content_text{
	position:relative;
	padding-left:40px;
	padding-right:40px;
	padding-top:40px;
	width:373px;
	height:270px;
	margin:0px auto;
	border:1px dotted #999;
	text-align:left;
	overflow:auto;
	}	
div#contentouter {
	width:496px;
	margin:0px auto;
	border-right:1px dotted #999;
	position:relative;
	}	
div#navupper {
	position:absolute;
	right:-140px;
	top:0px;
	width:135px;
	text-align:left;
	}
div#navlower {
	position:absolute;
	right:-140px;
	bottom:0px;
	width:135px;
	text-align:left;
	}	
div#info {
	position:absolute;
	left:-140px;
	bottom:0px;
	width:135px;
	text-align:right;	
	}
div#years {
	position:absolute;
	left:-140px;
	top:0px;
	width:135px;
	text-align:right;	
	}			
div#footer {
	width:454px;
	margin:0px auto;
	margin-top:-5px;
	text-align:right;
	}
div#numbers {
	position:absolute;
	width:400px;
	top:-16px;
	left:20px;
	}
		
/*lists*/
ul, li {
	list-style:none;
	padding:0;
	margin:0;
	}
#navupper li {
	margin-left:5px;
	margin-bottom:10px;
	}
#navlower li {
	margin-left:5px;
	margin-top:10px;
	}
#numbers li{
	float:left;
	margin-right:8px;
	}
ul#previous li{
	float:left;
	width:80px;
	margin-left:90px;
	}			

/*fonts*/
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999;
}
.worktitle {
	font-size:17px;
	color:#666;
	}
#footer {
	font-size:17px;
	}
#navlower li , #navupper li, #numbers li, #years li{	
	color:#333;
	}
.heading {
	color:#333;
	font-size:15px;
	}
	
/*link*/
a:link {
	color: #999999;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #999999;
}

a.thumblink:hover img{
	width:61px;
	height:61px;
	border:1px dotted #999;
	overflow:hidden;
	}
	
a.diff:link {
	color:#333;
	text-decoration:underline;
	}
a.diff:visited {
	color:#333;
	text-decoration:underline;
	}
a.diff:hover {
	color:#666;
	text-decoration:underline;
	}
a.diff:active {
	color:#333;
	text-decoration:underline;
	}
	
				
/*img*/
#footer img{
	position:relative;
	top:15px;
	}
#selected {
	width:61px;
	height:61px;
	border:1px dotted #333;
	overflow:hidden;
	}

div#content img {
	border:1px dotted #999;	
	}