html {
	overflow: scroll;
}

body { 
	background-color: #ffffff;
	color: #2D2D2D;
	font-family: calibri, arial, sans-serif; 
}

header {
	background-color: #ffffff;
	background-image: url(images/glowghostlogo900.jpg);
	background-repeat: no-repeat;
	background-position: 0;
	height: 311px;
	width: 900px;
	color: #2d2d2d;
	text-align: center;
	font-size: 5em;
	font-style: italic;
	padding: 5px 5px 5px 5px;
}

main{
	background-color: #ffffff;
	font-size: 1em;
	padding: 0px 0px 0px 0px;
}

p {
	padding: 5px 15px 5px 15px;
}

h1 {
	font-size: 1.5em;
	text-align: center;
	color: #3d3d3d;
}

h3 {
	font-size: 1em;
	text-align: center;
	color: #3d3d3d;
}

hr{
	border: 0px;
	width: 100%;
	height: 1px;
	background-color: #2d2d2d;
}

nav {
	text-align: center;
	font-size: 1.2em;
	font-style: italic;
	padding: 5px 5px 0 5px;
	margin: 0 0 0 0;
	background-color: #ffffff;
}

a:link {
    text-decoration: none;
	color: #737373;
}
a:visited {
    text-decoration: none;
	color: #737373;
}
a:hover {
    text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:active {
    text-decoration: none;
	color: #737373;
}

footer {
	background-color: #ffffff;
    color: #737373;
	font-size: 1em;
	font-style: italic;
	text-align: center; 
	padding: 0px 5px 5px 5px;
}

img {
	padding: 2px 2px 2px 2px;
}

#gallery{
	text-align: center;
}

#contact{
	text-align: center;
}

#credits{
	text-align: center;
}

#wrapper {
	background-color: #FFFFFF;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	min-width: 800px;
	max-width: 1800px;
}