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

div#site {
	position: relative;
	width: 300px;
	left: 50px;
	float: left;
	/*background-color: white;*/
}

div#head {
    margin-top: 20px;
	margin-left: 30px;
	width: 300px;	
	float: left;
	clear: both;
/*
	position: relative;
	width: 100%;
	left: 30px;
    top: 20px;
*/
	/*background-color: white;*/
}
div#foot {
    margin-top: 40px;
	margin-left: 50px;
	width: 300px;
	float: left;
	clear: both;
/*
	position: relative;
	width: 300px;
	left: 50px;
    top: 20px;
	font-size:   9pt;
	z-index: 1;
*/
	/*background-color: white;*/
}
div#menu {
    margin-top: 20px;
	margin-left: 50px;
	width: 300px;
	float: left;
	clear: both;	
	/*background-color: white;*/
}
div#galleries {
	margin-top: 0px;
	margin-left: 0px;
	width: 300px;
	float: left;
	clear: both;	
/*
	float: left;
	position: absolute;
	left:50px;
	top: 240px;
	width: 300px;
*/
	/*background-color: white;*/
}
div#thumbs {
	margin-top: 0px;
	margin-left: 50px;
	width: 300px;
	float: left;
	clear: both;
/*
	float: left;
	position: absolute;
	left:50px;
	top: 280px;
	width: 300px;
*/
	/*background-color: white;*/
}

div#title {
	margin-bottom: 20px;
	/*
	position: absolute;
	width: 100%;
	left: 360px;
    top: 60px;
    */
	/*vertical-align: top;*/
	/*background-color: white;*/
}
div#about, div#content {
	position: absolute;
	left:360px;
	top: 60px;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size:   small;
	background-repeat: no-repeat;
	/*background-color: white;*/
}
div#caption {
	margin-top: 20px;
	margin-bottom: 10px; 
	margin-left: 150px;
	margin-right: 20px;
	font-size:  x-small;
	/*background-color: white;*/
}
div#caption p {
	font-size:  x-small;
}
div#aboutInfo {
	/*z-index=0;*/
	position: absolute;
	left:360px;
	top: 100px;
	width: 500px;
	/*background-color: white;*/
}
img#preload {
	display: none;
}


