html { 
	background: url(../images/nashbackground.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	
	margin: 0px;
	padding: 0px;
}
#container {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    width: 700px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.47) 0%,rgba(191,189,189,0.76) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.47) 0%,rgba(191,189,189,0.76) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.47) 0%,rgba(191,189,189,0.76) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.47) 0%,rgba(191,189,189,0.76) 100%);
}
#logoheader {
	height: 210px;
	width: 700px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.clearfloats {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#navigation {
	float: left;
	width: 689px;
	height: 39px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CDD0C6;
	border-right-color: #CDD0C6;
	border-bottom-color: #CDD0C6;
	border-left-color: #CDD0C6;
}
#navigation img {
	float: left;
}
#content {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 689px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CDD0C5;
	border-bottom-color: #CDD0C5;
	border-left-color: #CDD0C5;
	background-color: #FFF;
}
#church {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 215px;
	width: 689px;
}
.rightcolumn {
	float: left;
	width: 400px;
	margin-top: 20px;
	margin-left: 20px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 190%;
	font-style: italic;
	color: #333;
}
.rightcolumn p {
	color: #900;
	font-size: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.leftcolumn {
	float: left;
	width: 230px;
	margin-top: 20px;
	margin-left: 20px;
	padding: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-style: italic;
	color: #666;
	margin-top: 30px;
}
.leftcolumn p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #666;
}
.leftcolumncart {
	float: left;
	width: 230px;
	margin-top: 20px;
	margin-left: 20px;
	padding: 0px;
}
#navigation ul li {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999;
	list-style-type: none;
	float: left;
	padding-right: 30px;
}
ul li a {
	color: #666;
	text-decoration: none;
}
ul li a:hover {
	color: #F90;
	text-decoration: none;
}
