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

body {
	margin: 0;
	padding: 0;
	background-color: #121A25;
}
#container {
	margin-right: auto;
	margin-left: auto;
	height: 750px;
	position: relative;
	width: 1043px;
}
#resume-container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 1043px;
}
#container_header {
	position: relative;
	top: 38px;
}
#container_footer {
	text-align: right;
	position: absolute;
	width: 1043px;
	left: 0px;
	top: 715px;
}
#content {
	margin: 0;
	position: absolute;
	height: 660px;
	width: 1043px;
	left: 0px;
	top: 60px;
	background-color: #121A25;
}
#splash_message {
	position:absolute;
	width:302px;
	height:315px;
	z-index:10;
	left: 709px;
	top: 263px;
}
#container_footer img {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	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 {
	z-index: 100;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navbar ul {
	list-style: none;
	margin:0;
	padding:0;
}
#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;
}

