html { -webkit-text-size-adjust:none }
body {
	background-color: #666666;
	background-image:url(../images/background-brown.jpg);
	background-repeat:repeat-x;
}
#wrapper-frame {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -270px;
	margin-left: -400px;
	padding: 0;
}
#content-frame {
	height: 500px;
	width: 800px;
	background-color:#FFF;
	padding: 10px;
}
#content-inner-frame {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #666;
	background-color: #FFF;
	
	background-image:url(../images/stainedglasswindow_background.jpg);
	background-position:bottom center;
	background-repeat:repeat-x;
	
	overflow: hidden;

}
#content-header {
	display: block;
	position: relative;
	width: 100%;
	height: 75px;
	background-image:url(../images/journey-header.jpg);
	background-repeat: no-repeat;
	background-position: 0 top;
	text-indent: -9999px;
	/*text-align: center;*/
	padding: 0;
	margin: 0;
}
#marquee {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 220px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: normal;
	color: #426208;
	text-align: right;
	
}
#marquee p {
	margin: 0;
	padding: 0;
}
#content-menu {
	margin: 0;
	margin-top: -2px;
	background-color: #FFFFFF;
	padding: 5px;
	border-bottom: 1px solid #666;
	height: 12px;
}
#content-body {
	padding: 10px;
	overflow: auto;
	height: 390px;
}
#other-links {
	text-align: right;
	padding: 0;
	padding-top: 5px;
	padding-right: 5px;
}
#other-links ul {
	padding: 0;
	margin: 0;
}
#other-links ul li {
	display: inline;
}
#other-links ul li a {
	padding: 0;
	margin: 0;
}
#copyright {
	color:#CCC;
	font-size: xx-small;
	padding-top: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#copyright address {
	font-style: normal;	
}
