.photoTable { 
	margin: 10px 15px 10px 0;
	background: none;
	padding: 0;
	float: left;
	border: none;
}

.photoTable img { 
	display: inline;
	border: 5px solid gray;
}
.blend_right {
	float: right;
	margin-left: 10px;

}
.blend_left {
	float: left;
	margin-right: 10px;
}
.listen {
	display: inline;
	margin-right: 5px;
}
.listen img{
	border: none;
}
.listen a {
	color: #6699CC;
}
.listen a:visited {
	color: #6699CC;
}
.listen a:hover {
	color: white;
	text-decoration: none;
}
.copyright {
	font-size: 12px;
	margin-left: 40px;
	width: 450px;
}

/* background borders */
.main_header {
	border: none;
	background-image: url("images/bg_border_top.jpg");
	background-repeat: no-repeat;
	font-size: 1px; /* IE fix for trailing blank */
}
.main_content_start {
	border: none;
	background-image: url("images/bg_border_top.jpg");
	background-repeat: no-repeat;
	font-size: 1px; /* IE fix for trailing blank */
	height: 15px;
}
.main_content_mid {
	background-image: url("images/bg_border_mid.jpg");
	background-repeat: repeat-y;
	padding: 1px 20px 1px 20px;
}

.main_content_end {
	border: none;
	background-image: url("images/bg_border_bot.jpg");
	background-repeat: no-repeat;
	font-size: 1px; /* IE fix for trailing blank */
	height: 15px;
}

.sub-header-item  {opacity: 0}

/* body text fonts */
#bodyText {
	color: #9C9C9C; /* default */
	font-size: 14px;
}

#bodyText p{
	color: #9C9C9C; /* do not use! */
	font-size: 14px;
}

#bodyText div.para { /* IE6 fix: the Peekaboo bug */
	color: #9C9C9C;	
	font-size: 14px;
	margin: 15px 0 15px 0;
}

#bodyText div.para img.concert {
	margin-left: 5px;
	padding: 0;
}


#tweener {width: 50px; height: 50px; border:1px solid yellow; display:block;}

h1 {
	font-size: 25px;
	font-style: none;
	margin: 0;
	color: #DFDFDF;
}

h2 {
	font-size: 20px;
	font-style: none;
	margin-bottom: -10px;
}

h3 {
	font-size: 15px;
	font-style: none;
	margin-bottom: 5px;
	color: #6699CC;
}

#bodyText h4 {
	font-size: 14px;
	color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
.caption {
	font-size: 12px;
	background-color: #200;
}



