.boxshadow {
	-moz-box-shadow: 3px 3px 5px #333;
	-webkit-box-shadow: 3px 3px 5px #333;
	box-shadow: 3px 3px 5px #333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333');
}

@font-face {
    font-family: 'Baskerville Old Face';
    src: url('Baskerville_Old_Face.ttf') format('truetype');
}
@font-face {
    font-family: 'Baskerville Old Face';
    src: url('Baskerville_Old_Face.eot');
}

#menuWrapper{
	width: 900px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#menuWrapper img{
	border: none;
	width: 120px;
	height: 26px;
}
#menuWrapper ul{
	list-style: none;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#menuWrapper li{
	display: inline-block;
	width: 122px;
	text-align: center;
}

/* thumb layout */
#thumbTable{
	margin-right: auto;
	margin-left: auto;
	width: 880px;
	margin-bottom: 80px;
}
#thumbTable td{
	text-align: center;
	padding-left: 18px;
}
#thumbWrapper{
	height: 280px;
	width: 280px;
	text-align: center;
	background: url('../images/thumbBg.png');
	float: left;
}
#thumbWrapper img{
	border: none;
}
#thumbWebLink{
	margin-right: auto;
	margin-left: auto;
	height: 15px;
	width: 200px;
	text-align: center;
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 0px;
}
#thumbWebLink a{
	text-decoration: none;
	color: #666;
}
#thumbWebLink a:hover{
	text-decoration: none;
	color: #999;
}

/* hover div */
#hoverWrapper{
	display: none;
	position: fixed;
	z-index: 10;
	top: 0px;
	left: 0px;
	background-color: #FFF;
	-webkit-box-shadow: 5px 5px 10px #666;
	-webkit-border-radius: 15px;
}
#hoverWrapper img{
	display: block;
	border: none;
	-webkit-border-radius: 15px;
}
#centerContentBox{
	width: 780px;
	height: 540px;
	background: url('../images/backgroundBox.png') no-repeat;
	background-size:780px 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}
#compassImg{
	float: left;
	height: 240px;
	width: 155px;
	position: relative;
	top: 80px;
	left: 40px;
}
#rightText{
	float: left;
	width: 500px;
	margin-left: 80px;
	margin-top: 60px;
	text-align: justify;
	font-size: 16px;
	font-family: 'Baskerville Old Face', "Times New Roman", Times, serif ;
	font-weight: normal;
}