ul {
	display: block;
}

li {
	margin-top: 0px;
}

h1 {
	font-weight: bold;
	font-size: 80px;
}

#nav a {
	-moz-transition: opacity .5s;
}

a:link, a:hover, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

#nav a:link, 
#nav a:visited, 
#nav a:active {
	opacity: .7;
    text-shadow: -1px 0 #57a7e2, 0 1px #57a7e2, 1px 0 #57a7e2, 0 -1px #57a7e2;
}

#nav a.isActive {
	opacity: 1;
}

#nav a:hover {
	opacity: 1;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, .2);
}

html {
	background-image: url('img/texture.jpg');
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}

#outer {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}

#container {
	position: absolute;
	background-image: url('img/bg.jpg');
	width: 1000px;
	height: 665px;
	margin-left: -500px;
	top: -332.5px;
	left: 50%;
	-moz-box-shadow: -10px 10px 40px #000;
	-webkit-box-shadow: -10px 10px 40px #000;
    box-shadow: -10px 10px 40px #000;
}

#bubbleHolder {
	background-image: url("img/bubble.png");
	height: 500px;
	left: -25px;
	position: absolute;
	top: 20px;
	width: 785px;
}

#bodyText {
    left: 46px;
    position: absolute;
    top: 67px;
    width: 680px;
}

#bodyText h1 {
	font-family: 'Bangers',cursive;
	left: 250px;
	text-align: center;
}

#welcome {
	margin-bottom: 15px;
}

#bodyText p {
	margin-left: 10px;
	padding: 0 10px 10px 0;
}

#bodyText a:link, 
#bodyText a:hover, 
#bodyText a:visited, 
#bodyText a:active {
	color: #000000;
	text-decoration: underline;
}

#header {
	position: relative;
	/*background-image: url('img/nameplate.png'); */
	width: 328px;
	left:  735px;

}

#logo {
	background-image: url('img/card.png');
	width: 328px;
	height: 287px;
}

#content {
	position: absolute;
	background-image: url('img/paper.png');
	background-repeat: no-repeat;
	margin-left: 0px;
	padding: 20px 0px 0px 130px;
	top: 100px;
	width: 650px;
	height: 340px;
}

#text {
	width: 500px;
}

#footer {
	position: absolute;
	background: url('img/nav_bg.jpg') no-repeat;
	width: 234px;
	height: 234px;
	left: 0px;
	bottom: 0px;
}

#nav {
	margin: 50px 0 0 37px;
	font-family: 'Allan', cursive;	
	text-transform: uppercase;
	font-size: 28px;
}

#elsewhereLists {
	margin-top: 40px;	
}

#elsewhereLists div:first-child {
	margin-left: 245px;
}

#elsewhereLists div:nth-child(2) {
	margin-left: 30px;
	text-align: right;
}

.elsewhereList {
	float: left;
}

.lower-left-info {
	position: absolute;
	left: 10px;
	bottom: 35px;
	height: 400px;
	width: 400px;
	/* border: 1px solid red; */
}

.lower-left-info p {
	margin-left: 10px;
}
