.noscreen {
	display:			none;
}

.showscreen {
	display:			block;
}


html, body {
	margin: 0; 
	padding: 0;
}

#wrapper {
	vertical-align: 	middle;
}


#pagecontainer {
	margin: 			0 auto;
	width: 				980px; 
	text-align: 		left;
}

td#content_cell {
	background-image:	url( images/background.jpg );
	width: 				938px; 
}


td.shadowleft {
	background-image:	url( images/shadow_left.png );
	background-repeat:	repeat-y;
}

td.shadowright {
	background-image:	url( images/shadow_right.png );
	background-repeat:	repeat-y;
}

td#content_cell.homepage {
	position:			relative;
}

img.homepage {
	position:			relative;
	top:				-25px;
}

td#content_cell #content {
	margin:				1px;
	padding:			15px;
	width: 				906px; /* 938 - 2x padding - margin-left - margin-right */
}

#sessions td,
#sessions th[scope=col] {
	text-align: 		center;
}

#sessions thead td {
	text-align: 		right;
}

#sessions td.large {
	font-size:			1.5em;
	line-height:		1em;
}

#sessions th,
#sessions thead td {
	font-size:			0.8em;
}

#sessions th[scope=row],
#sessions thead td {
	padding-right:		10px;
}

#sessions th[scope=row] {
	text-align: 		right;
}

table.testimonials {
	border:				0;
	width:				100%;	
}

table.testimonials td {
	border:				0;
	vertical-align:		middle;
}
