body {
	background-image: url(../assets/wall-large.jpg);
	background-repeat: repeat-y;
	background-position: top;
	margin: 0px;
	padding: 0px;
}#wrapper {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 53px;
}
#logoNav {
	height: 287px;
	width: 191px;
	float: left;
}
h1, h2, h3, p, ul, li, img {
	margin: 0px;
	padding: 0px;
}
a {
	color: #0000FF;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	text-decoration: underline;
}
#footer {
	width: 551px;
	height: 35px;
	border: 3px solid #000000;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 9px;
}

#footer p.left {
	position: absolute;
	left: 20px;
	height: auto;
	top: 2px;
}

#footer p.center {
	position: absolute;
	left: 193px;
	top: 2px;
}

#footer p.right {
	position: absolute;
	left: 398px;
	top: 2px;
}

#footer p a:link, #footer p a:active, #footer p a:visited {
	color: #b45741;
	text-decoration: none;
	margin-right: 10px;
}

#footer p a:hover {
	color: #563232;
	text-decoration: none;
}
