body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #333;
	background-image: url("https://martintw.com/images/raindrops.jpg");
	background-repeat: repeat;	
	padding: 0;
	margin: 0;
}
.curved {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	/*behavior: url(UserFiles/PIE.php);*/
}
#container {
	display:block;
	position:relative;
	max-width: 960px;
	margin: auto;
	padding: 70px 0 0 0;
	background-color: #011bce;
}
#navhead {
	position:fixed;
	display: block;
	padding: 10px;
	z-index: 1000;
	top:0;
	width: 100%;
	background-color:#333;
	clear:both;
	font-family: 'trebuchet ms';
	text-align: center;
}
#content { /*960px - margin,padding*/
	clear: both;
	display: block;
/*	width: 100%;
*/	background-color: white;
	color: black;
	margin: 0px 20px 10px 20px;
	padding: 10px;
	font-family: 'trebuchet ms';
	font-size: medium;
}
#footer {
	text-align: center;
	clear: both;
	background-color:black;
/*	width: 100%;
*/	border: 0;
	margin: 10px 20px 10px 20px;
	padding: 5px;
}
/* Masthead Styles 
h3 {
	color: purple;
}
h2 {
	color: purple;
}
*/
/* Navigation Styles */
a {
	color: #116CA6;
	text-decoration: none;
}
a:hover {
	color: #116CA6;
	text-decoration: underline;
}


/* Content Styles */
h6 {
	color: black;
}
h5 {
	color: black;
}
h4 {
	color: black;
}
h3 {
	color: black;
}
h2 {
	color: black;
}
blockquote {
	font-family: Georgia, serif;
	font-size: 0.8em;
}
#content h1 {
	color: black;
}
#content img {
	padding: 5px;
	border: 0;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #8060A0;
	text-decoration: none;
}
#footer a:hover {
	color: #8060A0;
	text-decoration: underline;
}

.youtube {
    width: 560px;
    margin: auto;
    padding: 10px 40px;
    background-color: #777;
    border-radius: 20px;
    border: 3px solid black;
}
.form{
	background-color:peachpuff;
	max-width:600px;
	padding-left:20px;
	margin: auto;
}
.label{
	float:left;
	min-width:80px;
}
.clrrt{
	clear:right;
}
/*
@media screen and (max-width: 870px) {
	
	#revivalhead {
		width: 560px;	
		background-image: url("images/revivallogo_sml.jpg");
	}
	#container {
		width: 580px;
		margin: auto;
		padding: 80px 5px 5px 5px;
		background-color: black;
	}
	#content {
		width: 560px;
		margin: 0;
	}
	#footer {
		width: 520px;
	}
	
	.youtube {
		width: 560px;
		margin:10px 0;
		padding: 0px;
		border: 0;
		border-radius: 0;
		background-color: white;
	}
	.form{
		width:470px;
	}
	
}

.skip {
	font-size:xx-small;
	color:gray;
}
.copyright {
	font-family: "Times New Roman";
	font-size: medium;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.homefloating {
	display: inline-block;
	width: 410px;
	margin: 10px 15px;
	padding: 10px 5px;
	text-align: center;
	border: 3px solid goldenrod;
	border-radius: 20px;
	background-color: wheat;
}
	
.floating {
	display: inline-block;
	width: 420px;
	margin: 10px 15px;
	text-align: center;
}	
*/