@charset "utf-8";
/* CSS Document */

body {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #86937c;
	background-image: url(../Images/page_bg_paper.jpg);
	text-align: center;
}

#Page { 
	background-image: url(../Images/Page_BG.jpg);
	background-position: center;
	background-repeat: repeat-y;
	position:relative;
	top:-8px;
	font-size: 16px;
	color: #4d3020;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 750px;
	
}

#nav {
	position: relative;
	left: -10px;
	top: -15px;
	font-size: 18px;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	width: 730px;
	height: 100px;
	background-image: url(../Images/Strip_Nav_BG.png);
	background-repeat: repeat-x;
	overflow: hidden;
}

#nav a:link {
	color: #4d3020;
	text-decoration: none;
}

#nav a:visited {
	color: #4d3020;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
	text-shadow: #000;
}

#nav a:active {
	color: #4d3020;
	text-decoration: none;
}

#content {
	position:relative;
	top: -30px;
	padding-left: 30px;
	padding-right: 30px;
}

#content a:link {
	color: #4d3020;
	text-decoration: none;
}

#content a:visited {
	color: #4d3020;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
	text-shadow: #000;
}

#content a:active {
	color: #4d3020;
	text-decoration: none;
}

#footer {
	font-size: 12px;
	color: #4d3020;
	margin: auto;
	padding-bottom: 5px;
}
