body {
	margin: 0 auto;
	padding: 0;
	background-color:#FFF;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	}
th {text-align: center;}
	
h1, h2, h3, h4, h5, h6 {
		text-align: center;
		text-decoration: underline;
		padding: 1em 0 1em 0;
	}

#maincontent table
	{
	text-align:center;
	font-size:.8em;
	}

.tarot img
	{
	float: left;
	margin: 1em 2em 2em 0;
	border: solid 1px black;
	}

/* ---------------   Header Area -------------------------------- */
	
#header{
	height: 149px;
	font-size:.8em;
	position: relative;
	background: url(../images/header.jpg) repeat-x;
	}



#container {float: left;}

#navcontainer{display: none;}

#contentcontainer
	{float: right;}

/* ------------------------------ Main Content Area ------------------------------------ */

	
	
#maincontent {
	float: right;
	color:#000;
}

#maincontent table {width: 500px;}
/* This ID, #btx, is for my imported JavaScripts, a box to keep the text of the whole page from shifting as the text moves around */
#btx {
	position: absolute;
	top: 100px;
	left: 250px;
	}

form div {
 	margin: 0 0 0.5em 0;
	clear: left;
	}
	
label {
	width: 6em;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 1.5em;
	}
div#send {
	margin-left: 6em;
	padding-left: 1.5em;
	}
/* -----------------------------  Navigation  ----------------------------------------*/

	
	
	
	
	
/* ------------------------  Footer  --------------------------------*/
	
#footer {
	position: relative;
	clear: both;
	height: 150px;
	text-align:center;
	font-size: 1em;
	border-top: 1px none #000000;
	border-right, border-bottom, border-left: 1px solid #000000;
		}
#footer p {font-weight: bold;}

#footer_left {
	float:left;
	}

#footer_center {
	position: absolute;
	top: 4em;
	margin-left: -3em;
	}

#footer_right {
	float: right;
	}
