@charset "UTF-8";
/* CSS Document */
table.deck
{
	background-color:#8c3d1e;
}
table.deck td.deckTitle
{
	background-image:url(../images/deck/deck_title.jpg);
	background-repeat:no-repeat;
	height:201px;
	width:220px;
	
}
#deckContent
{
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	padding: 5px 5px 5px 5px;
}
img.thumb
{
	padding-right:7px;
}
font.deckT
{
	font-size:28px;
	font-weight:900;
	text-align:center;
}
font.green
{
	color:#033;
	font-size:12px;
}
font.lifetime
{
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	color:#000;
}
	
div.picTitle
{
	position:relative;
	left: 0px;
	top: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:900;
}
div.deckThumb
{
	position:relative;
	left:0px;
	top:12px;
	border-bottom:medium;
}
div.deckThumbHigh
{
	position:relative;
	left:0px;
	top:90px;	
	height:150;
}
p.barspacer
{
	width:15;
}
#thumb1
{
	position:relative;
	left:0px;
	top:130;
	height:12px;
	background-color:#752105;
	width:60px;
	border:1px solid #752105;
	
}
table.special
{
	font-size:10px;
}

