/* CSS Document */
@media screen {

/* Enable transparent Display of PNG in IE */

img {
/*	behavior: url("/scripts/iepngfix.htc");  */
}

/************** End IE PNG *******************/

body {
	background-color:#FFFFFF;
	margin:0px;
	padding: 0px;
	font-family: "Palatino Linotype";
	font-size: 1em;
	color: #FFFFFF;
}

h1, h2, h3, h4 {
	font-family: "Palatino Linotype";
	color:#FF9900;
}

p {
	font-family: "Palatino Linotype";
}

a {
	font-family: "Palatino Linotype";
	text-decoration:none;
	color:#FF9900;
}

.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
}
  
.wrap1 {
  float:left;
  background:url(/images/shadow/shadow.png) right bottom no-repeat;
}

.wrap2 {
  background:url(/images/shadow/bl.png) left bottom no-repeat;
}

.wrap3 {
  padding:0 10px 10px 0;
  background:url(/images/shadow/tr.png) right top no-repeat;
}
  
#header {
	width: 800px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: top;
	display: block;
	position: relative;
}

#verse {
	width: 320px;
	margin:0px;
	padding:0px;
	display: block;
	position: absolute;
	font-size: 1em;
	font-style: italic;
	text-align:center;
	color: #FF9900;
	right: 10px;
	bottom: -20px;
	line-height: 1.1em;
}

#nav {
	width: 780px;
	height:27px;
	margin:0px;
	padding:0px 10px;
	background-color:#000000;
	border-bottom: solid #FFFFFF 1px;
}

#content {
	width: 760px;
	margin: 0px;
	overflow: auto;
	padding: 10px 20px;
	background-color:#000000;
}

#bottom {
	width: 800px;
	margin:10px auto 30px auto;
	padding: 0px;
}

a.nav, a.nav:link, a.nav:visited {
	float:left;
	display:block;
	position:relative;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	margin:0px 5px;
	padding:0px 10px;
}

a.nav:hover {
	color:#FF9900;
}

.clear {
	clear: both;
}

.albumPic {
	float:left;
	width: 160px;
	height: 180px;
	border: #333 solid 1px; 
	padding: 5px;
	text-align: center;
	margin: 8px;
	background-color: #111;
}

a.albumPic:hover {
	border:solid 1px #FF9900;
	text-decoration:none;
	cursor:pointer;
}

.albumPic p {
	text-indent: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-right: 0px;
	padding: 0px;
	color: #FFF;
}

.imgBorder img {
	border: solid 2px #FFFFFF;
}
.imgBorder:hover img {
	border: solid 2px #000000;
}
.imgBorder:hover {
	color: red; /*for IE bug */
}

}

/********** This section is for printing only **********/
@media print {
a {
  text-decoration : underline;
  color : #0000ff;
}  

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	text-indent: .5in;
	font-weight: normal;
	text-align: justify;
}
}
