body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Helvetica,Arial, sans-serif;
	font-size: 75%;
	background-color: #000000;
		}
.Printer_body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Helvetica,Arial, sans-serif;
	font-size: 75%;
	background-color: #FFFFFF;
		}
	
#wrap {
	background: url(../img/threecol-r.gif) repeat-y 70% 0;
	max-width: 1200px;
	}
#wrap-inner {
	background: url(../images/nav_bg.gif) repeat-y;
	}
	
#header {
	margin: 0;
	background: #000000 url(../images/header.jpg) no-repeat left top;
	padding: 0px;
	//display: block;
	width: 100%;
	}
#main-body {
	float: left;
	width: 70%;
	margin: 0px;
	padding: 0px;
	}
#content {
	background-color: #FFFFFF;
	line-height: 1.5em;
	padding-bottom: 40px;
	padding-right: 5px;
	}
	#content p{
/*	padding-top: 1em; */ 
}
	
	
	#content a{
	color: #A3963A;
	text-decoration: none;
	}
	
	
	#content p em{
	color: #464646;
}
	#content a:hover{
	color: #595220;
	text-decoration: underline;
	}
	#content ul{
}
	#content li{
	list-style: url(../images/bullet.gif);
}
	
#sidebar {
	float: left;
	width: 183px;
	clear: none;
	margin: 0px;
	padding: 0px;
	}
#sidebar-2 {
	//float: right;
	width: 30%;
	text-align: center;
	border-left:1px solid #999999;
	}
	
	#sidebar-2 ul{
	text-align: left;
	font-size: 95%;
}
	#sidebar-2 li{
	list-style: none;
	padding-left: 15px;
	line-height: 1.5em;
}
	#sidebar-2 ul a{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #A49E6A;
	
}
	#sidebar-2 ul a:hover{
	color: #E2144A;	
}

#sidebar-2 h4{
	text-align: left;
	background: #8E0000 url(../images/header.jpg) -200px 10px;
	margin: 0px;
	padding: 0.5em 0px 0.5em 20px;
	color: #FFFFFF;
	border-bottom: 1px solid #4F0000;
}

#sidebar-2 li.active {
	background: url(../images/l_arrow.gif) no-repeat 4px;
	font-weight: bold;
	text-decoration: none;
	}

	
#content div {
	padding-top: 30px;
	padding-left: 20px;
	}
#sidebar-2 div{
	text-align: center;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	 }
	
#footer {
	clear: both;
	background: #DDD9A9 url(../images/footer.jpg) repeat-x;
	text-align: center;
	font-size: 90%;
	color: #716946;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
	#footer a{
	color: #716946;
	text-decoration: none;
	}
	
	#footer a:hover{
	color: #000000;
	}
	
	.eyes {
	//float: right;
	margin-right: 20px;
	clear: right;
	height: 105px;
}
/*top rhs nav tabs*/
#top_nav {
	clear: both;
	text-align: right;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #333333;
	border-right: 1px #333333;
	border-bottom: 1px #333333;
	border-left: 1px #333333;
}


#top_nav ul{
	margin: 0px;
	background: #232323 url(../images/navbar.gif) repeat-x;
	width: ;
	padding: 0px 12px 12px 0px;
}

#top_nav li{
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#top_nav a{
	text-decoration: none;
	background-color: #A09967;
	background-image: url(../images/tab_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	border: 1px solid #666666;
	border-top: none;
	padding: 0px 10px 4px;
	color: #000000;
	
}

#top_nav a:hover{
	background-color: #CCBF8D;
	background-image: url(../images/tab_bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #999999;
	border-top: none;
	color: #E2144A;

}

#navbutts {
	padding: 30px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
}#navbutts li{
	list-style-image: none;
	list-style-type: none;
	padding-top: 1px;
}

.lhn_top {
	background-image: url(../images/navtop.gif);
	background-repeat: repeat-x;
	height: 39px;
	width: 174px;
}

/***********************left hand nav****************************/

#lhnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 174px;
	border-bottom: 1px solid #000000;
	font-size: 90%;
	}

#lhnav ul li {
	position: relative;
	text-align: right;
	}
	
#lhnav li ul {
	position: absolute;
	left: 173px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#lhnav ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	background: #E0DAA9 url(../images/r_arrow.gif) no-repeat right 50%; /* IE6 Bug */
	padding: 5px 20px 5px 5px;
	border: 1px solid #000000;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html #lhnav ul li { float: left; height: 1%; }
* html #lhnav  ul li a { height: 1%; }
/* End */

#lhnav ul li a:hover { color: #E2144A; background: #f9f9f9 url(../images/r_arrow2.gif) no-repeat right 50%; } /* Hover Styles */
		
#lhnav li ul li a {
	padding: 2px 5px;
	background: #F3F1DE;
} /* Sub Menu Styles */
		
#lhnav li:hover ul, #lhnav li.over ul { display: block; } /* The magic */
#lhnav .more {
	background-image: url(../images/plus_ico.gif);
	background-repeat: no-repeat;
	background-position: 155px center;
}

/***********************end nav**********************************/


p {
	margin: 0px;
	padding: 0px;
	font-size: 98%;
}

h1,h2,h3 {
	color: #8E0000;
	margin: 0px;
	padding: 0px;
}

