﻿/* CSS layout */
#left_border {
    height: 1290px;
	margin-right: 0px;
	width: 32px;
	display: inline;
	float: left;
	background-image: url('../images/border/lb_32x1.jpg'); 
	background-repeat:repeat-y;
}
#right_border {
	height: 1290px;
	width: 35px;
	background-image: url('../images/border/rb_35x1.jpg'); 
	background-repeat:repeat-y;
	float:left;
}
#middlecontent {
  	overflow:auto;
    height:1183px;
}

.tarotdecks {
	height:900px;
}
.frameTarotCard {
	border: 1px solid #363636;
	text-align:center;
	width: 160px;
	height: 205px;
	padding-top:1em;
	margin: 0 0 1em 0;
}

.tarotCardleft {
	display:inline;
	float:left;
	width:200px;
	height:217px;
	padding-top:.5em;
	height:0;
	margin:0 1em 0 5em;
}

.tarotCardright {
	display:inline;
	float:left;
	width:200px;
	height:217px;
	margin:0 2em 0e 0em;
	padding-top:.5em;
	height:0;
}



