/* background color for the content part of the pages */

body {
	margin:0px 0px; padding:0px 0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
    background-image: url(images/gradient.gif); 
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	}

/* main links */

a:link {
text-decoration : none; 
color : #435B73; 
} 
a:visited {
text-decoration : none; 
color : #435B73; 
} 
a:hover , a:active {
text-decoration : none; 
color : #FFFFFF; 
}

#navcontainer { padding-left: 15px; }
#navcontainer a:link { 
	text-decoration: none; 
	text-decoration : none; 
	color : #FFFFFF;
	 
	}

#navcontainer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
}

#navcontainer li { display: inline; }

/*1st level elements*/

#navcontainer ul {
	padding: 2px 0;
}

#navcontainer li { margin: 0 0 0 10px; }

#navcontainer ul a,

#navcontainer ul a:link,

#navcontainer ul a:visited {
	color: white;
	padding: 0px 5px;
}

#navcontainer ul a:hover,

#navcontainer ul a:focus {
	color: #435B73;
}

/*current Link*/
#navcontainer ul a#current,
#navcontainer ul a#current:link,
#navcontainer ul a#current:visited { font-weight: bold; color: #435B73;}


/* repeated content boxes */
	
#wrapper {
	width:801px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #DEE3E6;	
	}

#top {
	width: 801px;
	background-image: url(images/banner_main.gif);
	background-repeat: no-repeat;
	height: 113px;
}

#navtop {
	width: 801px;
	background-image: url(images/bkg_nav.gif);
	background-repeat: no-repeat;
	background-color: #A1B9CF;
	height: 17px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}

#textbox {
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #3D5068;

}

/* singular instance content boxes */

#homepage {
	width: 801px;
	background-image: url(images/cp_homepage.jpg);
	background-repeat: no-repeat;
	background-color: #DEE3E6;
	border-top:1px solid #000;
	height: 260px;
}

#homepagesub {
	width: 801px;
	background-image: url(images/subbkg_homepage.gif);
	background-repeat: no-repeat;
	background-color: #DEE3E6;
	height: 450px;
}

#unbecoming {
	width: 801px;
	background-image: url(images/cp_unbecoming.jpg);
	background-repeat: no-repeat;
	background-color: #DEE3E6;
	border-top:1px solid #000;
	height: 260px;
}

#unbecomingsub {
	width: 801px;
	background-image: url(images/subbkg_unbecoming.gif);
	background-repeat: no-repeat;
	background-color: #DEE3E6;
	height: 450px;
}

#newmedium {
	width: 801px;
	background-image: url(images/cp_newmedium.jpg);
	background-repeat: no-repeat;
	background-color: #DEE3E6;
	border-top:1px solid #000;
	height: 260px;
}

#newmediumsub {
	width: 801px;
	background-image: url(images/subbkg_newmedium.gif);
	background-repeat: no-repeat;
	background-color: #DEE3E6;
	height: 450px;
}

#smokeandmirrors {
	width: 801px;
	background-image: url(images/cp_soundandfury.jpg);
	background-repeat: no-repeat;
	background-color: #DEE3E6;
	border-top:1px solid #000;
	height: 260px;
}

#smokeandmirrorssub {
	width: 801px;
	background-image: url(images/subbkg_smokeandmirrors.gif);
	background-repeat: no-repeat;
	background-color: #DEE3E6;
	height: 450px;
}

#bloodonpaper {
	width: 801px;
	background-image: url(images/cp_bloodonpaper.jpg);
	background-repeat: no-repeat;
	background-color: #DEE3E6;
	border-top:1px solid #000;
	height: 260px;
}

#bloodonpapersub {
	width: 801px;
	background-image: url(images/subbkg_bloodonpaper.gif);
	background-repeat: no-repeat;
	background-color: #DEE3E6;
	height: 450px;
}

#fleshandbone {
	width: 801px;
	background-image: url(images/cp_fleshandbone.jpg);
	background-repeat: no-repeat;
	background-color: #DEE3E6;
	border-top:1px solid #000;
	height: 260px;
}

#fleshandbonesub {
	width: 801px;
	background-image: url(images/subbkg_thefleshandbone.gif);
	background-repeat: no-repeat;
	background-color: #DEE3E6;
	height: 450px;
}

#communion {
	width: 801px;
	background-image: url(images/cp_communion.jpg);
	background-repeat: no-repeat;
	background-color: #DEE3E6;
	border-top:1px solid #000;
	height: 260px;
}

#communionsub {
	width: 801px;
	background-image: url(images/subbkg_communion.gif);
	background-repeat: no-repeat;
	background-color: #DEE3E6;
	height: 450px;
}











