/* CSS Document */


* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #E91B23;
}
#container {
	width: 700px;
	height: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	background-color: #FFFFFF;
	}
#bodymain {
	position: absolute;
	width: 700px;
	left: 50%;
	margin-left:-350px;
	background-color: #FFFFFF;
	}
.logo {
	width: 290px;
	height: 107px;
	top: 20px;
	left: 30px;
	background-repeat: no-repeat;
	background-image: url(images/vlogo.gif);
	float: left;
	position: absolute;
	}
.tag {
	width: 340px;
	height: 107px;
	top: 53px;
	left: 330px;
	float: right;
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-style: italic;
	color: #994040;
	text-align: center;
	letter-spacing: 1px;
	}	
#hero {
	top: 147px;
	width: 700px;
	height: 198px;
	background-repeat: no-repeat;
	background-image: url(images/inthero.jpg);
	position: absolute;
	}
#churchhero {
	top: 147px;
	width: 700px;
	height: 198px;
	background-repeat: no-repeat;
	background-image: url(images/churchhero.jpg);
	position: absolute;
	}
#bhero {
	top: 147px;
	width: 700px;
	height: 198px;
	background-repeat: no-repeat;
	background-image: url(images/board.jpg);
	position: absolute;
	}	
#overhero {
	top: 147px;
	width: 700px;
	height: 198px;
	background-repeat: no-repeat;
	background-image: url(images/over.jpg);
	position: absolute;
	}
#dhero {
	top: 147px;
	width: 700px;
	height: 198px;
	background-repeat: no-repeat;
	background-image: url(images/drophero.jpg);
	position: absolute;
	}				
#clear{
	clear: both;
	font-size: 0px;
	height:	0px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;	
	}
	
/* Primary Post Content */
	
.content {
	left: -0px;
	top: 335px;
	width: 700px;
	background-color: #FFFFFF;
	margin-top: 10px;
	position: absolute;
	padding-top: 15px;
	}			
.itemimage {
	float: left;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
.item {
	padding: 15px 15px 0px 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
.gallery {
	padding: 5px 5px 15px 5px;
	}	
.content h1 {
	margin: 0px 10px 0px;
	font: bold 1.1em sans-serif,Arial;
	color: #4A0000;
	}
.content h2 {
	margin: 0px 10px 0px;
	font: bold 0.9em sans-serif,Arial;
	color: #333333;
	}
.content h3 {
	margin: 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #95BFFF;
	}
.content p {
	margin: 10px 10px 20px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: lighter;
	text-align: justify;
	}
.footer {
	background-color: #4A0000;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	padding-top: 20px;
	padding-bottom: 10px;
	height: 25px;
	width: 700px;
	}

.style1 {
	color: #F47817;
	text-decoration: none;}	
.style1 a:visited {
	color: #F47817;
	}	

/* Navigation */

#navcontainer ul {
	font-family: Arial, Helvetica, sans-serif;
	width: 700px;
	font-size: smaller;
	font-style: normal;
	font-weight: lighter;
	margin-left: 20px;
	z-index: 1;
	}

#navcontainer ul li { display: inline;}

#navcontainer ul li a {
	padding: .7em 1.7em;
	color: #333333;
	text-decoration: none;
	float: left;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
#navcontainer ul li a:hover {
	text-decoration: none;
	color: #e91b23;
	}
#navcontainer ul li a:visited {
	text-decoration: none;
	}				
