#headPhoto {
	position: absolute;
	left: 5%;
	top: 5px;
	/*width:788px;*/
	width: 100%;
	height:90px;
	z-index:0;
	text-align: left;
	vertical-align: top;
}
img.header {
	padding-right: 5px;
	padding-left: 0%;
	z-index:1;
}
img.top {
	vertical-align: top;
	padding-top: 3px;
	}

img.photoR {
	padding: 0px;
	border: 4px solid;
	border-color: #333333 #aaaaaa #bbbbbb #555555;
	margin: 12px 40px 0px 0px;
	float: right;
}
#headerR {
	right: 0px;
	top: 0px;
	position: absolute;
	width: 400px;
	height: 115px;
	background-image: url(graphics/r_curves2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 2;
	}
#bar {
	position: absolute;
	background-color: #32587F;
	right: 1px;
	top: 114px;
	width:100%;
	height:18px;
	padding-right: 8px;
	z-index: 2;
	}
#headerL {
	position: absolute;
	left: 0px;
	top: 132px;
	width: 98%;
	height: 42px;
	background-color: #FBFBDE;
	background-image: url(graphics/l_curves2.gif);
	background-repeat: no-repeat;
	background-position: -8px top;
	z-index: 2;
	}
#menu1 {
	left: 2px;
	top: -28px;
	}
#menu2 {
	left: 2px;
	top: -54px;
	z-index: 3;
	}

#header {
	position: relative;
	background-color: #FBFBDE;
	left: 2px;
	top: 0px;
	height: 174px;
	}

#title {
	position: absolute;
	top: 10px;
	width: 90%;
	height: 50px;
	left: 12%;
	text-align: center;
	line-height: 150%;
	z-index:2;	
}
#content {
	position: absolute;
	top: 220px;
	width: 80%;
	height: 200px;
	left: 150px;
	z-index: 2;
	}
