body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", verdana, sans-serif;
	color: #444;
	background: #ded5b3 url(images/bg_body.gif) top left repeat-x;
}

#titulo {
	display: none;
}

#photoheader {
	position: absolute;
	top: 50px;
	left: 633px;
	width: 288px;
	height: 226px;
	z-index: 5;
	background: url(images/photochurch.jpg) top left no-repeat;
}

#topmid {
	position: absolute;
	top: 21px;
	left: 318px;
	width: 562px;
	height: 223px;
	background: url(images/bg_topmid.jpg) top left no-repeat;
}

#cross {
	position: absolute;
	top: 70px;
	left: 145px;
	width: 105px;
	height: 148px;
	background: url(images/cross.gif) top left no-repeat;
}

#ajos {
	position: absolute;
	top: 95px;
	left: 340px;
	width: 274px;
	height: 58px;
	z-index: 5;
	background: url(images/jos.gif) top left no-repeat;	
}

#subtitle {
	position: absolute;
	top: 154px;
	left: 340px;
	width: 274px;
	height: 50px;
	z-index: 5;
	background: url(images/subtitle.gif) top left no-repeat;	
}

#content {
	width: 562px;
	margin: 245px 0px 0px 318px;
	padding: 0px 0px 25px 0px;
	background: #f3f2e4 url(images/bg_content.gif) top left repeat-y;
}

#containercontent {
	position: relative;
	margin: 0px;
	padding: 32px 20px 20px 20px;
	width: 520px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #333;
}


/* main container  to allow for footer */
#total {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/*header container to allow for footer */
#top {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#footer {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	width: 100%;
	height: 50px;
	background: #e3dbbe;
	border-top: 2px solid #d3caaa;
}

.title {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #f90;
}

/* for gospel titles when no bible verse title */
h6 {
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	color: #f90;
}

h5 {
	margin: 0px 0px 5px 0px;
	font-size: 16px;
	color: #f90;
}

h4 {
	margin: 0px 0px 5px 0px;
	font-weight: normal;
	font-size: 12px;
	color: #333;
}

h3 {
	margin: 0px 0px 3px 0px;
	font-size: 16px;
	color: #f90;
}

a:link {
	color:#4562A4;
	text-decoration: none;
	border-bottom: 1px dashed;
}

a:active {
	color:#4562a4;
	text-decoration: none;
	border-bottom: 1px dashed;
}

a:visited {
	color:#4562a4;
	text-decoration: none;
	border-bottom: 1px dashed;
}

a:hover {
	color:#80a4f6;
	text-decoration: none;
	border-bottom: 1px dashed;
}


/* primary nav */

#primarynav {
	position: absolute;
	top: 266px;
	left: 100px;
	width: 218px;
	height: 200px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	z-index: 5;
}

#primarynav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	z-index: 5;
}

#primarynav li {
	width: 218px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px dotted #B5AE95;
	z-index: 5;
	font-size: 10px;
}

.top {
	border-top: 1px dotted #B5AE95;
}

#primarynav li a {
	display: block;
	width: 218px;
	border: 0px;
	text-decoration: none;
	z-index: 5;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	color: #1d1d1d;
}

#primarynav li a:hover {
	display: block;
	width: 218px;
	border: 0px;
	text-decoration: none;
	z-index: 5;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	background: #EBE9D7 url(images/bullet.gif) center left no-repeat;
	color: #1d1d1d;
}

#primarynav li a:active {
	display: block;
	border: 0px;
	text-decoration: none;
	z-index: 5;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	background: #EBE9D7;
	color: #1d1d1d;
}

#primarynav li a:visited {
	display: block;
	border: 0px;
	text-decoration: none;
	z-index: 5;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	color: #1d1d1d;
}




ul.double {
	list-style-image:url(images/bullet.gif);
	padding: 5px;
	margin: 10px;
}


ul.double li.alt1 {

	padding: 3px 2px 3px 2px;
	margin: 1px;
}

ul.double li.alt2 {

	padding: 3px 2px 3px 2px;
	margin: 1px;
	background: #F9F9F2;
}

#lightbg ul {
	list-style-image:url(images/bullet.gif);
}

#explanation  {
	position: absolute;
	top: 475px;
	left: 100px;
	width: 210px;
	height: 200px;
	font-family: verdana, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	z-index: 5;
}

.littlebigger {
	font-size: 10px;
	font-weight: bold;
	color: #333;
}



