ul {
	display: block;
}

li {
	margin-top: 0px;
}

h1 {

}

a:link {
	color: #000000;
	text-decoration:none;
}

a:visited {
	color: #000000;
	text-decoration:none;
}

a:hover {
	color: #000000;
	text-decoration:underline;
}

a:active {
	color: #000000;
	text-decoration:underline;
}

html {
	background-image: url('img/texture.jpg');
	background-repeat: repeat;
}

#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;
}

#header {
	position: relative;
	/*background-image: url('img/nameplate.png'); */
	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-image: url('img/postit.png');
	width: 209px;
	height: 216px;
	left: 50px;
	bottom: 10px;
	background-repeat: no-repeat;
	text-align: center;
}

#nav {
	margin-top: 25px;
}

.paper_text {
	font-family: 'Crimson Text', arial, serif; 
	line-height: 20px;
}
