body {
	background: url(images/ichthusBackground.bmp);
	text-align: center;
}

h2 {
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 3em;
}

#mainHome {
	background: url(images/home.bmp);
} 

#mainHome p {
	width: 390px;
	margin-left: 1em;
	margin-right: 1em;
}

#mainNews {
	background: url(images/news.bmp);
}

#mainNews p {
	width: 390px;
	margin-left: 1em;
	margin-right: 1em;
}


#mainMultimedia {
	background: url(images/multimedia.bmp);
}

#mainMultimedia p {
	width: 390px;
	margin-left: 1em;
	margin-right: 1em;
}

#mainCommitee {
	background: url(images/commitee.bmp);
}

#mainCommitee p {
	width: 390px;
	margin-left: 1em;
	margin-right: 1em;
}

#mainWorship {
	background: url(images/worship.bmp);
}

#mainWorship p {
	width: 390px;
	margin-left: 1em;
	margin-right: 1em;
}

#mainLinks {
	background: url(images/links.bmp);
}

#mainLinks p {
	width: 390px;
	margin-left: 1em;
	margin-right: 1em;
}

#wrapper {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: #eeeeee;
}

#banner {
	background: url(ichthusBanner.bmp) no-repeat top;
}

#sidebar {

	background-color: #fbef99;
}

#sidebar h3 {
	margin: 0;
	text-align: center;
}

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
}

#sidebar li {
	font-size: 90%;
	margin-left: .5em;
}

 .links h2 {
	color: #FF0000;
	text-decoration: underline;
}

#hmv {
	margin-left: 1em;
}

#worshipoto img {
	
	margin-left: 1em;
	margin-right: 1em;
}

#worshipoto p {
	
	margin-left: 1em;
	margin-right: 1em;
}

#worshipoto hr {
	width: 100%;
}

#footer {
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ccc; 
}

#footer p {
	font-size: 80%;
	margin-left: 1em;
	margin-right: 1em;
}

#nav {
	width: 100%;
	float: left;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ccc; 
}

#nav ul {
	list-style: none;
}

#nav li {
	float: left;
}

#nav a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#nav a {
	font-weight: bold;
	width: 6em;
	margin: 0 0 5px 0;
	display: block;
	color: #000;
	text-align: center;
	text-decoration: none;
}

#map {
       
        height: 250px;
        width: 250px;
}

.inpage {
       text-align: center;
}

.inpage a {
       color: #000;
       text-decoration: none;
}

.twoColumn .floatLeft{
		position:relative;
		float:left;
		display:inline;
		width:45%;
		}
	
	.floatRight{	
		position:relative;
                float:left;
		overflow:auto;
		width:25%;
		}
