body {
	margin: 0px;
	background: url(../images/background_gradient.jpg) repeat-x #660099;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #660099;
}
/* block containers */

#mainContainer {
	position: relative;
	width: 800px;
	margin: 0px auto;
	background: url(../images/images/border_repeat.jpg) repeat-y;
	text-align: left;
}

#headBlockContainer {
	width: 800px;
	height: 198px;
	background: url(../images/images/tarot_header.jpg) no-repeat;
}

#midBlockContainer {
	position: relative;
	width: 751px;
	left: 26px;
	background: url(../images/content_back.jpg) no-repeat bottom left;
}

#footBlockContainer {
	width: 800px;
	height: 131px;
	background: url(../images/tarot_footer_image2.jpg) no-repeat;
}

/* mid block wrappers */

#contentWrapper {
	width: 601px;
	float: right;
}

#lowerRock {
	float: left;
	width: 150px;
	height: 82px;
	background: url(../images/tarot_island.jpg) no-repeat;
}

#sideNavWrapper {
	float: left;
	clear: left;
	width: 150px;
	margin-bottom: 135px;
}

#clearingBottom {
	clear: both;
	height: 30px;
}

/* side nav */

#sideNavWrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sideNavWrapper ul li a {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding-left: 26px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 24px;
}

#sideNavWrapper ul li a:hover {
	color: #990000;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding-left: 26px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 24px;
	background: url(../images/tarot_star.jpg) no-repeat top left;
}

/* content nav */

#contentNav {
	text-align: center;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#contentNav a {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#contentNav a:hover{
	color: #990000;
	text-decoration: underline;
}
.reviewText {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}	
.reviewText a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.reviewText a:hover {
	text-decoration: underline;
	color: #660099;
}
#reviewLink {
	float: right;
}
.reviewLink {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}	
.reviewLink a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.reviewLink a:hover {
	text-decoration: underline;
	color: #660099;
}
.reviewSig {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

/* page content container*/

#pageContentWrapper {
	margin: 20px 50px 10px 50px;
}

/* foot nav */

#footNav {
	position: absolute;
	width: 800px;
	bottom: 20px;
	line-height: 20px;
	text-align: center;
}

#footNav a {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#footNav a:hover{
	color: #990000;
	text-decoration: underline;
}

#copyright {
	position: absolute;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;;
	width: 775px;
	height: 5px;
	line-height: 15px;
	bottom: 0px;
	text-align: right;
}

#copyright a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}

#copyright a:hover{
	color: #F90;
	text-decoration: underline;
}

.watermarkText {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
}