@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: none;
}
#wrapper {
	background-image: url(images/OutOfTheWoods.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 600px;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
	height: 55px;
	background-color: #393;
}
#footer {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #393;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	height: 500px;
	width: 760px;
	clear: both;
}
#logo {
	width: 250px;
	height: 50px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #f5cd7a;
	margin-top: 2px;
	padding-left: 6px;
	text-align: left;
}
#nav {
	width: 462px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	height: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #42342e;
	text-align: right;
}
#controls {
	margin-top: 15px;
	float: right
}
#contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	height: 50px;
	color: #42342e;
}
#copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	padding-top: 12px;
	margin-bottom: 0px;
	color: #42342e;
}
#nav a {
	font-variant: normal;
	color: #42342e;
	text-align: right;
}

#nav a:link {
	color: #42342e;
	text-decoration: none;
}

#nav a:visited {
	color: #42342e;
	text-decoration: none;
}

#nav a:hover {
	color: #CCC;
}

#nav a:active {
	color: #FC3;
	text-decoration: none;
}

#content a {
	font-variant: normal;
	color: #42342e;
	text-align: right;
}

#content a:link {
	color: #42342e;
	text-decoration: none;
}

#content a:visited {
	color: #42342e;
	text-decoration: none;
}

#content a:hover {
	color: #fff;
}

#content a:active {
	color: #FC3;
	text-decoration: none;
}
#copyright a {
	font-variant: normal;
	color: #42342e;
	text-align: right;
}
#copyright a:link {
	color: #42342e;
	background-color: #060;
	text-decoration: none;
}
#copyright a:visited {
	color: #42342e;
	background-color: #060;
	text-decoration: none;
}
#copyright a:hover {
	color: #CCC;
	background-color: #060;
}
#copyright a:active {
	color: #FC3;
	text-decoration: none;
}
