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

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #00F;
	text-align: center;
}
.page {
	background-color: #FFFFDF;
	margin-left: 140px;
	margin-right: 155px;
	border: thick groove #03F;
	padding: 15px;
	height: 2000px;
}
.stars {
	text-align: center;
	color: #00F;
}

.parabold2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	margin-left: 15px;
	font-weight: bolder;
}

.parabold {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin-left: 15px;
}
.pararegular {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
.page p {
	text-align: center;
}
.menulinks {
	text-align: justify;
}
#container {
	width: 920px;
}
#left {
	float: left;
	width: 450px;
	margin: 0px;
	padding: 5px;
	text-align: justify;
	font-size: 16px;
}
#right {
	float: right;
	width: 450px;
	margin: 0px;
	padding: 5px;
	text-align: justify;
	font-size: 16px;
}

#containermenu {
	padding: 1px;
	float: left;
	height: auto;
	width: auto;
	background-color: #ECF3FF;
}
#containerphotos {
	width: 930px;
}

#menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
	clear: both;
	float: left;
	height: auto;
	width: auto;
	font-weight: bold;
}
#photosacross {
	padding: 1px;
	height: auto;
	width: auto;
}

ul {
	height: auto;
	width: auto;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menucolor {
	height: auto;
	width: auto;
	border: thin inset #00F;
	background-color: #CADFFF;

}
