/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content {
	margin-right: 50px;
	height: 462px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content h3 {
	position: absolute;
	color: #CCDDEE;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	top: -32px;
	font-size: 34px;
	letter-spacing: 2px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content #intro {
	width: 546px;
	height: 460px;
	background-image: url('/images/photo.jpg');
	background-repeat: no-repeat;
	background-color: #174685;
}

#content #intro .pad {
	padding-top: 265px;
	padding-left: 162px;
	padding-right: 20px;
	font-size: 12px;
	line-height: 18px;
	color: white;
}

#content #intro p {
	margin-bottom: 8px;
	margin: 0;
	padding: 0;
}

#content #intro p span {
	font-size: 32px;
	font-weight: normal;
	padding-right: 1px;
	margin-left: -6px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content #schedule {
	position: absolute;
	top: 0px;
	left: 546px;
	height: 493px;
	border: 0px dotted red;
}

#content #schedule h4 {
	position: absolute;
	top: -21px;
	color: #CCDDEE;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	height: 31px;
	font-size: 22px;
	letter-spacing: 2px;
}

#content #schedule .scrollpane {
	height: 450px;
	width: 369px;
	border: 0px dotted red;
	overflow: auto;
	z-index: 5;
	background-color: white;
}

#content #schedule ul.events {
	margin-top: 0px;
	margin-bottom: 0px;
}

#content #schedule ul.events li.day1 ul li.event div.description {
	display: block;
}

ul li.day ul li.event div.description img {
	/* width: 100px; */
}

ul li.day ul li.event div.description img.tall {
	/* width: 110px; */
}

ul li.day ul li.event div.description img.left {
	float: left;
	margin-right: 10px;
}

ul li.day ul li.event div.description img.right {
	float: right;
	margin-left: 10px;
}

#content .control {
	margin-left: 235px;
	top: -8px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

iframe {
	position: relative;
	top: -40px;
	left: 150px;
}

