body, html{
	margin:0;
	padding:0;
	height:100%;
	
	scrollbar-base-color:#c2b885;
	scrollbar-3d-light-color:#e2e0c9;
	scrollbar-arrow-color:#fcfdf7;
	scrollbar-darkshadow-color:#e2e0c9;
	scrollbar-face-color:#c2b885;
	scrollbar-highlight-color:#e2e0c9;
	scrollbar-shadow-color:#c2b885;
	scrollbar-track-color:#e2e0c9;
}

body {
  background: #e5e1cb url("../images/layout/background-body.jpg");
  background-repeat: repeat-x;
}
	
body, tr, td{
	font-family: Verdana;
	font-size: 10px;
}
	
#left{
	width: 232px;
	height: 648px;
	margin-left: 37px;
	overflow: visible;
	position: absolute;
	background: url("../images/layout/background-left.jpg");
	background-repeat: no-repeat;
	margin-top: 42px;
}
	
#delimiterleft{
	width: 232px;
	height: 36px;
	background: url("../images/left/delimiter.gif");
	background-repeat: no-repeat;
	display: block;
}

#delimiterleft2{
	width: 232px;
	height: 12px;
	background: url("../images/left/delimiter2.gif");
	background-repeat: no-repeat;
	display: block;
	margin-top: 10px;
	margin-bottom: 4px;
}

#visitationstitlesbackground{
	width: 232px;
	height: 52px;
	background: url("../images/left/background-visitationstitle.gif");
	background-repeat: no-repeat;
	display: block;
	margin-top:14px;

	text-align: center;
}
	
#currentvisitationframe{
	background: url("../images/left/background-currentvisitation-photo.jpg");
	background-repeat: no-repeat;
	width: 73px;
	height: 88px;
	margin: 0px;
	padding: 0px;
	display: block;
	margin-left: 16px;
}

#currentvisitationimg{
	margin: 6px;
}

#currentvisitationtext{
	font-size: 9px;
	color: #493209;
	padding-left: 6px;
	text-decoration: none;
}

.currentvisitationname
{
	font-size: 9px;
	color: #98a104;
	font-weight: bold;
	text-decoration: none;
}

#lastviewedvisitationtext{
	padding-left: 30px;
	padding-right: 30px;
	font-size: 9px;
	color: #493209;
	text-decoration: none;
}

#lastviewedvisitationtext a{
	color: #493209;
	text-decoration: none;
}

#lastviewedvisitationtext a:hover{
	color: #98a104;
}

#lastviewedvisitationdetails{
	color: #98a104;
}

#lastviewedvisitationdelimiter{
	background: url("../images/left/lastviewedvisitation-delimiter.gif");
	background-repeat: repeat-x;
	width: 100%;
	height: 2px;
	font-size: 2px;
	overflow: hidden;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
}

#wrap{
	width: 778px;
	margin:0 auto;
	height: 100%;
}

#top{
	height: 42px;
	background: url("../images/layout/background-top.jpg");
	background-repeat: no-repeat;
	padding-right: 5px;
}

#topaudioplayer{
	float: right;
}


#header{
	height: 221px;
}

#headercontainer{
	height: 221px;
	background: url("../images/layout/background-header.jpg");
	background-repeat: repeat-x;
	margin-left: 5px;
	margin-right: 5px;
}


#mainholder{
	height: 640px;
}

#main{
	width: 100%;
	height: 100%;
}

#mainleft{
	width: 37px;
	height: 100%;
	background: url("../images/layout/background-mainleft.jpg");
	background-repeat: repeat-y;
}

#mainfill{
	width: 232px;
	height: 100%;
	background: url("../images/layout/background-mainfill.jpg");
	background-repeat: repeat-y;
}

#maincontent{
	width: 509px;
	height: 100%;
	background: url("../images/layout/background-maincontent.jpg");
	background-repeat: repeat-y;
}


#contentheader{
	width: 504px;
	height: 81px;
	background: url("../images/layout/background-contentheader.jpg");
	background-repeat: no-repeat;
	display: block;
}

#pagefunctions{
	position: relative;
	width: 79px;
	height: 28px;
	float: right;
	top: 21px;
	right: 22px;
}

#contentbody{
	padding:0px;
	margin: 0px;
	display: block;
}


#endmainholder{
	height: 41px;
	background: url("../images/layout/background-endmainholder.jpg");
	background-repeat: no-repeat;
}


/*Footer */

#footer{


	text-align: center;
	font-size: 10px;
	color: #7c7e5e;
	padding-top: 18px;
	padding-bottom: 18px;
}

#footer a{
	color: #7c7e5e;
	text-decoration: none;
}

#footer a:hover{
	color: #6e1f1f;
}


#preload{
	height: 0;
	overflow: hidden;
} 
