body {
	background: url(images/background.jpg) repeat-y;
	margin: 0px;
}
font {
	font: 12px/1.3em Geneva, Arial, Helvetica, san-serif;
}
.tablepink {
	background: #FEe2E9;
	text-align: left;
	padding: 10px;
}
.tablepinkindex {
	background: #FEe2E9 url(images/indexlarge.jpg) no-repeat center center;
	text-align: left;
	padding: 10px;
}
#navbar {
	margin-bottom: 0;
	text-align: center;
	margin-top: 0;
	color: #000000;
	padding: 15px 10px 2px;
	font-size: 20px;
}

#navbar a:link, #navbar a:visited {
	color: #000000;
	text-decoration: none;
}

#navbar a.current {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navbar a:hover {
	color: #DCB300;
	text-decoration: none;
}
   .punchbox {
	float: right;
	width: 40%;
	text-align: left;
	font-size: 200%;
	font-weight: bold;
	font-style: italic;
	padding: 1em;
	text-indent: -0.5em;
	background: white;
	color: #6633CC;
	margin: 0.2em -1px 0.2em 0.5em;
	border: 1px solid #999999;
}
.punchboxleft {
	float: left;
	width: 40%;
	text-align: left;
	font-size: 200%;
	font-weight: bold;
	font-style: italic;
	padding: 1em;
	text-indent: -0.5em;
	background: white;
	color: #6633CC;
	margin: 0.2em -1px 0.2em 0.5em;
	border: 1px solid #999999;
}
.sidebar {
	float: right;
	width: 33%;
	text-align: left;
	padding: 2em;
	text-indent: -0.5em;
	margin: 1em .07em 0.7em 0.7em;
	border: 1px solid #000000;
}
.punchboxplain {
	float: right;
	width: 400px;
	text-align: left;
	font-size: 110%;
	font-style: italic;
	padding: 1em;
	text-indent: -0.5em;
	background: #FFFFCC;
	color: #333333;
	margin: 0.2em -1px 0.2em 0.5em;
	border: 1px solid #999999;
}
.albums {
	font-weight: bold;
	margin-left: -10px;
}
.leftside {
	background: url(images/leftside.png) repeat-y right;
	width: 125px;
}
.rightside {
	background: url(images/rightside.png) repeat-y left;
	width: 125px;
}
#upperleft {
	background: url(images/aceofhearts.png);
	overflow: hidden;
	left:0px;
	top:0px;
	height: 158px;
	width: 121px;
	position: absolute;
}
#upperright {
	background: url(images/aceofclubs.png);
	overflow: hidden;
	height: 154px;
	width: 121px;
	top: 0px;
	right: 0px;
	position: absolute;

}
#lowerright {
	background: url(images/aceofdiamonds.png);
	overflow: hidden;
	height: 154px;
	width: 121px;
	float: right;
	right: 29px;
	position: absolute;
	visibility: inherit;
	bottom: -207px;
}
#lowerleft {
	background: url(images/aceofspades.png);
	overflow: hidden;
	height: 158px;
	width: 121px;
	left: 3px;
	position: absolute;
	bottom: -200px
}
img.topleft {
position:absolute;
top:0;
left:0;
}
img.bottomleft {
position:absolute;
bottom:0;
left:0;
}

