/* Home CSS Document */
html, body{
	background-image: url(images/bodyHomeBack.jpg);
}
#headerLeft{
	height:478px;
	width:100%;
	background-image: url(images/teaserBack.gif);
	background-repeat: repeat-x;
	background-position: right 175px;
}
#headlinePic{
	background-image: url(images/headLine.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
	height: 110px;
	position: absolute;
	top: 60px;
	right: 0px;
	width: 400px;
}
#headerPic{
	top: 170px;
	right: 0px;
	overflow:hidden;
	height:199px;
	width:602px;
}
#headerPic img{
	/*margin-left: 5px;*/
}
#mainNav{
	top: 448px;
	right: 1px;
	width: auto;
}
#subNav{
	display: none;
}
#mainContent{
	position: absolute;
	top: 480px;
	right: 1px;
	width: 620px;
}
#logoHolder{
	top: 435px;
}
#mainConFooter{
	display: none;
}
