﻿#masthead {
	background-position: center;
	padding: 0;
	margin: 0;
	border: thick double #FF0000;
	background-color: #000000;
	width: 900px;
	text-align: center;
	vertical-align: middle;
}
#mainmenu {
	padding: .5 .5em .5em .5em;
	background-color: #FF0000;
	text-align: center;
	width: 908px;
}
#mainmenu ul {
	display: inline;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: .5em 0em .5em 0em;
}
#mainmenu li {
	display: inline;
	text-decoration: none;
	color: #00FFFF;
}
#mainmenu a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0em 3em 0em 3em;
}
#mainmenu a:hover {
	text-decoration: underline;
	padding-bottom: .5em;
	padding-top: ;
}
#firstpictures {
	width: 912px;
	margin-top: 1em;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

