﻿body {
	background-color: #fff;
		color: gray;
	font-size: 1em;
}
#wrapper {
	width: 75%;
	margin: 0 auto;
}
#header {
	width: 100%;
	text-align: center;
	margin: 10px auto;
}
#title {
	width: 100%;
	color: Gray;
	font-size: 1.5em;
	margin: 30px auto;
	text-align: center;
}
.container {
	width: 75%;
	text-align: center;
	margin: 20px auto;
	border: 1px solid gray;
	border-radius: 5px;
	overflow: auto;
}
.left {
	width: 56%;
	float: left;
	text-align: left;
	padding: 1%;
}
.right {
	width: 40%;
	float: right;
	text-align: left;
	padding: 1%;
}
.twoColumn table {
	width: 100%;
}
.twoColumn img {
	max-width: 200%;
	margin: 2%;
}
.twoColumn img {
	max-width: 45%;
}
.videoWidth {
	max-width: 800px!important;
	text-align: center;
	margin: 20px auto;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
	left: 15%!important;
}
.container img, iframe {
	width: auto;
	max-width: 80%;
	margin: 0 auto;
	padding: 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.container p {
	text-align: left;
}
#creditfooter {
	display: none;
}
.footer {
	width: 100%;
	text-align: center;
}
.redBground {
	background-color: #420000;
	text-align: center;
	color: white;
	padding: 10px;
	margin: 15px auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.grayBground {
	background-color: gray;
	color: white;
	padding: 10px;
	margin-top: 15px;
	text-align: center;
}
p {
	padding: 0 15px;
}
.trans--grow {
	-webkit-transition: width 1s ease-out; /* For Safari 3.1 to 6.0 */;
	transition: width 1s ease-out;
	width : 0%;
}
.grow {
	width: 100%;
}
.hr1 {
	margin-left: 0;
}
.hr2 {
	margin-right: 0;
}
hr {
	margin-top: 20px;
	border: none;
	background-color:  #5f0000;
	letter-spacing: 5px;
}
a:link, a:visited {
	color: #5f0000;
}
.flickr_badge_image {
	margin: 0px;
	display: inline;
}
.flickr_badge_image img {
	width: 15%;
	height: auto;
	border: 1px solid #666666 !important;
	padding: 1px;
	margin: 2px;
}
.inlineblock img {
	width: 90%;
	max-width: 800px;
	height: auto;
}
.arrow {
	width: 75px!important;
	height: 58px!important;
	box-shadow: none !important;
}
#back2Top {
	width: 40px;
	line-height: 40px;
	overflow: hidden;
	z-index: 999;
	display: none;
	cursor: pointer;
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	position: fixed;
	bottom: 50px;
	right: 50px;
	background-color: #DDD;
	color: #555;
	text-align: center;
	font-size: 30px;
	text-decoration: none;
}
#back2Top:hover {
	background-color: #DDF;
	color: #000;
}
@media(max-width:1300px) 
	
	{
#wrapper {
	width: 95%;
}
#header img {
	width: auto;
	max-width: 90%;
}
.outer {
	width: 100%;
	display: block;
}
.left {
	width: 97%;
	float: none;
}
.right {
	width: 97%;
	float: none;
}
{
.twoColumn img {
	padding: 0px;
	max-width: 75%;
}

.twoColumn
 img
{
	max-width:90%;
}

}
