@charset "UTF-8";
body header {
	font-size: 60px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 100;
}
#picsPageDiv {
	height: 700px;
	width: 1200px;
	margin-left: 40px;
	margin-top: 40px;
}
#picDiv div {
	float: left;
}
#menuDiv  {
	font-family: "Times New Roman", Times, serif;
	float: left;
	height: 650px;
	width: 250px;
	font-size: small;
}


#menuDiv ul  {
	margin-top: 80px;
	padding-left: 0px;
	font-size: small;
	color: #666;
}
#menuDiv ul li  {
	list-style-type: none;
	padding-top: 20px;
	color: #000;
	font-weight: bolder;
}
#menuDiv ul li a:link, #menuDiv ul li a:visited {
	text-decoration: none;
	color: #666;
	font-weight: normal;
}
#menuDiv ul li a:hover, #menuDiv ul li a:active {
	text-decoration: none;
	color: #000;
	font-weight: bolder;
}
#picDiv  {
	float: left;
	height: 650px;
	width: 860px;
	margin-top: 25px;
	margin-left: 50px;
}

.arrow {
	font-size: 36px;
	font-weight: bolder;
	text-align: center;
	height: 200px;
	width: 40px;
	margin-top: 210px;
	float: left;
}
.arrow a {
	text-decoration: none;
	color: #999;
}
.bold {
	font-weight: bolder;
}
