#header{
	background-image: url('/images/hub/hub_back.jpg');
}

a{
	color: #60aadd;
}

.color{
	color: #60aadd;
}

#bar{
	background-image: url('/images/hub/hub_bar.jpg');
}

#dockcontainer{
	position: relative;
	height: 147px;
	width: 985px; 
	left: -100px; 
	top: 30px;
}

#dock{
	cursor: pointer;
}

#applesearch{
	position: absolute;
	right: 0px;
	top: 12px;
}

#subcontent{
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 764px;
}


.blurb_header{
	background-image: url('/images/hub/hub_content_bar.jpg');
	height: 37px;
	background-repeat: no-repeat;
	overflow: hidden;
}

.blurb_content{
	background-image: url('/images/hub/content_border.jpg');
	text-align: left;
	padding-left: 328px;
	padding-bottom: 10px;
	min-height: 202px;
	font-size: 10pt;
}

*html .blurb_content{
	height: 202px;
}

.blurb_title{
	color: #7f8996;
	margin: 0px;
	padding-top: 15px;
	width:380px;
}

.blurb_footer{
	height: 12px;
	background-image: url('/images/hub/content_bottom.jpg');
}

.blurb_logo{
	position: absolute;
	z-index: 10;
	top: -30px;
}

.footer{
	margin-top: 35px;
}