/* 
AmbrosiaKay.com
ck.2008.5.12
*/

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
	/* end hide */


body {
	/*text-align:center;*/
	/*height: 100%; */
	margin: 0;
	/*padding: 0; */
	background-color: #181818;
	color:#ffffff;
	font-family:"Papyrus";
	/*font-size:20pt;*/
	/*font-style:italic;*/
	background-image:url('/images/copyright_181818.bmp');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom center; 
}

a {
	color:#cccccc;
}

.centered {
	text-align:center;
}

.homeimagecaption {
	text-align:center;
 	position:relative;
	top:-35px;
	left:140px;
	font-size:6pt;
	font-family:"arial";
}

.sitefooter {
	font-size:smaller; 
	text-align:center;
	font-family:Papyrus;
	font-size:8pt;
}

:link img {
	border: none;
	vertical-align:middle;
}

/* for php */
#sitemenu{
	overflow: visible;
	font-family:Papyrus;
    margin: 0;
	padding: 0;
    font-size:1em;
	
	/*background-color: #dddddd;*/
	width: 100%;
	height: 23px;		

}

#flashcontent {
	width:100%;
	/*width: 1024px;*/
	height: 580px;	
	text-align:center;
}

#pagecontent {
/*	position:absolute;*/
	top:25px;
	width:1000px; /* fit to  a 1024x768 browser */
	/*height: 507px;*/ /* use width to fit */
	overflow:hidden;
/*	margin: 0; */
	padding: 0;
	/*background-color:#373737; */ /*debug*/
	
	margin-left:auto; /*center content*/
	margin-right:auto; /*center content*/  
	border-left: none;
	border-right: none;
	border-bottom: none;
}

#sitefooter {
	/*height:10pt;*/
	overflow: visible;
	font-size:smaller; 
	text-align:center;
	font-family:Papyrus;
/*	font-size:8pt;*/
	font-size:0.7em;
	margin: 0;
	padding: 0;
	position:absolute;
	bottom:0px;
	left:100px;
	
	background-color: #dddddd;
	width: 100%;

}
