body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 75%/145% Helvetica, Geneva, Tahoma, Arial, sans-serif;
	}

body#headPage {
	background: #F1F2F2 url('img/headBG.gif') repeat-x top left;
	}
#headPage #head {
	position: relative;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	}
h1#welcome {
	position: absolute;
	top: 16px;
	left: 274px;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #2b4914;
	}



body#mainPage {
	background: url('img/pageBG.gif') repeat top left;
	}
#content-wrap {
	width: 100%;
	text-align: center;
	background: #fff url('img/conWrapBG.gif') repeat-x top left;
	}
#mainCon {
	width: 760px;
	height: 390px;
	margin: 0 auto;
	text-align: left;
	}
#audioPage #mainCon {
	width: 750px;
	height: 546px;
	}
#videoPage #mainCon {
	width: 660px;
	height: 590px;
	}

#foot {
	height: 4px;
	width: 100%;
	background: url('img/footBG.gif') repeat-x top left;
	}
