body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 11pt;
	color: #000;
	background-color: #fff;
	text-align: center;
	background: url('../images/main_bg.gif') repeat-x;
}

#upperHeader {
	height: 120px;
	background: url('../../lab/images/headerImage.gif') no-repeat;
}

#mainBody {
	float: left;
	width: 774px;
	border: 1px solid #c4f0fb;
	padding: 0px 0px 10px 0px;
	margin: 10px 0px 0px 0px;
}

#welcomePod {
	clear: both;
	float: left;
	width: 550px;
	margin: 10px 0px 0px 10px;
}

#sitePodEvents {
	position: relative;
	width: 135px;
	height: 185px;
	float: left;
	background: url('../../images/section/events_bg.gif') no-repeat;
}

#sitePodLab {
	position: relative;
	width: 135px;
	height: 185px;
	float: left;
	background: url('../../images/section/lab_bg_selected.gif') no-repeat;
	margin: 0px 0px 0px 5px;
}

#sitePodSchools {
	position: relative;
	width: 135px;
	height: 185px;
	float: left;
	background: url('../../images/section/schools_bg.gif') no-repeat;
	margin: 0px 0px 0px 5px;
}

#sitePodStudioSelected {
	position: relative;
	width: 135px;
	height: 185px;
	float: left;
	background: url('../../images/section/studio_bg.gif') no-repeat;
	margin: 0px 0px 0px 5px;
}
 
#footer #footerLeft {
	margin-bottom: 10px;
	float: left;
	width: 555px;
	height: 26px;
	background: url('../../lab/images/base_links_bg.gif') no-repeat;
	
}

h1 {
	color: #6992a4;
}