
body { 
	background-image : url(img/bk_main_repeater_palm4.jpg); 
	background-repeat : repeat-x;
	background-color : #1e4679;
	margin : 0px;
	height : 800px;
}


#mainbox {
	background-image : url(img/bk_content_palm4.jpg); 
	background-repeat : no-repeat;
	background-color : transparent;
	height : 800px;
	width : 800px;
}



#content, #contentbk {
	position : absolute;
	font-family: "Courier New", Courier, sans-serif;
	font-weight : bold;
	font-size : 14px;
	width : 350px;
}



#content {
	color : #000000;
	background-color : transparent;
	left : 291px;
	top : 151px;
	color : #000000;
	background-color : transparent;
	z-index : 100;
}



#contentbk {
	visibility : hidden;
	left : 292px;
	top : 150px;
	color : #C7AFA2;    /*#c0c0c0;B59B8D;EDD8CC*/
	background-color : transparent;
	z-index : 0;
}

.menu {
	position : relative;
	left : -2px;
	margin-bottom : -10px;
	height : 26px;

}


#amen {
	width : 340px;
	height : 450px;
	margin-top : 25px;
	border : 0px;
	background : transparent;
	background-image : none;
}






h1 {
	font-size : 22px;
	font-weight : bold;
	letter-spacing : -1px;
	/* text-decoration : underline; */
	color : #260196;
	background-color : transparent;

}


.inptbord {
	border : 1px solid #330099;
	font-family: "Courier New", Courier, sans-serif;
	font-weight : normal;
	font-size : 12px;
	/* background-image : url('img/bk_inpt.gif'); */
	margin-bottom : 1px;
}


.inpt { margin-bottom : 0px; }


a {
	color : #d80107; /* #161565 dk blue - #336600 dk green  - #330099 dark blue also */
	background-color : transparent;
}

a:active {
	color : #ff0000;
	background-color : transparent;
}


a:hover {
	text-decoration :none;
	color : #260196; /* #6C6C6C */
	background-color : transparent;
}


.underlink { color : #000000; }
