#intensives {
	width: 620px;
	background-repeat:no-repeat;
	margin: 30px;
	padding: 20px;
	background-color: #220000;
	color:#e0e0e0;
	position: relative;
}

#intensivesbody h1 { font-size: 16px; color: #ffffff;}
#intensivesbody h2 { font-size: 14px; }
#intensivesbody h3 { font-size: 12px; }
#intensivesbody p { font-size: 12px; }

#intensives .bio {font-size: 10px; color: #c0c0c0;}

#intensives #improv {
	width: 290px;
	position: absolute;
	background-color: #000020;
	color: #eeeef6;
	font-size: 13px;
	padding: 10px;
}

#improv h1, #sketch h1 {
	font-size: 15px;
	margin-bottom: 0px;
}

#improv p, #sketch p {
	margin-top: 0px;
	}

#intensives #sketch {
	width: 290px;
	position: absolute;
	right: 20px;
	background-color: #002000;
	color: #eef6ee;
	font-size: 13px;
	padding: 10px;
}

#intensives #both {
	text-align:center;
	width: 610px;
	background-color: #550000;
	color: #f6eeee;
	font-size: 14px;
	padding: 5px;
	margin-top:210px;
}

.soldout {color:yellow;font-weight:bold}
