html {
}

body {
	margin: 0;
	padding: 0;
}

.left {
	text-align: left;
	margin-left: 5px;
	margin-right: auto;
}

.right {
	text-align: right;
	margin-right: 0px;
	margin-left: auto;
	padding-right: 4px;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}	

.top {
	vertical-align: top;
}

#page {
}

.topmenu {
	display: block;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	max-height: 60px;
}

#leftmenu {
	display: block;
}

#topbar {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-color: #FFFF00;
	height: 24px;
	font-family: arial,helvetica,sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0000FF;
}

#topbar2 {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-color: #0000FF;
	height: 24px;
	font-family: arial,helvetica,sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFF00;
}
#topbar2 button {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#features {
	text-align: left;
	margin-left: 5px;
	margin-right: auto;
	float: left;
}
#features p {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 0;
	padding-bottom: 0;
}

#schedule_pane {
	width: 100%;
	background-color: #FFFFFF;
	display: block;
}

#schedule {
	width: 720px;
	display: block;
}

#schedule td {
	text-align: left;
}

.red {
	color: #FF0000;
}

.blue {
	color: #0000FF;
}

.schedule_item {
	text-align: left;
	font-family: arial,helvetica,sans-serif;
	font-size: 19px;
	font-weight: 500;
	color: #000000;
	padding-bottom: 0px;
}

.event_venue {
	font-size: 17px;
	font-weight: 400;
}

#divMain {
	position: relative;
	overflow: hide;
	top: 0;
	left: 0;
	background-color: #000000;
	font-family: arial,helvetica,sans-serif;
	color: #FFFFFF;
	width: 100%;
	height: 100%;	
}
#divMain a {
	color: #FFFF00;
	text-decoration: none;
}
#divMain a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#divRightContainer {
	width: 100%;
	top: 0;
	margin-left: auto;
	margin-right: auto;
}

.divTop {
	height: 45px;
	width: 100%;
	background-color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}
.divTop ul {
}
.divTop li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#divLeft {
	position: absolute;	
	left: 0;
	top: 0;
	width: 68px;
	background-color: #FF0000;
	padding-top: 4px;
	margin-right: 10px;
}

.band_pic {
	background-color: #FF0000;
	padding: 0px 4px 4px 4px; 
}

.bio_page_band_pic {
	float: left;
	padding: 0px 4px 0px 4px; 
	border: 1px solid white;
}

#divContent {
	width: 100%;
	margin-left: 68px;
}

#divFooter {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.thumbnail {
	width: 100px;
	height: 160px;
	float: left;
}

