#navBar {
width: 785px;
	left: 0px;
	top: 0px;
	position: absolute;
}
#content {
	width: 785px;
	background-image: url(images/background.png);
	position: absolute;
	left: 0px;
	top: 185px;
	height: 392px;
}
#container {
	width: 785px;
	position: relative;
}
.oneThirdBox {
	width: 208px;
	position: absolute;
	top: 3px;
	right: 8px;
	background-color: #FFFF9A;
	height:380px;
}
.twoThirdsBox {
	width: 540px;
	position: absolute;
	top: 3px;
	left: 10px;
	background-color: #FFFF9A;
	background-position: left;
	height:380px;
}
.threeThirdsBox {
	width: 765px;
	position: absolute;
	top: 3px;
	left: 10px;
	background-color: #FFFF9A;
	background-position: left;
	height:380px;
}

h1 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #FFFFFF;
	font-weight: bold;
}
div.twoThirdsBox h1 {
	background-image: url(images/heading_bg2.png);
	line-height: 29px;
	text-indent: 10px;
	overflow: hidden;
}
div.oneThirdBox h1 {
	background-image: url(images/heading_bg.png);
	line-height: 29px;
	text-indent: 10px;
}
div.threeThirdsBox h1 {
	background-image: url(images/heading_bg3.png);
	line-height: 29px;
	text-indent: 10px;
}
body {
	background-image: url(images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
p {
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
