#wrapper {
	background: url('../images/home_bg.jpg') no-repeat;
}

#content {
	position: absolute;
	top: 84px;
	left: 53px;
}

#leftlines {
	position: absolute;
	top: 43px;
	left: 0;
	background: url('../images/home_left_lines_overlay.png') no-repeat;
	width: 86px;
	height: 514px;
}

#homeimage {
	width: 800px;
	height: 600px;
	position: absolute;
	top: 0;
	left: 59px;
}

#homenews {
	position: absolute;
	left: 43px;
	top: 455px;
	width: 590px;
	height: 186px;
	background: url('../images/home_news_overlay_bg.png') no-repeat;
	font-size: 10px;
}

#homenews.forks {
	background: url('../images/forks_overlay_bg.png') no-repeat;
}

#homenews.forks .subnavContainer {
	position: absolute;
	top: 118px;
	left: 14px;
	text-align: right;
	width: 366px;
}

#homenews.shocks {
	background: url('../images/shocks_overlay_bg.png') no-repeat;
}

#homenews.shocks .subnavContainer {
	position: absolute;
	top: 118px;
	left: 14px;
	text-align: right;
	width: 450px;
}

#homenews.tech {
	background: url('../images/tech_overlay_bg.png') no-repeat;
}

#homenews.tech .subnavContainer {
	position: absolute;
	top: 118px;
	left: 62px;
	text-align: left;
	width: 486px;
}

#homenews.team {
	background: url('../images/team_overlay_bg.png') no-repeat;
}

#homenews.team .subnavContainer {
	position: absolute;
	top: 118px;
	left: 62px;
	text-align: left;
	width: 530px;
}

#homenews.team .subnavContainer ul.nav li {
	margin-right: 24px;
}

#homenews.team .subnavContainer ul.nav li.last {
	margin-right: 0;
}

#topnavContainer {
	position: absolute;
	top: 48px;
	left: 132px;
}

#headlines {
	width: 240px;
	height: 135px;
	position: absolute;
	top: 30px;
	left: 46px;
}

#headlines .content {
	width: 240px;
	height: 90px;
	position: relative;
	top: 0;
	overflow: hidden;
}

.newsTitle {
	
}

.newsTitle a {
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.newsTitle a:hover {
	text-decoration: underline;
}

.newsCredit {
	font-size: 12px;
	color: #5366AC;
	font-weight: bold;
}

.readmore {
	text-align: right;
}

.readmore a {
	text-decoration: none;
	color: #333333;
}

.readmore a:hover {
	color: #5366AC;
}

#teamnews {
	width: 240px;
	height: 135px;
	position: absolute;
	top: 30px;
	left: 330px;
}

#teamnews .content {
	width: 240px;
	height: 90px;
	position: relative;
	top: 0;
	overflow: hidden;
}

#logolink {
	width: 106px;
	height: 100px;
	position: absolute;
	top: 10px;
	left: 10px;

}

#logolink a {
	display: block;
	width: 100%;
	height: 100%;
}