body {
	background: #1c1c39;
	color: white;
	margin: 0px;
	font: normal .9em 'Lucida Grande', 'Trebuchet MS', sans-serif;
}

a:link, a:visited {
	color: #c1c8db;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

p {
	margin: 0px 0px 20px 0px;
	line-height: 1.5em;
}

h1 {
	color: #c1c8db;
	font: bold 1em 'Lucida Grande', Tahoma, sans-serif;
	margin: 0px;
}

h2 {
	font: bold 1em 'Lucida Grande', 'Trebuchet MS', sans-serif;
	margin: 0px;
}

div.height_control {
	height: 2200px;
}

div#container {
	width: 1008px;
	margin: 0px auto 0px auto;
}

div#border_left {
	width: 14px;
	background: url(../images/border_left.png) repeat-y;
	float: left;
}

div#content {
	background: url(../images/header_bg.jpg) no-repeat;
	width: 980px;
	height: 1000px;
	margin: 0px 0px 0px 14px;
}

div#border_right {
	width: 14px;
	background: url(../images/border_right.png) repeat-y;
	float: right;
	margin-top: -1000px;
	position: relative;
}


/* SECTION 1 */

div#section1_container {
	position: relative;
	top: 250px;
}

table#section1 {
	position: relative;
	left: 20px;
	width: 940px;
}

td.section1_column {
	width: 33%;
	vertical-align: top;
	padding: 10px;
}

td#section1_col1 p {
	margin-bottom: 12px;
}

table#guests td {
	padding-bottom: 28px;
}

td.guest_image {
	padding-right: 10px;
}

td#guest_image_1, td#guest_bio_1 {
	padding-top: 17px;
}

td.guest_bio {
	font-size: .85em;
}


/* SECTION 2 */

div#section2_container {
	width: 980px;
	background: #2e2e55;
	position: relative;
	top: 240px;
	padding: 10px 0px 10px 0px;
}

table#section2 {
	position: relative;
	left: 20px;
	width: 940px;
}

td.section2_column {
	vertical-align: top;
	padding: 10px;
}

td#section2_col1 {
	width: 66%;
}

td#section2_col2 {
	width: 33%;
}

table#schedule_container {
	width: 100%;
}

table#schedule_container td.half {
	width: 50%;
	padding: 0px;
	vertical-align: top;
	line-height: 1.5em;
}

table.schedule td.date {
	padding-top: 1.2em;
}

table.schedule td.time {
	width: 75px;
}

td#section2_col2 {
	line-height: 1.45em;
}

img#iclv_logo {
	padding: 10px 0px 10px 0px;
}

table#contact td.contact_image {
	vertical-align: top;
	padding: 4px 10px 0px 0px;
}

/* SECTION 3 */

div#section3_container {
	width: 980px;
	background: #1c1c39;
	position: relative;
	top: 240px;
	padding: 20px 30px 20px 30px;
}

/* WUFOO */
*{margin:0;padding:0;}
#wufoo{position:absolute;width:920px;}
iframe{height:100%;width:100%;border:none;overflow:hidden;}

