a { text-decoration:none; }
a:hover { text-decoration:underline; }

html, body {
	width: 750px;
	height: 450px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Arial;
}

h1 {margin: 0; padding: 0; padding-bottom: 8px;}

body {
  background-image: url(/_gfx/background/prayers.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat; 
}

a {
color: black;
}


h1 {

font-family: Arial;
font-size: 14px;
font-weight: bold;

} 

h2 {

font-family: Arial;
font-size: 13px;
font-weight: bold;

}


#contentLeft {

  position:absolute;
  left: 65px;
  margin-top:20px;
  width: 310px;
  height: 390px;

}

#contentRight {

  position:absolute;
  left: 395px;
margin-top:20px;
  width: 320px;
  height: 390px;
  overflow: none;

}

#prayerAdd {
  display: none;
}

.prayerElement {
position:relative;
float: left;
margin-bottom: 5px;
border-bottom: 1px solid white;
width: 100%;

}

.prayerElementName  {
font-size: 11px;

}

.prayerElementName, .prayerElementText {
position:relative;
float: left;
width: 100%;
padding-bottom: 3px;
}

.prayerText {
width: 290px;
height: 120px;
font-size: 12px;
font-family: Arial;

}

hr {
widht: 100%;
height: 1px;
color: white;
border: 0;
border-bottom: 1px solid white;
margin:0;
padding: 0;
margin-top: 8px;
margin-bottom: 8px;
}

#scrollPane {
width: 100%;
height: 270px;
  overflow: auto;
}

.pager {
padding: 3px;
border: 1px solid white;
margin-right: 5px;
position: relative;
float: left;
}

.pagerAct {
padding: 3px;
border: 1px solid white;
margin-right: 5px;
position: relative;
float: left;
background-color: white;
}

#contentRight a {
text-decoration:none;
}

#pageSwitcher {
position:relative;
float: left;
padding-top: 5px;
padding-right: 10px;
}

.button280 {
padding-left: 10px;
padding-top: 8px;
background-image: url(/_gfx/button/button_p260.png);
width: 250px;
height: 24px;
}