body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#auditions-london {
	background-image: url(../images/left.jpg);
	background-repeat: repeat-y;
}
#london-auditions {
	background-image: url(../images/right.jpg);
	background-repeat: repeat-y;
}
#auditions {
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding: 20px;
}
#auditions h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
#auditions h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#auditions h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#auditions a {
	color: #0033FF;
	text-decoration: none;
}
#auditions a:hover {
	color: #0033FF;
	text-decoration: underline;
}
#los-angeles-auditions {
	font-size: 12px;
	text-align: left;
	padding: 20px 25px 25px 25px;
}
#los-angeles-auditions a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	display: block;
	margin: 5px 0px;
	padding: 4px 10px;
	border: 2px solid #63AE0A;
}
#los-angeles-auditions a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #63AE0A;
	border: 2px solid #63AE0A;
}
#hollywood-audition {
	text-align: center;
        width:500px;
}
#hollywood-audition h1 {
	font-size: 16px;
	font-weight: bold;
	color: #3A6804;
	margin: 0px 0px 10px 0px;
}
#hollywood-audition p {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 8px 0px;
}
.button {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/button.gif);
	background-repeat: repeat-x;
	padding: 3px 2px;
	border: 1px solid #000000;
}
