body {
	background: #000000;
	font-family: Verdana, Times,serif;
	font-size: 14px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
}

h1 {
	margin: 0 0 25px;
	text-align: center;
}

h2 {
	font-size: inherit;
	font-weight: normal;
}

img {
	border: 0;
	z-index: -1;
}

#texture {
	width: 1280px;
	height: 1024px;
	position: relative;
	top: -102px;
	margin: 0 auto;
/*	padding: 128px; */
	background: url(../images/Leather.png) no-repeat center; 
}

#parchment {
	width: 1024px; 
	height: 768px;
	margin: 0 auto;
	padding: 128px;
	background: url(../images/Parchment.png) no-repeat center; 
}

#header {
	padding: 0 0 0 0;
/*	height: 150px;
	background: url(../images/header.jpg) no-repeat; */
	text-align: center;
}

a {
	text-decoration: none;
	color: #000080;
}

a:hover {
	color: #000000;
}

a:visited {
/*	color: #000000; */
}

a:active {
	color: blue;
}

#main {
	padding: 50px;
	margin: 25px auto;
	height: 618px;
}

#content {
	font-size: 16px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

#footer {
/*	background: #333333; */
	width: 1024px;
	margin: -128px auto 0 auto;
	text-align: center;
}

#footer li {
	float: left;
	padding: 0 50px 0 50px;
}

#footer li a {
	color: #FFFFFF;
	font-size: 14px;
	display: block;
	padding: 0.35em 0 0.25em;
	text-decoration: none;
}

#footer a {
	border-bottom-width: 0;
}

#footer a:hover {
	color: #FFD700;
}

#credits {
	clear: both;
	position: relative;
	bottom: 128px;
	text-align:center;
	color: #FFFFFF;
}

#credits a {
	color: #FFD700;
	border-bottom-width: 0;
	line-height: 1.5;
}

#credits a:hover {
	text-decoration: underline;
}

#guidebutton {
	text-align: center;
	font-size: 20px;
	float: top;
	margin: 0 0 10px 0;
}

.buttons {
	width: 150px;
	height: 512px;	
	margin: 0px 8px;
	float: left;
	position: relative;
	top: 0px;
}

.buttons img {
	width: 150px;
	height: 100px;
	margin: 25px 0;
}

.flash {
	padding: 5px;
	margin: -10px 0 30px;
	text-align: center;
}

.error {
	background: #FFDDAA;
}

.warning {
	background: #66FF66;
}
.notice {
	background: #AAFFAA;
}
