/* Color Palette - Dark Olive Green:#464947; Medium Green:#929c95; */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, hr, form, fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
body {
	background: #050505;
	border: 0;
	color: #434343;
	font-family: Georgia, 'Trebuchet MS', 'Courier New', Verdana, Tahoma, Arial, sans-serif;
	font-size: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
}
body a {
	color: #f00;
	text-decoration: none;
}
body a:hover, body a:focus {
	color: #f00;
	text-decoration: underline;
}
#home {
	background: #050505 url(images/home-bg.jpg) 50% top no-repeat;
}
#about {
	background: #050505 url(images/about-bg.jpg) 50% top no-repeat;
	border: 0;
}
#gallery {
	background: #050505 url(images/copyright-bg.jpg) 50% top no-repeat;
}
#copyright {
	background: #050505 url(images/copyright-bg.jpg) 50% top no-repeat;
}
#contact {
	background: #050505 url(images/contact-bg.jpg) 50% top no-repeat;
}
#response {
	background: #050505 url(images/copyright-bg.jpg) 50% top no-repeat;
}
/************** header styles ****************************/
#header {
	background: transparent;
	border: solid #c00;
	border-width: 0;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: auto;
}
#globalnav {
	background: transparent;
	border: solid #e7e7e6;
	border-width: 0;
	float: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0.01em;
	margin: 6px 0 20px 0;
	padding: 5px 0 5px 0;
	text-align: center;
	text-transform: normal;
	width: auto;
}
#globalnav ul {
	background: transparent;
	margin: 0;
	padding: 0;
	width: auto;
}
#globalnav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#globalnav ul li a {
	background: transparent;
	border-top: 0 solid #ccc;
	border-right: 0 solid #ebebeb;
	border-bottom: 0 solid #ccc;
	border-left: 0 solid #ccc;
	color: #666;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 5px 10px 5px 10px;
	text-align: center;
	text-decoration: none;
}
#globalnav ul li a:hover {
	background: transparent;
	border-top: 0 solid #ccc;
	border-right: 0 solid #ebebeb;
	border-bottom: 0 solid #ccc;
	border-left: 0 solid #ccc;
	color: #ddd;
}
#globalnav ul li a:focus {
	background: transparent;
	border-top: 0 solid #ccc;
	border-right: 0 solid #ebebeb;
	border-bottom: 0 solid #ccc;
	border-left: 0 solid #ccc;
	color: #fff;
}
#about #globalnav ul li.about a,
#gallery #globalnav ul li.gallery a,
#contact #globalnav ul li.contact a,
#copyright #globalnav ul li.copyright a {
	color: #eee;
}
/************** wrapper/content styles ****************************/
#wrapper {
	border: 0 solid #ccc;
	color: #ccc;
	float: center;
	font-size: 80%;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 940px;
}
#home #wrapper {
	height: 330px;
}
#about #wrapper {
	height: 510px;
}
#copyright #wrapper {
	height: 510px;
}
#contact #wrapper {
	height: 510px;
}
#response #wrapper {
	height: 510px;
}
#gallery #wrapper {
	height: 510px;
}
#content p {
	/*filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;*/
	font-size: 125%;
	margin: 6px auto 12px auto;
}
#content {
	height: 500px;
	margin: 0 auto 0 auto;
	overflow: auto;
	text-align: center;
	width: 950px;
}
#gallery #wrapper #content table tr td {
	padding: 0 100px 0 100px;
}
#gallery #wrapper #content img {
	border: 1px solid #555;
}
/************** footer styles ****************************/
#footer {
	background: transparent;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 65%;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 960px;
}
#footer td.copyright {
	background: transparent;
	color: #3e3e3e;
	height: 30px;
	width: auto;
}
#footer td.copyright p {
	padding: 0 5px 5px 4px;
}
#footer td.copyright a {
	color: #3e3e3e;
	font-weight: normal;
	text-decoration: none;
}
#footer td.copyright a:hover, #footernav a:focus {
	color: #666;
	text-decoration: none;
}
#footer td.footernav {
	background: transparent;
	color: #3e3e3e;
	height: 30px;
	text-align: right;
	width: auto;
}
#footer td.footernav p {
	padding: 0 3px 5px 5px;
}
#footer td.footernav a {
	color: #3e3e3e;
	font-weight: normal;
	text-decoration: none;
}
#footer td.footernav a:hover, #footernav a:focus {
	color: #666;
	text-decoration: none;
}