*	{ 
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvitica, sans-serif;
	color: #ffffff;
	background-color: #000000;
	}


body	{
	padding-top: 1px;	
	}

h1	{
	font-size: 1.4em;
	padding: 15px 5px 5px 5px;
	}

	
p	{
	padding: 5px;
	font-size: .85em;
	}		
	
h2	{
	font-size: 1.2em;
	padding: 5px;
	}

h3	{
	font-size: 1em;
	padding: 5px;
	}

h4	{
	font-size: .85em;
	padding: 5px;
	}

table	{
	border: solid 1px #BDADC6;
	border-collapse:collapse;
	font-size: .65em;
	width: 98%;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	}
	
td, tr, th	{
	border: solid 1px #BDADC6;
	padding: 0px;
	}
		
img	{
	border: 0 none;
	display: block;
	}
	
a:link, a:visited	{
	color: #E7DEE7;;
	text-decoration: underline;
	}
	
a:hover	{
	color: #ffffff;
	text-decoration: underline;
	}	 

.imgborder	{
	border-width: 2px;
	border-style: solid;
	border-color: #825C8B;
	}

.image-right	{
	float: right;
	padding: 5px;
	}

.image-left	{
	float: left;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	}
	
#header	{
    /* width:750px; */
	height: 120px;
	background-image:url(../graphics/inshes-header-right-master.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	/* background-repeat: repeat-x; */
	/* margin-left: -1px; */
	position: relative; /* new for drop shadow */
    }	
	
#header-index	{
    /* width:750px; */
	height: 120px;
	/* background-image:url(graphics/inshes-header-back.gif); */
	background-image:url(../graphics/inshes-header-right-index.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	/* background-repeat: repeat-x; */
	/* margin-left: -1px; */
	position: relative; /* new for drop shadow */
    }	
	
#header-contactus {
	height: 120px;
	background-image:url(../graphics/inshes-header-right-contactus.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative; /* new for drop shadow */
    }
	
#header-sermons {
	height: 120px;
	background-image:url(../graphics/inshes-header-right-sermons.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative; /* new for drop shadow */
    }
	
#header-howtofindus	{
	height: 120px;
	background-image:url(../graphics/inshes-header-right-howtofindus.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative; /* new for drop shadow */
    }
	
#header-whatson	{
    /* width:750px; */
	height: 120px;
	/* background-image:url(graphics/inshes-header-back.gif); */
	background-image:url(../graphics/inshes-header-right-whatson.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	/* background-repeat: repeat-x; */
	/* margin-left: -1px; */
	position: relative; /* new for drop shadow */
    }	
	
#header-aboutus	{
    /* width:750px; */
	height: 120px;
	/* background-image:url(graphics/inshes-header-back.gif); */
	background-image:url(../graphics/inshes-header-right-aboutus.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	/* background-repeat: repeat-x; */
	/* margin-left: -1px; */
	position: relative; /* new for drop shadow */
    }	

#header-access	{
	height: 120px;
	background-image:url(../graphics/inshes-header-right-access.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative; /* new for drop shadow */
    }	

#header-links	{
	height: 120px;
	background-image:url(../graphics/inshes-header-right-links.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative; /* new for drop shadow */
    }
	
#header-galleries	{
	height: 120px;
	background-image:url(../graphics/inshes-header-right-galleries.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative; /* new for drop shadow */
    }		

#wrapper    {
	position: relative; /* new for drop shadow */
	text-align: left; /* new for drop shadow */
    width:771px;
    /* margin: 0 auto; */
	margin-right: auto;
	margin-left: auto;
    }
	
#main	{ /* new div for drop shadow */
	padding-top: 0;
	padding-right: 9px;
	padding-bottom: 10px;
	padding-left: 6px;
	}
    
#belowNav	{
	width: 230px;
	position: absolute;
	bottom: 2em;
	left: 2em;
	}
    
#content    {
    width:515px;
    float: right; /* new for drop shadow, was left */
	/* padding-left: 10px; */
	padding-right: 5px;
	padding-bottom: 20px;
    }
    
#nav    {
    width: 230px;
	float: left;
    }

#nav ul {
    list-style: none;
	width: 210px;
	padding-top: 40px;
	padding-left: 10px;
	/* position: relative;		*/						/* this crushes an Opera bug */
	}
	
#nav li	{
	border-bottom: 1px solid #582764;
	padding-top: 5px;
	}

