body {
	margin: 0 auto;
	padding: 0; 
	background-color: #922525;
	/* font-family: Tahoma, 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; */
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	background-image: url(../images/maincontent2.jpg);
	}
	
th {text-align: center;}
	
h1, h2, h3, h4, h5, h6 {
		/* font-family: 'Palatino Linotype', Tahoma, Verdana, serif; */
		text-align: center;
		text-decoration: none;
		padding: 1em 0;
		line-height: 1.5em;
		font-weight: normal;
	}
	
h1, h2 {font-size: 1.3em;}
h3, h4 {font-size: 1.1em;}
h5, h6 {font-size: 1em;}

p, ol, ul {
	color: #F1F0F7;
	font-size: .9em;
	}

	
.center
	{
	text-align: center;
	}

#maincontent table
	{
	margin: 2em 17em 1em;
	text-align:center;
	font-size:.8em;
	color: #000000;
	background-color: #FFFFFF;
	}

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

#items_table
	{
	margin:0em -16em;
	padding: 0;
	font-size: .9em;
	text-align: center;
	float: left;
	}
/* ---------------   Branding Area -------------------------------- */
	
#header{
	height: 149px;
	color: gold;
	border: 1px solid #000099;
	font-size:.8em;
	position: relative;
	background: url(../images/header.jpg) repeat-x;
	}


#submit
		{
		position: absolute;
		left: 630px;
		bottom: 0em;
		}

#date
	{
	position: absolute;
	top: 0;
	right: 0;
	background-color: #1d069f;
	}
#time
	{
	position: absolute;
	top: 134px;
	right: 37px;
	}
	
	
	
	
/* Calendar stuff here */
#calendar_table
	{border: 1px solid white;
	height: 133px;
	font-size: .7em;
	text-align: center;
	}

#calendar_head
	{font-weight: normal;
	font-size: .9em;
	}

.calendar_weekdays {
	font-size: .8em;
	border-bottom-style: solid;}

.calendar_dates
	{text-align: center;
	padding: .1em .5em; }

#calendar_today
	{font-weight: bold; 
	color: red; 
	background-color: #fff; 
	border: 3px solid gold;
	}
	
/* End Calendar stuff here */






#loggedin
	{
	position: absolute;
	top: 4em;
	right: 5em;
	color: gold;
	}
	
#logout
	{
	position: absolute;
	bottom: 0em;
	right: 5em;
	}

.loginForm
		{
		position: absolute;
	top: 3em;
	right: 3em;
		}
		
#container {
	margin: 0;
	padding:0;
	float: left;
		}


#navcontainer
	{
	float: left;
	width: 20%;
	}

#contentcontainer
	{
	float: right;
	width: 80%;
	}

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

	
	
#maincontent {
	float: right;
	padding: 0 5em 1em 1em;
	color:#CCCCCC;
}

#maincontent h1, h2, h3, h4, h5, h6
			{color: #FDB102;}


/* 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  ----------------------------------------*/

#menu{
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	border: solid black 1px;
	border-bottom: hidden;
	}

#menu li {
	display: block;
	border-top: 1px none black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	}
	
.tblHeading
	{
	background-image: url(../images/heading.jpg);
	padding: 0 .5em;
	font-size: 1em;
	letter-spacing: .02em;
	text-align: center;
	color: #fff;
	line-height: 3em;
	}
	
	
a.tblLink
	{	
	display: block;
	text-align:center;
	font-size: 1em;
	line-height: 1.1em;
	letter-spacing: .02em;
	font-family: Papyrus, sans-serif;
	text-decoration: none;
	padding: .9em 0em;
	}



#selected a
	{border: 1px dashed white;
	padding: .6em .5em;}
	
	
	
	
	
/* ------------------------  Footer  --------------------------------*/
	
#footer {
	position: relative;
	clear: both;
	height: 150px;
	text-align:center;
	font-size: 1em;
	border-top: 1px none #000000;
	border: 1px solid #000000;
	background-image: url(../images/footer.jpg);
		}
#footer p {
	 color:#6C0000;; 
	 font-weight: bold;
	 }

#footer_left {
	position: absolute;
	top: 4em;
	left: 20em;
	}

#footer_center {
	text-align: center;
	padding-top: 4em;
	}

#footer_right {
	position: absolute;
	top: 4em;
	right: 20em;
	}


	
#footer a {font-size: .8em;}
#footer a:link, #footer a:visited {color: #0000CC;}
#footer a:hover {color:#0099FF;}


/* ------------------  Links  ------------------------*/

a:link   { color: #D78100; }
a:visited   { color: #D78100; }
a:hover {color:#FFBD59;}
.tblHeading a:link, .tblHeading a:hover, .tblHeading a:visited { text-decoration:none; color:#FFFFFF;}
.tblLink a:link, .tblLink a:hover, .tblLink a:visited { text-decoration:none;}
#header a:link, #header a:visited { color: gold; }
#header a:hover {color: #6699FF;}
a.namedAnchor {font-size: .8em;}