@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/BG.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#000000;
	margin:0;
	padding:0;
}
#container {
	width:898px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height:155px;
}
#nav {
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	height:42px;
	padding-left:2.5em;
}
#content {
	background-image:url("images/paper_texture.jpg");
	background-repeat:repeat-y;
	background-position:center top;
	min-height:400px;
	padding:2.5em;
}
#footer {
	background-color:#6B5F55;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	height:125px;
	line-height:180%;
	padding-top:1.5em;
	text-align:center;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#333;
	margin-bottom:-0.5em;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#333;
	margin-bottom:-0.5em;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
}
li {
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:160%;
	padding-bottom:0.7em;
}
a:link.nav {
	text-decoration: none;
	color:#FFFFFF;
}
a:visited.nav {
	text-decoration:none;
	color:#FFFFFF;
}
a:hover.nav {
	text-decoration: underline;
	color:#FFFFFF;
}
a:active.nav {
	text-decoration:none;
	color:#FFFFFF;
}
a:link {
	text-decoration: underline;
	color:#000;
}
a:visited {
	text-decoration:underline;
	color:#000;
}
a:hover {
	text-decoration: none;
	color:#000;
}
a:active {
	text-decoration:none;
	color:#000;
}
