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


div#head {
	position: absolute;
	width: 100%;
	left: 30px;
    top: 40px;
	/*background-color: white;*/
}
div#foot {
	position: absolute;
	width: 300px;
	left: 50px;
    top: 600px;
	font-size:   9pt;
	z-index: 1;
	/*background-color: white;*/
}
div#menu {
	position: absolute;
	width: 300px;
	left: 50px;
    top: 140px;
	/*background-color: white;*/
}
div#galleries {
	float: left;
	position: absolute;
	left:50px;
	top: 240px;
	width: 300px;
	/*background-color: white;*/
}
div#thumbs {
	float: left;
	position: absolute;
	left:50px;
	top: 280px;
	width: 300px;
	/*background-color: white;*/
}
div#title {
	position: absolute;
	width: 100%;
	left: 360px;
    top: 60px;
	/*vertical-align: top;*/
	/*background-color: white;*/
}
div#content {
	/*z-index=0;*/
	position: absolute;
	left:360px;
	top: 100px;
	width: 500px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	/*background-color: white;*/
}
div#caption {
	/*z-index=0;*/
	position: absolute;
	left:360px;
	top: 800px;
	width: 500px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	/*background-color: white;*/
}
div#aboutInfo {
	/*z-index=0;*/
	position: absolute;
	left:360px;
	top: 100px;
	width: 500px;
	/*background-color: white;*/
}
img#preload {
	display: none;
}

