/* CSS Document */


body	{
	margin-top: 12px;
	background-color: #9dcb7e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#container	{
	position: relative;
	margin: 0 auto 0 auto;
	width: 820px;
	background-color: #fff;
	border: 1px solid #000;
	overflow: visible;
	}

p	{
	line-height: 2.0em;
	margin: 15px;
	}

a	{
	font-size: 14px;
	font-weight: bold;
	color: #555;
	text-decoration: none;
	}


.bot_shadow	{
	position: relative;
	bottom: -6px;
	width: 100%;
	height: 6px;
	background-image: url(../images/botshadow.png);
	overflow: visible;
	}


.bot_shadow2	{
	position: relative;
	bottom: -0px;
	width: 100%;
	height: 6px;
	background-image: url(../images/botshadow.png);
	overflow: visible;
	}
	
.side_shadow	{
	float: right;
	position: relative;
	right: -6px;
	width: 6px;
	height: 100%;
	background-image: url(../images/sideshadow.png);
	background-repeat: repeat-y;
	overflow: visible;
	z-index: 50000;
	}
	





.navalign	{
	position: relative;
	top: 0;
	right: -30%;
	margin-top: 5px;
	margin-bottom: 2px;
	}
	
.artnav	{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #b60050;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 5px;
	}
	
.navimg	{
	padding: 0;
	margin: 0;
	}
	
	
	
	
	
/* SURROUNDING SHADOWS */	

.lftside_shadow	{
	position: absolute;
	top: 0;
	left: -6px;
	width: 6px;
	height: 100%;
	background-image: url(../images/leftsideshadow.png);
	background-repeat: repeat-y;
	overflow: visible;
	}
	
.tpside_shadow	{
	position: absolute;
	top: -6px;
	left: 0px;
	width: 100%;
	height: 6px;
	background-image: url(../images/topsideshadow.png);
	background-repeat: repeat-x;
	overflow: visible;
	}

.rghtside_shadow	{
	position: absolute;
	top: 0;
	right: -6px;
	width: 6px;
	height: 100%;
	background-image: url(../images/rightsideshadow.png);
	background-repeat: repeat-y;
	overflow: visible;
	}
	
.botside_shadow	{
	position: absolute;
	bottom: -6px;
	left: 0px;
	width: 100%;
	height: 6px;
	background-image: url(../images/bottomsideshadow.png);
	background-repeat: repeat-x;
	overflow: visible;
	}
	
.corner_tl	{	position: absolute;
	top: -6px;
	left: -6px;
	background-image: url(../images/shadow_tl.gif);
	width: 6px;	height: 6px;	background-repeat: no-repeat;	overflow: hidden;
	}

.corner_tr	{	position: absolute;
	top: -6px;
	right: -6px;
	background-image: url(../images/shadow_tr.gif);
	width: 6px;	height: 6px;	background-repeat: no-repeat;	overflow: visible;
	}
	
.corner_bl	{	position: absolute;
	bottom: -6px;
	left: -6px;
	background-image: url(../images/shadow_bl.gif);
	width: 6px;	height: 6px;	background-repeat: no-repeat;	overflow: visible;
	}
	
.corner_br	{	position: absolute;
	bottom: -6px;
	right: -6px;
	background-image: url(../images/shadow_br.gif);
	width: 6px;	height: 6px;	background-repeat: no-repeat;	overflow: visible;
	}
	
	
	
	
.title	{font-size: 22px;	font-weight: bold;	color: #000;	}
.artist	{font-size: 14px;	font-weight: bold;	color: #555;	}
.med	{font-size: 14px;	font-weight: normal;	color: #555;	}
.sponsor	{font-size: 14px;	font-weight: normal;	color: #f00;	}
