@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
	background-image:url(../../images/parchment/background.jpg);
	background-repeat: no-repeat;
	background-position: center 40px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}

#header {
	height: 120px;
}

#header-text {
    color: #ccc;
    padding: 78px 0px 0px 0px;
    text-align: right;
}

#header-text a:visited, #header-text a {
	color: #ccc;
	text-decoration: underline;
}

#header-text a:hover {
	color: #fff;
	text-decoration: none;
}

#header-text p, #header-text li, #header-text ul {
    padding: 0px 5px 0px 10px;
    margin: 0px;
    display: inline;
}

.parchment {
	background-image:url(../../images/parchment/parchment.jpg);
	background-repeat: repeat-y;
	overflow: auto;
	border: 1px solid #FFC;
	margin-left: -1px;
	margin-right: -1px;
}

#footer {
	color: #888;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	line-height: 14px;
	margin-top: 12px;
}

#footer p {
	margin: 0px;
}

#footer a, #footer a:visited {
	color: #AAA;
}

#footer a:hover {
	color: #CCC;
}
	