body {
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size:12px;
    margin:0px;
    text-align:center;
	background-image: url(_img/bodyBG.jpg);
}

#dPageHolder {
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	text-align: left;
	background: url(_img/pageHolder.png) repeat-y;
}

*html #dPageHolder {
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	text-align: left;
	background: url(_img/pageHolder.png) repeat-y;
	padding: 0;
	clear: both;
}

#dHeader {
	width: 800px;
	z-index: 3;
	margin-left: auto;
	margin-right: auto;
}

#dTorso {
	margin-left: 100px;
	z-index: 3;
	position: relative;
	width: 800px;
	text-align: center;
}

*html #dTorso {
	margin-left: 100px;
	z-index: 3;
	position: relative;
	width: 770px;
	text-align: center;
	padding: 0;
	clear: both;
}

.footerStyle {
	color: gray;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
} 