﻿body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14;
	font-style: normal;
	background-color: black;
	min-width:954px;
	text-align:center;
}
#navigation {
	background-color: #CEC5AD;
	background-position:center;
	font-family:Papyrus;
	color: #CEC5AD;
	overflow: hidden;
	position: relative;
	width:100%;
	min-width:954px;
}
#footer {
	color:white;
	padding-bottom: 5px;
}
.style1 {
	font-family: Papyrus;
	font-weight: bold;
	font-size: 55px;
	color: #CEC5AD;
}
.style2 {
	margin-bottom: 0px;
}
.style3 {
	border: 2px solid #666699;
	font-family:Papyrus;
	font-size:medium;
	color: #CEC5AD;
}
.style4 {
	font-family: Papyrus;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
	width:700px;
	font-size: 20px;
	color: #CEC5AD;
}
#gallery a:hover {
	color: #CEC5AD;
	text-decoration:none;
}
#gallery a:link {
	color: #CEC5AD;
	text-decoration:none;
}
#gallery a:active {
	color: #CEC5AD;
	text-decoration:none;
}
#gallery a:visited {
	color: #CEC5AD;
	text-decoration:none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width:100%;
	padding-left:4.5%;
	padding-right:4.5%;
	margin:0px;
}
#navigation li {
	float: left;
	padding:1px;
	width:15%;
}
#navigation a {
	color: #CEC5AD;
	text-decoration: none;
	font-weight:bold;
	display: block;
	padding: 5px;
	border: 1px solid #ca7;
	background-color:black;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #666699;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color:silver;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color:silver;
	text-decoration: underline;
}
#footer a:hover {
	color: #666699;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}