#nav li a:link, #nav li a:visited {
	display: block;
	height: 1%;									/* this trips hasLayout in IE 6 */
	/* width: 100%;	*/							/* fixes bug in IE6 */
	padding: 10px 0 0 10px; 
	text-decoration: none;
	border-left: 12px solid #825C8B;
	border-right: 1px solid #825C8B;
	background-color: #ffffff;
	color: #000000;
	}

#nav li a:hover {
	background-color: #000000;
	border-left: 12px solid #582764;
	border-right: 1px solid #825C8B;
	color: #ffffff;
	}
	
#bodyhome a#homenav,
#bodyaboutus a#aboutusnav,
#bodywhatsnew a#whatsnewnav,
#bodywhatson a#whatonnav,
#bodyhowtofindus a#howtofindusnav,
#bodycontactus a#contactusnav,
#bodysermons a#sermonsnav,
#bodygalleries a#galleriesnav,
#bodylinks a#linksnav {
	background-color: #000000;
	border-left: 12px solid #582764;
	border-right: 1px solid #825C8B;
	color: #ffffff;
	}
	
#footer {
	height: 1%;
	border-top: 1px dashed #ffffff;
	clear:both;
	font-size: .75em;
	padding: 10px;
    text-align:center;
	}
	
#footer ul {
	color: #999;
	display: inline;
	}
	
#footer ul li {
	color: #999;
	display: inline;
	border-left: 1px solid #999;
	padding-left: 3px;
	}
	
#footer ul li.first {
	color: #999;
	display: inline;
	border-left: none;
	padding-left: 3px;
	}
	
#footer li a:link, #footer li a:visited	{
	text-decoration: none;
	}

form {
	color: #825C8B;
	padding-bottom: 10px;
	font-size: .8em;	
	}	

form.contact fieldset	{
	border: 2px solid #825C8B;
	padding: 5px;
	background-color: #E7DEE7;
	}
	
form.contact legend	{
	font-weight: bold;
	padding: 5px;
	}

form.contact label.fixedwidth	{
	display: block;
	width: 140px;
	float: left;
	}
	
form.contact .buttonarea	{
	text-align: center;
	padding: 5px;
	background-color: #825C8B;
	}
	
.error	{
	font-weight: bold;
	color: #FF0000;
	font-size: .9em;
	}
	
#fontSizeReset	{
	font-size: 1.15em;
	}

iframe	{
	width: 500px;
	height: 400px;
	border-color: #E7DEE7;;
	border-style: solid;
	border-width: 1px;
	}

#googleLink	{
	font-size: .75em;
	color: #E7DEE7;;
	padding: 5px;
	}
	
ul.images li	{
	list-style: none;
	list-style-position: outside;
	padding: 5px;
	font-size: .85em;
	}
	
ul.sermons li	{
	list-style: none;
	list-style-position: outside;
	padding-left: 20px;
	font-size: .7em;
	}

ul.images li a:link, ul.images li a:visited, ul.sermons li a:link, ul.sermons li a:visited	{
	text-decoration: none;
	}
	
ul.images li a:hover, ul.sermons li a:hover, #footer li a:hover	{
	text-decoration: underline;
	}
	
#event1 a:link, #event2 a:link, #event3 a:link, #event4 a:link, #event5 a:link, #event6 a:link,
#event7 a:link, #event8 a:link, #event9 a:link, #event10 a:link, #event1 a:visited, 
#event2 a:visited, #event3 a:visited, #event4 a:visited, #event5 a:visited, #event6 a:visited, 
#event7 a:visited, #event8 a:visited, #event9 a:visited, #event10 a:visited 	{
	text-decoration: underline;
	}
	
.tablecolor	{
	background-color:  #E7DEE7;
	}

.date-header	{
	font-size: 1em;
	padding: 5px;
	}	

.post-title	{
	font-size: .9em;
	background-color: #825C8B;
	}

.post-body	{
	font-size: .75em;
	padding: 5px;
	border-bottom: 1px solid #BDADC6;
	}

.post-footer	{
	font-size: .6em;
	border-bottom: 1px dashed #BDADC6;
	color: #999;
	}	
	
.post	{
	padding: 5px;
	} 
	
ul.roman	{
	padding: 5px 0px 0px 5px;
	font-size: .65em;
	list-style-position: inside;
	list-style-type: lower-roman;
	}
	
ul.normal-ul	{
	padding: 5px;
	font-size: .85em;
	list-style-position: inside;
	list-style-type: disc;
	}

ul.normal-inside	{
	padding-left: 20px;
	list-style-position: inside;
	}
	
.img-banner	{
	padding-left: 30px;
	padding-top: 20px;
	}
	
.clear	{
	clear: both;
	}
	
.bigpara	{
	padding-bottom: 10px;
	}