/* Gospel Shop Master CSS Document */

		body {
			margin: 0px auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #666;
			background-color: #FFF;
		}
		
		a {
			color: #0066CC;
			text-decoration: underline;
		}
		
		a:hover {
			color: #0099FF;
			text-decoration: none;
		}
		
		#container {		
			width: 760px;
			margin: auto;
			text-align: left;
		}

/* Header */

		#header {
			height: 123px;
		}
		
/* Navigation Elements */

		#navigation ul {
			height: 25px;
			border-bottom: 1px solid #CCC;
			background: url(../images/gradback.jpg);
			text-align: center;
			font-size: 12px;
			letter-spacing: 1px;
			margin-left: 0px;
			margin-bottom: 10px;
			padding-top: 0px;
			text-transform: uppercase;
		}
		
		#navigation li{
			display: inline;
			list-style-type: none;
			padding-right: 18px;
		}
		
		#navigation li a {
			color: #6666CC;
			text-decoration: none;
			letter-spacing: 1px;
		}
		
		#navigation li a:hover,a:hover {
			color: #77A5D2;
			text-decoration: none;
		}

/* Frontpage Layout */
		
		#main-holder {
			width: 585px;
			float: left;
			margin-bottom: 10px;
		}

		#main {
			width: 409px;
			float: right;
			font-size: 12px;
		}
		
		#main strong {
			color: #3366CC;
		}
		
		#main em {
			color: #333366;
			font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
		#main .padding {
			padding: 10px 12px 15px 12px;
		}

		#subnav {
			width: 165px;
			float: left;
		}
		
		h1 {
			color: #333;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			letter-spacing: .1em;
			text-align: center;
			margin-top: 0px;
			margin-bottom: 0px;
			width: 160px;
			padding: 2px;
			background-color: #DEE2ED;
			border-top: 1px solid #CCC;
			border-bottom: 1px solid #CCC;
		}		
		
		#subnav p {
			background-color: #F8F8F8;
			padding: 10px;
			margin-top: 0px;
		}

		#sidebar {
			width: 165px;
			float: right;
			margin-bottom: 10px;
		}

		#sidebar p {
			padding: 5px;
			margin-top: 0px;
			margin-bottom: 0px;
			text-align: center;
			line-height: 1.2em;
			letter-spacing: 1.3px;
		}
		
		#sidebar .bulletinboard {
			background-image: url(../images/bulletinboard.jpg);
			height: 170px;
			padding-left: 5px;
			padding-right: 5px;
		}

		#pscroller1 {
			font-family: Geneva, Arial, Helvetica, sans-serif;
			height: 85px;
			font-size: 9px;
			letter-spacing: 0px;
		}

		#pscroller2 {
			height: 85px;
		}

		#pscroller2 a {
			text-decoration: none;
		}

		.someclass { /* class to apply to your scroller(s) if desired */
		}

/* Default Layout for Non Frontpage */

		#main2 {
			width: 550px;
			float: right;
			margin-bottom: 10px;
			padding-right: 15px;
			padding-bottom: 10px;
			font-size: 12px;
		}
		
		#main2 .padding {
			padding-left: 15px;
			padding-right: 5px;
		}
		
		#main2 strong {
			color: #3366CC;
		}
		
		#main2 em {
			color: #333366;
			font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
		#subnav2 {
			width: 195px;
			float: left;
			margin-bottom: 10px;
		}
		
		#subnav2 p {
			background-color: #F8F8F8;
			padding: 10px;
			margin-top: 0px;
		}
		
		h2 {
			color: #333;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			letter-spacing: .1em;
			text-align: center;
			margin-top: 0px;
			margin-bottom: 0px;
			width: 190px;
			padding: 2px;
			background-color: #DEE2ED;
			border-top: 1px solid #CCC;
			border-bottom: 1px solid #CCC;
		}		

/* Staff Directory Layout */

		#staff_directory {
			width: 550px;
			float: right;
			margin-bottom: 10px;
			padding-right: 10px;
			padding-bottom: 10px;
			font-size: 12px;
		}
		
		#staff_directory .title {
			font-size: 11px;
			border: solid 1px #C4C4C4;
			background-color: #EBEBEB;
			margin-left: 5px;
			padding: 0px 0px 2px 5px;
			color: #545478;
			letter-spacing: 1px;
			clear: both;
		}
		
		#staff_directory .padding {
			padding: 15px 10px 25px 10px;
		}
		
		#staff_directory strong {
			color: #3366CC;
		}
		
/* Footer and Copyright */

		#footer {
			height: 48px;
			clear: both;
		}
		
		#copyright-links {
			text-align: center;
			color:#999999;
			padding: 0px 5px 0px 5px;
		}
		
/* Misc Items */
		
		.floatright {float:right; padding-left: 15px; }
		.floatleft {float:left; padding-right: 15px; }