.artist_av {
	float: left;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	width: 310px;
}

.artist_photo {
	background-color: #0c0718;
	width: 300px;
	padding: 5px;
	
}

* html .artist_photo {
	width: 310px;
	margin-left: 5px;
}

#music {
	width: 301px;
}

* html #music {
	width: 310px;
}

.artist_info {
	width: 419px;
	margin-top: 10px;
	margin-right: 5px;
	float: left;
}

.artist_booking {
	margin-top: 10px;
	float: left;
	width: 240px;
}

#tourdates, #biography {
	width: 410px;
	margin-bottom: 5px;
}

* html #tourdates, * html #biography {
	width: 419px;
}

.artist_bio {
	width: 409px;
	padding: 5px;
	margin-bottom: 10px;
	text-align: justify;
}

* html .artist_bio {
	width: 419px;
	text-align: justify;
}

#bookartist {
	width: 231px;
	margin-bottom: 5px;
}

* html #bookartist {
	width: 240px;
}


.booking_form {
	background-color: #0e0025;
	width: 230px;
	padding: 5px;
	float: left;
}

* html .booking_form {
	width: 240px;
}

.booking_form_table {
	width: 220px;
}

.booking_form_table td {
	padding: 2px;
}

.booking_select {
	height: 20px;
	font-family: Tahoma;
	font-size: 11px;
	border: solid 1px #0a0a0a;
	background-color: #e5e5e5;
	padding: 2px;
	margin-bottom: 2px;
}

.booking_field {
	width: 216px;
	height: 14px;
	border: solid 1px #0a0a0a;
	background-color: #e5e5e5;
	font-family: Tahoma;
	font-size: 11px;
	padding: 3px;
	margin-bottom: 2px;
}

* html .booking_field {
	width: 222px;
	height: 20px;
}	

.button_row {
	margin-left: 5px;
}

.button {
	float: left;
	margin-bottom: 5px;
}

.artist_gig {
	width: 419px;
	margin-bottom: 2px;
}

.gig_date {
	background-color: #371377;
	padding: 2px;
	float: left;
	margin-right: 3px;
	width: 36px;
	text-align: center;
	margin-bottom: 3px;
	height: 31px;
}

* html .gig_date {
	width: 40px;
}

.gig_venue {
	background-color: #0e0025;
	float: left;
	padding: 3px;
	height: 29px;
	width: 154px;
	margin-right: 2px;
}

* html .gig_venue {
	width: 160px;
	height: 35px;
}

.gig_support {
	background-color: #0e0025;
	float: left;
	margin-right: 3px;
	padding: 3px;
	height: 29px;
	width: 146px;
}

.gig_price {
	background-color: #0e0025;
	padding: 3px;
	float: left;
	width: 49px;
	height: 29px;
	text-align: center;
}

* html .gig_price {
	width: 55px;
	height: 35px;
}