html, body {
	margin: 0;
	padding: 0;
}

body {background:#f0ffff}
html {background-color: gray;}

body {
	max-width: 900px;
	min-width: 800px;
	_width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}
hr {
	clear: both;
}

ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
a {
	border: 0 none;
}

/******  #header, #footer, #pageinfo ******/
#header,
#footer,
#pageinfo {
	margin-left: 85px;
	margin-right: 85px;
}


/******  #header ******/
#header {
	margin-top: 1em;
	padding-top: 10px;
/*	height: 142px;*/
	margin-bottom: 5px;
	border: 0 none;
}

body#index #header h1 {
	padding: 0px;
	height: 142px;
/*	width: 383px;
	width: 354px;
/*	width: 304px;*/
	margin-top: 30px;
	margin-bottom: 25px;
	margin-right: 15px;
	overflow: hidden;
	color: #0000FF;
	font-weight: bold;
	font-weight: 900;
	font-size: 36px;
	text-align: right;
}
/* opera
*+html>/** /body#index #header h1:before{
	content: url(title.png) ' ';
}*/
body#index #header h1:before{
	content:  url(title.png);
	display: block;
	position: absolute;
	width:354px;
	height: 142px;
	text-align: right;
}
body#index #header h1 img{
	width:354px;
	height: 142px;
	display: block;
}


#header h2 {
/* border: 1px solid blue; */
	margin-top: 10px;
	padding: 0 5px;
	margin-bottom: 10px;
	font-size: 200%;
	height: 40px;
}

/******  #footer ******/
#footer {
/*border: 1px solid blue;*/
	background-color: #eee;
	margin-bottom: 2em;
	font-size: 80%;
	text-align: right;
	margin-top: 1em;
	padding: .5ex 1em;
}

body#index hr {
	width: 80%;
}

/******  #pageinfo, comment ******/
#pageinfo {
	
}
#pageinfo p {
	margin-top: 0;
	margin-bottom: 1em;
}

/******  #body ******/
#body hr {
	display: none;
}
#body {
/*	position: relative;*/
}


/******  #thumbnails ******/
#thumbnails {
	float: left;
	width: 140px;
	height: 480px;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-left: 40px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid blue;
}
#thumbnails img {
	margin-top: 5px;
	margin-bottom: 5px;
}


/******  #showcase ******/
#showcase {
/*border: 1px solid red;*/
	width: 640px;
/*	height: 480px;*/
	margin-left: 200px;
	padding: 5px;
	background: #fff url(frame.png) center top no-repeat;
}
#showcase #outputbox {
	width: 640px;
	height: 480px;
}
#showcase img#output {
	width: 640px;
	height: 480px;
	margin: 0;
}

/******  #slider ******/
#slider {
	background: #fff url(slider.png) center center no-repeat;
	width:360px;
	height:18px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid blue;
	position:relative;
	margin-left: auto;
	margin-right: auto;
}

