@charset "utf-8";
/* CSS Document */

p{
font-family: Lucida Sans Unicode, sans-serif;
font-size: 8px;
color: #FFF;
line-height: 8px;
padding: 2px;
}

.bold {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}

.navigation {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	display: block;
	padding: 100;
	width: 120px;
	height: 50px;
	margin-top: 20px;
}

.navigation:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0C9;
	background-color: #000;
	display: block;
	padding: 8;
	width: 120px;
	height: 50px;
	margin-top: 20px;
}

.mainparagraph {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #FFF;
}

.mainparagraph_heading {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 18px;
	line-height: normal;
	color: #0C9;
}

.mainparagraph_heading2 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #F00;
}

.mainparagraph_2 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #FFF;
}

.navigation2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	display: block;
	padding: 100;
	width: 256px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.navigation2:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0C9;
	background-color: #000;
	display: block;
	padding: 8;
	width: 256px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.navigation3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	display: block;
	padding: 100;
	width: 135px;
	height: 50px;
	margin-top: 20px;
	line-height: normal;
}

.navigation3:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0C9;
	background-color: #000;
	display: block;
	padding: 8;
	width: 135px;
	height: 50px;
	margin-top: 20px;
}

.navigation4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	display: block;
	padding: 0;
	width: 300px;
	height: 0px;
	margin-top: 0px;
	line-height: normal;
}

.navigation4:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
	background-color: #000;
	display: block;
	padding: 0;
	width: 300px;
	height: 0px;
	margin-top: 0px;
}

.navigation5:hover {
	color: #FFF;
	background-color: #000;
	display: block;
	padding: 0;
	height: 200px;
}

.photos {
	background-color: #000;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	height: 200px;
}

