@charset "utf-8";
body {
	background-color: #FBBB73;
	background-image: url(../Graphics/Background-Left.jpg);
	background-repeat: repeat-y;
	margin: 0px;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #000099;
}

#header {
	width: 85%;
	min-width:400px;
	margin-right: auto;
	margin-left: auto;
	max-width:1000px;
}
#nav {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	min-width: 400px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	max-width:1000px;
}
.donate {
	background-color: #FF6;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: right;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	font-size: 18px;
	font-weight: bold;
	box-shadow: 5px 5px 5px black;
}


#Logo {
	width: 100%;
	/*float: left;*/
	min-width: 500px;
}
#Bar {
	background-color: #FF9900;
	width: 100%;
	clear: none;
	min-width: 400px;
	margin: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #995006;
	border-right-color: #995006;
	border-bottom-color: #995006;
	border-left-color: #995006;
	padding-top: 3px;
	padding-bottom: 3px;
}

#RightMenu {
	float: right;
	width: 250px;
	/*min-width: 400px;*/
}
#navWrap {
	width: 85%;
	margin-right: auto;
	margin-left: auto;

}
#footer {
	width: 85%;
	min-width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
	max-width:1000px;
}
#content {
	min-height:800px;
	min-width: 400px;
	margin-right: auto;
	margin-left: auto;
	width: 85%;
	box-shadow: 4px 4px 4px black;
	background-color: #F9A857;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	max-width:1000px;
}
#nav a:hover {
	background-color: #FFCC66;
	border-radius: 10px;
}
#nav a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #FC9A41;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right: 10px;
	margin-left:0;
}
h1 {
	font-size:24px;
}
.videoFloatLeft {
	float: left;
	margin-right:10px;
}
@media only screen and (max-width: 800px) {
	.videoFloatLeft {
	float: left;
	width:100%;
}
}
@media only screen and (max-width: 700px) {
#Logo {
	width:100%;
	min-width:400px;
}
#RightMenu {
	float:left;
	width:100%;
	clear: both;
	min-width:400px;
}
#nav a {
	font-size:13px;
}
h1 {
	font-size:18px;
}
}

.clear {
	clear: both;
}
.center {
	text-align: center;
}
.floatleft {
	float: left;
}
