@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	margin: 0px;
	padding: 0px;/* Marcus' stripped down p tag */
}

a:link {
	color: #FF99FF;
}
a:visited {
	color: #FF99FF;
}
a:hover {
	color: #66FF66;
}

div#wrapper {
	margin: 0 auto;
	width:750px;
	background-color: #000000;
	border:1px solid #694d52; 
}

div#mainlinks {
	text-align: center;
	width: 750px;
	height:49px;
	background-image: url(siteimages/bgslice_02.jpg);
	padding-top: 12px;
	margin-bottom: -12px;
	background-color: #000000;
}

a:link.mainlink {
	color: #FFCCFF;
	text-decoration:none;
		
}
a:visited.mainlink {
	color: #FFCCFF;
	text-decoration:none;
		
}
a:hover.mainlink {
	color:#FFFFCC;
	text-decoration:none;
}

div#bodywrap {
	background-image: url(siteimages/bgslice_04.jpg);
	/*height: 387px; */
	padding-top: 10px;
	padding-left:30px;
}

.smallhead {
	font-weight:bold;
	
}
.smalltip {
	font-size: 8pt;
}



/************************************************************************************************/

/* PAGE-SPECIFIC STYLES */

img {
	border:none;
}

div#content1 {
	float:left;
	width:435px;
	text-align:justify;

}
div#content2 {
	float:right;
	width:248px;
	padding-right: 25px;

}
p.content1 {
	margin-bottom: 15px;
}

p.showhead {
	color:#FFFFCC;
	font-weight:bold;
	margin-bottom: 8px;
}

.showtime {
	color:#999999;
	font-size: 8pt;
	font-weight: normal;
}

div#gallery1 {
	float:left;
	width:280px;


}

div#gallery2 {
	float:right;
	width:400px;

}

img.thumb {
	width: 64px;
	padding-right: 8px;
	padding-bottom: 8px;
	cursor: pointer;
}

div#audioplayer {
	position:relative;
	left: 25px;
	
}


div#videoplayer {
	position: relative;
	left: 25px;
}

