img {
	border: 0;
}

td.lhbg {
	background: url("images/bg_lh.gif"); /* left-hand image stretchiness */
}

td.rhbg {
	background: url("images/bg_rh.gif"); /* right-hand image stretchiness */
}

#logo {
	float: left;
	width: 375px;
	height: 85px;
	background: #060000 url("images/bg_logo.gif");
}

/* blank header... perhaps other headers with titles in future */
#header-logos {
	float: left;
	width: 385px;
	height: 85px;
	background: #060000 url("images/bg_hdr.gif");
	text-align: center;
}
#header-logos img {
	margin: 10px 20px;
}

/* location - decorative strip */
#locdec {
	background: url("images/ln_locations.gif");
	height: 6px;
	font-size: 0; /* prevents gaps */
}

#locblank {
	background: url("images/ln_blank.gif");
	height: 6px;
	font-size: 0;
}

#content1box {
	float: left;
	width: 375px;
	height: 305px;
	background: url("images/bg_1.gif") no-repeat;
}

#content1-text {
	padding: 16px 10px 10px 46px;
	font: normal 9pt Verdana, Helvetica, Arial, sans-serif;
	color: #FFF;
	text-align: justify;
}

p.lgo {
	margin-top: 26px;
}

#content2box {
	float: left;
	width: 385px;
	height: 305px;
	background: url("images/bg_2.gif") no-repeat;
}

/* not essential... however, shows potential to have different content with padding, etc. */
#content2-splash {
	margin: 0;
	padding: 0;
}

/* prevents everyting from collapsing... especially in NS */
#forcewidth {
	width: 760px;
}
