#homeLogo {
	position:relative;
	background-color: #FFFFFF;
	background-image: url(/images/home/logo.gif);
	background-position: top left;

	background-repeat: no-repeat;
	width:950px;
	height:131px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	color:#FFFFFF;
}
#homeContent {
	width:728px;
	float:left;
	background-image: url(/images/home/blueprint.gif);
	background-repeat: no-repeat;
	background-color:#F2F2F2;
	background-position:top left;
	padding-top:5px;
	padding-left:5px;
}
