@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  background-color: #121a25;
}
#container {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 1043px;
}
#resume-container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 1065px;
}
#container_header {
  position: absolute;
  top: 38px;
  width: 1043px;
}
#container_footer {
	text-align: right;
	position: absolute;
	width: 1043px;
	left: 0px;
	top: 732px;
}
#content {
  position: absolute;
  height: 660px;
  width: 1043px;
  left: -12px;
  top: 64px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  color: #ffe0ac;
  padding-top: 4px;
  background-image: url(../photos/plain-purple-background.jpg);
  background-repeat: repeat;
}
#splash_message {
  position: absolute;
  width: 302px;
  height: 315px;
  z-index: 10;
  left: 709px;
  top: 263px;
}
#container_footer img {
  border-style: none;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 7px;
  position: relative;
}
#sound1 {
  position: relative;
  width: 250px;
  top: -500px;
  height: 25px;
  left: 25px;
}
#sound2 {
  position: relative;
  width: 250px;
  top: -430px;
  height: 25px;
  left: 25px;
}
#sound3 {
  position: relative;
  width: 250px;
  top: -360px;
  height: 25px;
  left: 25px;
}
#sound4 {
  position: relative;
  width: 250px;
  top: -290px;
  height: 25px;
  left: 25px;
}
#sound5 {
  position: relative;
  width: 250px;
  top: -230px;
  height: 20px;
  left: 25px;
}
#navbar {
  margin: 0px;
  list-style-type: none;
  z-index: 100;
}
#navbar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#navbar li {
  float: left;
  padding-right: 25px;
}
#navbar li a {
}
#navbar li ul {
  display: none;
}
#navbar li:hover ul {
  display: block;
  position: absolute;
  left: 70px;
  padding-right: 0px;
  padding-left: 0px;
  z-index: 100;
}
#navbar li:hover li {
  z-index: 100;
  display: block;
  float: none;
  background-color: #1a1304;
  top: 34px;
  width: 120px;
  height: 20px;
}
#navbar li:hover li a {
}
#navbar li li a:hover {
}
#crown {
  position: absolute;
  width: 124px;
  height: 85px;
  z-index: 400;
  left: 274px;
  top: 557px;
}
