@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

body {
	background-image: url(images/poppybackground.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
/* CSS Document */

#wrapper {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
}

#header {
	height: 220px;
	background-color: #000;
	text-align: center;
	border-top-width: 35px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#header h1 {
	color: #EEE;
	font-size: 28px;
}


#navMenu {
	color: #EEE;
	background-color: #000;
	height: 90px;
	font-size: 24px;
	text-align: center;
	padding-top: 15px;
}

#sidebar {
	float: left;
	width: 250px;
	text-align: center;
	background-color: #000;
	color: #EEE;
}
#navMenu #MenuBar1 li a {
	color: #EEE;
	background-color: #000;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#navMenu #MenuBar1 li .MenuBarSubmenuVisible li a {
	background-color: #D00034;
	font-size: 20px;
	margin: 0px;
	border: 5px solid #FFF;
}


#sidebar p a {
	font-weight: bold;
	color: #EEE;
	text-decoration: underline;
	font-size: 15px;
}
#mainContent {
	float: right;
	width: 730px;
	background-color: #000;
	padding: 10px;
	color: #EEE;
}
#mainContent h2 {
	color: #EEE;
}

#mainContent a {
	color: #EEE;
	font-weight: bold;
}
#mainContent .thumb {
	cursor: pointer;
}
#mainContent p #thumb60th_85 {
	cursor: pointer;
}
#mainContent p #thumb60th_86 {
	cursor: pointer;
}
#mainContent p #thumb60th_87 {
	cursor: pointer;
}



#mainContent .gallery {
	text-align: center;
}
#mainContent hr {
	color: #F00;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E60A0A;
}
#mainContent form {
	text-align: center;
	border: 3px solid #FFF;
	padding: 10px;
	margin: 5px;
}


#map {
	text-align: center;
	color: #EEE;
}





#footer {
	clear: both;
	color: #EEE;
	background-color: #000;
	padding: 10px;
	text-align: center;
}
