html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	font-family: "Times New Roman", Times, serif;
	/* [disabled]font-size: 14pt; */
	line-height: normal;
	color: black;
	font-weight: normal;
	z-index: 2;
}
#leftcurtain {
	background-image: url(Black_wood.jpg);
	position:fixed;
	border: 2px solid #000000;
	z-index: -1;
	background-position: 0px 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	visibility: visible;
	overflow: visible;
	height: 100%;
	width: 10%;
	left: 0px;
	top: 0px;
}
#rightcurtain {
	background-image: url(Black_wood.jpg);
	position:fixed;
	border: 2px solid #000000;
	z-index: -1;
	background-position:right;
	background-attachment: fixed;
	background-repeat: no-repeat;
	visibility: visible;
	overflow: visible;
	height: 100%;
	width: 10%;
	left: 90%;
	top: 0px;
	right: 100%;
}
#center_image {
	position:fixed;
	background-image: url(center_wood.jpg);
	border: 2px solid #000000;
	z-index: -1;
	background-attachment: fixed;
	background-size:100%;
	background-repeat: repeat-y;
	visibility: visible;
	overflow: visible;
	height: 100%;
	width: 80%;
	left: 10%;
	top: 0%;
	right: 90%;
	bottom: 100%;
	background-position: center top;
}
#logo {
	display: block;   
	margin-left: auto;   
	margin-right: auto;
	border: 2px solid #000000;
	z-index: 2;
	top: 2%;
	padding: 20px;
	background-color: white;
	-moz-background-clip: padding;
	-webkit-background-clip: padding; 
	background-clip: padding-box;									   
	border: 20px solid rgba(0,0,0,0.3);
	padding: 0px;
	width: 750px;
}

#lightbox { 
	background-color: white;				  
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	border: 20px solid rgba(0,0,0,0.3);
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px; 
	padding: 30px;
	width: 250px;
	text-align: center;
	position: absolute; 
	top: 100px;
	left: 200px;   
}

pre {
	background: #e8e8e8;
	border-left: 10px solid #777;
	font-size: 0.85em;
	padding: 1em;
	color: black !important;
	overflow-x: auto;
}
.important {
	border: 1px solid #666;
	background: #ddd;
	padding: 0 1em;
	color: #C30;
}
h3 {
	font-size: large;
	line-height: 1.05em;
	font-family: "Times New Roman", Times, serif;
}
.galleryview {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 0.5em;
}
.code_wrapper {
	border: 2px solid #888;
	background: #f0f0f0;
	padding: 10px;
}
code, .code {

}
.options {
	border: 1px solid #777;
	border-right: none;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
}
.options th {
	text-align: left;
	background: #777;
	color: white;
	font-weight: bold;
}
.options th, .options td {
	padding: 4px 10px;
}
.options td {
	border-right: 1px solid #777;
}
#parts-img {
	border: 1px solid black;
}
img.nav {
	border: 1px solid black;
	margin-bottom: 5px;
}
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #666;
}
.panel-overlay h2,
.panel-overlay p{
	font-size: 18px;
	margin: .3em 0;
	font-family: "Times New Roman", Times, serif;
	font-style:italic
}
.panel-overlay p {
	line-height: 1.2em;
}
