body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F8F9F9; 
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.mainpane, .footerpane, .bannerpane {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.bannerpane {
	width: 780px;
	height: 138px;
	margin-top: 0px;
	
}
.banneriframe {
	padding: 5px;
	background-color: white;
}
.mainpane {
	width: 780px;
	background-color: white;
}
.footerpane {
	width: 780px;
	height: 40px;
}
.footeriframe {
	padding: 5px;
	background-color: white;
}
.navpane {
	overflow: hidden;
	width: 170px;
	height: 500px;
	float: left;
}
.naviframe {
	padding: 5px;
}
.contentpane {
	overflow: hidden;
	width: 600px;
	float: right;
	padding: 5px;
}


.heavybanner, .newstitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: black;
}

.lightbanner {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #68AAC1;
}

.smallbanner, .photoattribution {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: black;
} 

.newsbody {
	font-family: Times New Roman, serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

.photoattribution {
	font-size: 10px;
	margin-top: 5px;
	display: block;

} 


.bannerpane hr {
	color: #ccc; 
}
	
.naviframe a {
display: block;
}
.naviframe .storelink {
display: inline;
}

a {
color: #68AAC1;
}



.artists {
padding-left: 15px;
font-size: 11px;
color:#000000;
}

.newstitle {
display: block;
color: #333333;
font-size: 14px;

}

.newsitem {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.banneriframe a {
text-decoration: none;
}

.livethumbs img {
display: inline; 
margin-left: 5px;
cursor: pointer;
}

.footerbody {
font-family: Times New Roman, serif;
font-size: 10px;
}

.imagepopuptable img {
	margin-bottom: 5px; 
	cursor: pointer;
}

.popupleft {
	margin-left: auto;
	margin-right: 0px;
}

#imgbox 
{
    vertical-align : middle;
    position : absolute;
    border: 1px solid #999;
    background : #FFFFFF; 
    filter: Alpha(Opacity=100);
    visibility : hidden;
    /*height : 640px;
    width : 480px;*/
    z-index : 50;
    overflow : hidden;
    text-align : center;
	left: 50%;
	margin-left: -320px;
	top: 50%;
	margin-top: -240px;
}

#container {
	width: 600px,
	position: absolute;
	left : 50%;
	margin-left: -300px;
}