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

#header {
	background-color: #335973;
	
}

#header2 {
	background-color: #4c86ac;
	width: auto;
	height: 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
}

.footer{
   width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
.footer	a:link {
  text-decoration: none;
  color: #335973;
}


#menu {
	color: #FFF;
	font-family: "Comic Sans MS", cursive;
	margin-left: auto;
	margin-right: auto;
}
.content {
	background-color: #FFF;
	width: 800px;
	
	clear: none;
	
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	top: 184px;
	left: 314px;
	}
	.photo {
		z-index: -100;
	}
a:link {
  text-decoration: none;
  color: white;
}
a:visited {
  text-decoration: none;
  color: #efefdd;
}
a:active {
  text-decoration: none;
  color: #096;
}
a:hover {
	text-decoration: none;
	color: #39F;
}
.content div {
	text-align: center;
}
