@import url("global.css");

#content h3 {
	color:#666699;
}

#aboutHeader {
	background:#666699;
	width:800px;
	height:200px;
	overflow:hidden;
	position:relative;
}

#aboutHeader img {
	border-right:2px solid #ffffff;
}

#aboutHeader p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	position:absolute;
	top:0px;
	left:303px;
	height:200px;
	color:#ffffff;
	padding:75px 10px 0 10px;
}

#about {
	width:490px;
	margin:15px 0 0 310px;
}

#about p:first-child {
	font-weight:bold;
}

.sideBar {
	position:absolute;
	top:200px;
	left:0px;
	width:280px;
}

.staffSideBar {
	top:0px;
	left:auto;
	right:0px;
	width:300px;
}

.staffSideBar img {
	width:300px;
	border-bottom:1px solid #ffffff;
}

#aboutContact {
	background:#666699;
	color:#ffffff;
	padding:10px;
}

#aboutContact a {
	color:#ffffff;
}