.pa_home {
	padding: 5px 10px;

}

#welcome {
	width: 486px;
	margin-right: 2px;
}

* html #welcome {
	width: 495px;
}

#makebooking {
	width: 474px;
}

* html #makebooking {
	width: 483px;
}

.welcome_image {
	width: 495px;
	height: 225px;
	margin-right: 2px;
	float: left;
}

.booking_form {
	width: 463px;
	height: 205px;
	background-color: #371377;
	float: left;
	padding: 10px;
}

* html .booking_form {
	width: 483px;
	height: 225px;
}

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

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

* html .booking_field {
	width: 222px;
	height: 20px;
}	
	
#introduction {
	clear: both;
	width: 486px;
	margin-right: 2px;
}

* html #introduction {
	width: 495px;
}

#calendar {
	width: 231px;
	margin-right: 2px;
}

* html #calendar {
	width: 240px;
}

#selected {
	width: 232px;
}

* html #selected {
	width: 241px;
}

.welcome_text {
	float: left;
	width: 475px;
	height: 131px;
	background-color: #0e0025;
	margin-bottom: 5px;
	margin-right: 2px;
	padding: 10px;
}

* html .welcome_text {
	width: 495px;
	height: 151px;
}

.calendar {
	float: left;
	width: 240px;
	height: 151px;
	background-color: #0e0025;
	margin-bottom: 5px;
	margin-right: 2px;
}

.selected_artists {
	float: left;
	width: 237px;
	height: 147px;
	background-color: #0e0025;
	margin-bottom: 5px;
	padding: 2px;
}

* html .selected_artists {
	width: 241px;
	height: 151px;
}

.selected_artist {
	width: 237px;
	height: 60px;
	margin-bottom: 5px;
}

.selected_artist_image {
	width: 60px;
	height: 60px;
	margin-right: 2px;
	float: left;
}

.selected_artist_title {
	float: left;
	width: 166px;
	height: 14px;
	background-color: #371377;
	padding: 2px 4px;
	margin-bottom: 2px;
	font-weight: bold;
}

* html .selected_artist_title {
	width: 174px;
	height: 18px;
}

.selected_artist_links {
	background-color: #e5e5e5;
	width: 168px;
	height: 30px;
	float: left;
	padding: 5px 3px;
}

* html .selected_artist_links {
	width: 174px;
	height: 40px;
}

.selected_artist_links a:link, .selected_artist_links a:visited, .selected_artist_links a:hover {
	color: #000000;
	text-decoration: none;
}

