/* Cast */

#cast-map {
	width: 440px;
	height: 600px;
	float: left;
	overflow: hidden;
	}
	
#cast-profile {
	width: 170px;
	height: 600px;
	padding: 0 0 0 10px;
	font-family: 'Arial', serif;
	font-size: 11px;
	color: #333;
	float: left;
	overflow: hidden;
	}

	#cast-profile h1 {
		font-size: 24px;
		}

