#regentsContent {
	overflow: visible;
	width:980px;
	height:540px;
	margin:10% auto 10px auto;
}

#upper {
	width:980px;
	height:127px;
	background: url(splashGraphics/title-bar-graphic.jpg) no-repeat;
	margin-bottom: 28px;
}

#lower {
	width:980px;
	height:400px;
}

#regentsTitle {
	width:129px;
	height:129px; 
	background-color: #404041;
}

#titleBarGraphic {
	width:848px;
	height:129px; 
}

H1 {
	padding-top:85px;
	padding-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12pt;
	margin: 0px 0px 0px 0px;
	float:left;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top:94px;
	padding-left:50px;
	font-size: 20pt;
	margin: 0px 0px 0px 0px;
	float:left;
}

A {
	text-decoration: none;
	color: #80A693;
}

/* FLOAT FIXING ###########################*/
.floatFix:after {
    content: ".";
    height: 0px;
    clear: both;
    visibility: hidden;
    display: block;
}

#regentsImage {
	float:left;
	width:276px;
	height:344px; 
	margin-right:22px;
}

#regentsCopy {
	float:left;
	width:682px;
	height:344px; 
}

#copyLeft {
	float:left;
	width:325px; 
}

#copyRight {
	float:left;
	width:142px; 
}

P {
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	color: #404041;
	font-size: 10.5pt;
}

.green {

	color: #80A693;
	
}

#logo {

	float:right;
	width:109px;
	height:25px; 
	margin-top:50px;
}



