body{
	min-height: 680px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}

.nfoc{
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 20px;
}

.timerc{
	position: absolute;
	visibility: hidden;
	top: 20px;
	left: 40px;
	width: 10px;
	height: 10px;
	background-color: #808080;
}

.logoboxc{
	position: absolute;
	top: -100px;
	left: 100px;
	width: 770px;
	height: 120px;

	background-image: url(img/stroke.png);
	background-position: 0px 48px;
	background-repeat: no-repeat;
	border: 0px solid #b0b0b0;
}
.davidc{
	position: absolute;
	bottom: 60px;
	left: 25px;
	width: 670px;
	height: 0px; /* orig 60 */
	background-image: url(img/david.png);
	border: 0px solid #b0b0b0;
}
.paintc{
	position: absolute;
	top: 86px;
	left: 580px;
	width: 140px;
	height: 0px; /* orig 30 */
	background-image: url(img/painter.png);
	border: 0px solid #b0b0b0;
}

.impboxc{
	position: absolute;
	padding: 0px 0px 0px 2px;
	bottom: 0px;
	left: 400px;
	width: 120px;
	height: 20px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #f8f800;
	cursor: pointer;
}

.menuboxc{
	position: absolute;
	padding: 0px 0px 0px 2px;
	bottom: 0px;
	left: 30px;
	width: 120px;
	height: 150px;
	border: 0px solid #f8f8f8;
}
.mitem{
	width: 120px;
	height: 50px;
	font-size: 24px;
	font-weight: bold;
	line-height: 54px;
	background-image: url();
	background-repeat: no-repeat;
	border: 0px solid #d0d0d0;
	cursor: pointer;
}

.impboxc{
	position: absolute;
	padding: 0px 0px 0px 2px;
	bottom: 0px;
	left: 400px;
	width: 120px;
	height: 50px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 54px;
	color: #606060;
	background-image: url();
	background-repeat: no-repeat;
	border: 0px solid #d0d0d0;
	cursor: pointer;
}


.dispc{
	position: absolute;
	top: 30px;
	left: 30px;
	width: 30px;
	height: 710px;
	min-height: 710px;
	background-color: #f0f0f0;
	border-radius: 10px 10px 10px 10px;
}

.thed{
	padding: 10px 0px 20px 0px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #4D697C;
}
.tflo{
	padding: 8px 10px 8px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #808080;
}
.cbar{
	width: 100%;
	height: 4px;
	background-color: #4D697C;
}
.txin{ /* form field input */
	border: 1px solid #4D697C;
}

/* gallery items */
#scrollbox{
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 10px;
}
#picbox{
	position: relative;
	overflow: hidden;
	background-color: #b0adac;
	border-radius: 10px;
}

.glitem{ /* gallery name in gallery list */
	float: left;
	width: 298px;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 54px;
	background-image: url();
	background-repeat: no-repeat;
	border: 0px solid #d0d0d0;
	cursor: pointer;
}

.listpic{ /* div for pic in gallery */
	float: left;
	margin: 0px 20px 0px 20px;
	text-align: center;
	cursor: pointer;
}

.scrbutl{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
	height: 50px;
	background-image: url(img/arr-l.png);
	cursor: pointer;
}
.scrbutr{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 100px;
	height: 50px;
	background-image: url(img/arr-r.png);
	cursor: pointer;
}
.closebut{
	position: absolute;
	top: 10px;
	right: 120px;
	width: 60px;
	height: 50px;
	background-image: url(img/xclose.png);
	cursor: pointer;
}

.pictitle{
	font-size: 16px;
	font-weight: bold;
}