h4{
	font-weight: bold;
	color: #A3963A;
	font-size: 110%;
	margin: 0px;
	line-height: 1.2em;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 1.5em;
}

h1.preh3{
padding-bottom:0
}

h3{
	font-size: 110%;
}
h1{
	font-size: 140%;
	padding-bottom: 1em;
}
h2{
	font-size: 100%;
	font-weight: normal;
	padding-top: 1em;
}

#hq {
	margin-top: 30px;
	border-top: 1px dotted #A3963A;
	text-align: center;
	padding: 0px;
	margin-bottom: 60px;
		
}

#hq h3{
/*	padding-top: 20px;  */
	padding-bottom: 10px;
}

#hq h6{
	margin: 0px;
	padding: 0em 0px 1em;
	text-align: right;
}
.phone {
	background: url(../images/phone_ico.gif) no-repeat;
	padding-left: 14px;
	padding-top: 2px;
}
.left {
	float: left;
	margin: 0px;
	padding: 0px;
}
.date {
	color: #666666;
	text-align: center;
	font-size: 95%;
	line-height: 39px;
}

/*to hi-light current page in nav w/submenu
body#c #clients a,body#s #stories a {
	background: #f9f9f9;
	background-image: url(../images/plus_ico.gif);
	background-repeat: no-repeat;
	background-position: 155px center;
} 
//remove + from subs//
body#c #clients li a,body#s #stories li a {
background: #F3F1DE;
background-image: none
}


//put back hover hilight//
body#c #clients li a:hover,body#s #stories li a:hover {
background: #f9f9f9;
}*/ 
/*above only used when subnavs used*/

/*menu sans subs lhs*/
body#kp #keypres a, body#sp #stratpres a,body#m #media a,body#c #clients a,body#s #stories a {
background: #f9f9f9;
}

/*for top rhs tabs*/
body#contact #ctab a, body#home #htab a, body#who #wtab a{
	background-color: #CCBF8D;
	background-image: none;
	color: #666666;
}

/****end nav hilight****/

.de_image {
	clear: none;
	float: left;
	padding-right: 30px;
}
.right {
	text-align: right;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CFCCB1;
	padding-bottom: 20px;
}

/*for phone numbers in rhs col*/
#sidebar-2 dl {
	margin: 0px auto;
	padding: 0px 0px 10px;
	text-align: left;
	width: 180px;
}

#sidebar-2 dt {
	font-size: 80%;
	font-weight: bolder;
	text-align: right;
	float: left;
	width: 65px;
	line-height: 1.5em;
	margin: 0px 5px 0px 0px;
	padding: 0px 14px 0px 0px;
	background: url(../images/phone_ico.gif) no-repeat right;
}

#sidebar-2 dd {
	font-size: 80%;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}

/*for astrology pages*/
 dl.ast {
	padding: 20px 0px 0px;
	text-align: left;
	margin: 0px;
	width: 99%;
}

 dt.ast {
	font-size: 80%;
	font-weight: bolder;
	text-align: right;
	float: left;
	line-height: 1.5em;
	margin: 0px 5px 0px 0px;
	width: 80px;
	padding: 0px;
	background: url(none);
}

  dd.ast {
	font-size: 80%;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	float: right;
}
.chars {
	float: left;
	margin-right: 10px;
}

.black_bord {
	border: 1px solid #000000;
}
.dotted_line {
	border-bottom: 1px dotted #A3963A;
}


/********styles for shop items********/

/*store wrapper div style*/
.storeitem {
	border-top: 1px dotted #CFCCB1;
	background: #FFFFFF;
	float: left;
	margin: 20px 0px 0px;
	padding: 0px;
}
/*dl style*/
.price{
	background: #ECEBDF;
	margin: 10px 0px 0px;
	font-weight: bold;
	padding: 10px;
	float: left;
	width: 100%;
	border: 1px solid #CFCCB1;
}
/*dt style*/
.amount {
	float: left;
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 80%;
}
/*dd style*/
.buy {
	float: right;
	margin: 0px;
	padding: 0px;
	clear: none;
}
.logo {
	margin-top: 5px;
	margin-left: 5px;
}
.bytorch {
	font-size: 80%;
	padding-top: 15px;
}
h6 {
	line-height: 1em;
	color: #A3963A;
	font-size: 80%;
}
/*styles for contact page*/
	#formstyle{
	background: #CFCCB1 url(../images/form_bg.gif) no-repeat left top;
	width: 300px;
	text-align: center;
	padding: 0px;
	border: 4px solid #8B8656;
	margin: 0px auto 20px;
}

.inputbg{
	background: #FFFFFF;
	border: 1px solid #8B8656;
	margin: 4px auto;
	padding: 2px;
	width: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	}
	
 .formbutt {
	margin: 5px auto;
	height: 25px;
	width: 80px;
	padding: 0px;
}

.clearleft {
	clear: left;
	float: left;
}
#formdiv {
	text-align: center;
	width: 100%;
}
.form_h1 {
	background: #80130E url(../images/header.jpg) no-repeat -200px -20px;
	line-height: 3em;
	padding: 0px;
	color: #FFFFFF;
	font-weight: normal;
	border-bottom: 4px solid #8B8656;
	margin-bottom: 10px;
}
.logo_home {
	z-index: 100;
	position: absolute;
	left: 0px;
	top: 0px;
}
.viewcart{
	text-align: center;
}
