body,td,th,code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height:1.5em;
	padding: 6px;
}
body {
  background-color:#450577;
  border-top: 1px; color: #000;
	
}	
html { overflow-y: scroll; }


	
h1 { font: bold 30px; margin: 20px 40px 20px 0; color: #580075;}
  
  

h2{color: #580075; margin: 10px 0 10px 0;
}

h3{color: #580075; 
}

a {
	font-size: 15px;
	color: #330000;
}
a:link {
	text-decoration: none;
	color: #330000;
}
a:visited {
	text-decoration: none;
	color: #330000;
}
a:hover {
	text-decoration: none;
	color: #1B8CC5;
}
a:active {
	text-decoration: none;
	color: #03F;
}
a:focus { 
	outline: 0; 
}
p { font-size: 15px; margin: 0 0 15px 0; 

}
td {display: block;
    margin-left: 15px;
    margin-right: auto;
      background: #fff;
}

hr{
	color:#450577;	
}
img {display: block;
}
#pages {
	border: 1; 
	cellpadding:1; 
	cellspacing:1;
	height:auto;
	margin-left:2rem;
	margin-bottom:0;
}
#pageHeader {
	border:#580075 1px solid;
	border-bottom:none;	
	background-color:#FFF;
	max-width:58rem;
	height:18rem;
	-moz-border-radius: 6px 6px 0 0;
	border-radius:6px 6px 0 0;
	
}
#pageContent {
	border:#580075 1px solid;
	border-bottom:none;
	background-color:#D3F3FC;
	max-width:58rem;
	-moz-max-height: 400px;
}	

* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 33.33%;
  margin: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }

}
#paypalBlock{

	border:#83AC30 1px solid;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 20px 0; 
	-moz-box-shadow: 0 0 5px #666; 
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	float:left;
	background-color:#FFF;
	text-align: center;
	height:auto;
	width:50rem;
	padding:10px;
	margin:15px;
	
	
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other 
@media screen and (max-width: 600px) {
  .paypal {
    max-width: 20rem;
  }
  */

#serviceBlock {
	border:#83AC30 1px solid;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 20px 0; 
	-moz-box-shadow: 0 0 5px #666; 
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	float:left;
	background-color:#FFF;
	text-align: center;
	height:auto;
	width:15.5rem;
	padding:10px;
	margin:15px;
	
}
#basicBlock {
	border:#83AC30 1px solid;
	margin: 0 0 20px 0; 
	-moz-box-shadow: 0 0 5px #666; 
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float:left;
	background-color:#FFF;
	width:65.5%;
	height:auto;
	padding:15px;
	margin:15px;
	
}

#apptBlock {
	border:#83AC30 1px solid;
	margin: 0 0 20px 0; 
	-moz-box-shadow: 0 0 5px #666; 
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.holding{
display:inline-block
}

#pageFooter {
	position: relative;
	background-color:#fff;
	border:#580075 1px solid;
	font-size: 13px;
	color:#330000;
	width:58rem;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	
}

#pageFooter a {
	color:#fff;
}	
#pageFooter a:hover {
	color: #1B8CC5;
}	
#sale {
	color:#6600CC;
}

.button {
  background-color: #450577; /* Purple */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 8px;
}

* {
  box-sizing: border-box;
}

.col-container {
  display: table;
  width: 60rem;
}
.col {
  float: left;
  width: 50%;
  padding: 10px;
  
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    	
  }
}

/*
	 Organic Tabs
	 by Chris Coyier
	 http://css-tricks.com
*/

* { margin: 0; padding: 0; }


/*p { font-size: 15px; margin: 0 0 20px 0; }*/



/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }


/* Specific to example one */

#organictabs { background: #fff; width: 90%; border: #83AC30 1px; 
               padding: 10px; margin: 0 0 20px 0;
               -moz-box-shadow: 0 0 5px #666;
               -webkit-box-shadow: 0 0 5px #666; 
                box-shadow: 0 0 5px #666;
}  

#organictabs .nav { overflow: hidden; margin: 0 0 10px 0; }
#organictabs .nav li { width: 20%; float: left; margin: 0 5px 0 0; }
#organictabs .navi.last { margin-right: 0; }
#organictabs .nav li a { display: block; padding: 5px; background: #959290; color: white; font-size: 14px; text-align: center; border: 0; }
#organictabs .nav li a:hover { background-color: #2A1C02; }

#organictabs ul { list-style: none;}
#organictabs ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; }
#organictabs ul li a:hover { background: #fe4902; color: white; }
#organictabs ul li:last-child a { border: none; }

#organictabs ul .nav-one a.current, #example-one .intro li a:hover { background-color: #0575f4; color: white; }
#organictabs ul .nav-two a.current, #example-one .distant li a:hover { background-color: #F206E6; color: white; }
#organictabs ul .nav-three a.current, #example-one .counselling li a:hover { background-color: #8d01b0; color: white; }
#organictabs ul .nav-four a.current, #example-one .tarot li a:hover { background-color: #FE4902; color: white; }
#organictabs ul .nav-five a.current, #example-one .package li a:hover { background-color: #15DA25; color: white; }
#organictabs ul .nav-six a.current, #example-one .package li a:hover { background-color: #15DA25; color: white; }

/* Contact Form */	
	
body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.talk {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

/* Contact Form */		