.backerColor		{
	background-color: #fce1af;
	}
	
#wrapper	{
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
 
#banner	{
	margin: 9px 0px;
	}
	
#contentWell		{
	margin-bottom: 9px;
	}
 
.edge		{
	background: url(/blog/images/common/edge.png) repeat; 
	width: 1px;
	}
	
.horoEdge		
{
	background: url(/blog/images/common/edge.png) repeat; 
	height: 1px;	
}
	
#release
{
	font-size: 12px;
	font-family: 'Microsoft Sans Serif';	
	color: gray;
}

#secPgTitle
{
	font-size: 20px;
	font-family: 'Microsoft Sans Serif';	
	margin: 15px 0px 9px 0px;
	color:
}

#footLink	
{	
	font-size: 12px;
	font-family: 'Microsoft Sans Serif';
	color: #ffffff;
}
	
/* global nav */

#gNavCell		{
	background-color: #380e55;
	height: 47px;
	}

/* footer */

#footerL	{
	background: url(/blog/images/common/footerL.gif) top left no-repeat;
	width: 12px;
	height: 36px;
	}
	
#footerMid		{
	width: 819px;
	height: 36px;
	background: url(/blog/images/common/footerMid.gif) repeat;
	text-align: center;
	}

#footerR	{
	background: url(/blog/images/common/footerR.gif) top left no-repeat;
	width: 12px;
	height: 36px;
	}

#ZDK		{
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
//	color: #333;
        color: #ffffff;
	margin-bottom: 31px;
	}
	

/* text tags */


#secLogPgT		
{
	font-size: 14px;
	font-family: 'Microsoft Sans Serif';	
	margin: 15px 0px 9px 0px;
}

#secPgT		
{
	font-size: 14px;
	font-family: 'Microsoft Sans Serif';	
	margin: 15px 0px 9px 0px;
}

#secPgTitle		
{
	font-size: 20px;
	font-family: 'Microsoft Sans Serif';	
	margin: 15px 0px 9px 0px;
	color: #335490;
}

.subHdr2		{
	font-size: 18px;
	font-weight: bold;
	color: #335490;
	}

.subHdr24		{
	font-size: 24px;
	font-weight: bold;
	color: #335490;
	}
	
.subHdr14		{
	font-size: 14px;
	font-weight: bold;
	color: #335490;
	}
	
.txt20W	{
	font-size: 20px;
	color: #ffffff;
	}
	
.txt20B	{
	font-size: 20px;
	color: #335490;
	}
	
.secHdr		{
	font-size: 14px;
	font-weight: bold;
	color: #1e1e1e;
	margin: 25px 0px 13px 0px;
	}
.secPadding {
	width: 405px; 
	padding-left: 10px;
	}
.txt14	{
	font-size: 14px;
	}

.txt13	{
	font-size: 13px;
	}
	
.txt12	{
	font-size: 12px;
	}
	
.txt11	{
	font-size: 11px;
	}
	
.txt10	{
	font-size: 10px;
	}
	
.caption10	{
	font-size: 10px;
	margin: 11px 0px 3px 0px;
	}
	
.caption11	{
	font-size: 11px;
	margin: 11px 0px 3px 0px;
	}
	
.caption12	{
	font-size: 12px;
	margin: 11px 0px 3px 0px;
	}
	
.caption10C	{
	font-size: 10px;
	margin: 11px 0px 3px 0px;
	text-align: center;
	}
	
.caption11C	{
	font-size: 11px;
	margin: 11px 0px 3px 0px;
	text-align: center;
	}
	
.caption12C	{
	font-size: 12px;
	margin: 11px 0px 3px 0px;
	text-align: center;
	}
	
.caption10R	{
	font-size: 10px;
	text-align: right;
	margin-top: 3px;
	}
	
.caption11R	{
	font-size: 11px;
	text-align: right;
	margin-top: 3px;
	}
	
.caption12R	{
	font-size: 12px;
	text-align: right;
	margin-top: 3px;
	}
	
.bold {
	font-weight: bold;
	}
	
.boldB		{
	font-weight: bold;
	color: #335490;
	}
 
.line	{
	text-decoration: underline;
	}
	
.noLine	{
	text-decoration: none;
	}
	
.red {
	color: #cc0000;
	}
	
.red2	{
	color: #31054f;
	}
	
.phCaption	{
	font-size: 10px;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	padding: 3px 0px;
	}
	
 .noCaps {
 	font-variant: normal;
 	}
 	
/* button tags */

.button		{
	margin-top: 3px;
	}
	
.buttonCnt		{
	margin-top: 3px;
	width: 100%;
	text-align: center;
	}
	
/* dashed lines */

.dashLG	{
	border-left: 1px #aaaaaa dashed;
	}
	
/* alignment tags */

.center {
	width: 100%;
	text-align: center;
	}

.left 	{
	text-align: left;
	}

.right		{
	text-align: right;
	}
	
.rightSm	{
	text-align: right;
	font-size: 11px;
	padding: 4px 11px 0px 0px;
	}

.FL	{
	float: left;
	}
	
.FR		{
	float: right;
	}

.clear 		{
	clear: both;
	}

.clearL		{
	clear: left;
	}
	
.clearR		{
	clear: right;
	}
	
/* photo tags */

.photoL		{
	float: left;
	margin-right: 21px;
	}

.photoR		{
	float: right;
	margin-left: 21px;
	}	
	
.photoB		{
	border: 1px #605a28 solid;	
	}
	
ul.more_about { 
	list-style-type: none; 
	padding: 0; 
	margin: 0; 
}
ul.more_about li { 
	background:url('/blog/images/starburst_small.gif') no-repeat 0px 5px; 
	padding: 6px 5px 6px 23px; 
}
.changeSign {
	padding: 0 15px 0 0;
}
.astrology_main {
	line-height: 18px;
}
p { margin: 0; padding: 5px 0px; }