h1#homeMasthead {
	height: 360px;
	background-image: url("../_images/masthead.jpg");
}

h2#homeWelcome {
	margin: 0px;
	padding: 0px;
	width: 405px;
	height: 50px;
	background-image: url("../_images/home_welcome.jpg");
	background-repeat: no-repeat;
}

h2#homeWelcome span {
	display: none;
}

div#homeIntroWrapper {
	margin: 0px;
	padding: 0px;
	width: 853px;
	height: 238px;	
	background-image: url("../_images/home_intro_background.jpg");
	background-repeat: no-repeat;
}

p#homeIntro {
	margin: 0px;
	padding: 0px;
	width: 395px;
	height: 98px;
	background-image: url("../_images/home_introtext.gif");
	background-repeat: no-repeat;
}

p#homeIntro span {
	display: none;
}

div#homeIntroButton {
	margin: 8px 0px 0px 0px;
}

div#homeIntroButton img {
	border: none;
}

div#homeMainWrapper {
	margin: 8px 0px 10px 0px;
}

div#homeMainBoxLeft {
	float: left;
	width: 396px;
	background-color: #0f0102;
}

div#homeMainBoxRight {
	float: right;
	width: 382px;
	background-color: #000000;	
}

div#homeMainBoxLeft h2 {
	display: none;
}

div#homeMainBoxRight h2 {
	display: none;
}

