.wrapper {
	position: absolute;
	width: 750px;
	margin-left: -375px;
	margin-top: -10px;
	padding: 0;
	top: 0px;
	left: 50%;
}

/* BEGIN HEADER */
.topbanner {
	position: absolute;
	top: 0px;
	left: 4px;
	width: 740px;
	height: 141px;
	margin: 0;
	padding: 0;
}
span.keylogo {
	position: absolute;
	background: url(../images/logo_white.gif) no-repeat top left;
	top: 0;
	left: 0;
	width: 171px;
	height: 119px;
}
span.banner {
	position: absolute;
	background: url(../images/header_white.gif) no-repeat top left;
	top: 0px;
	left: 171px;
	width: 571px;
	height:119px;
}
span.topleftshadow {
	position: absolute;
	background: url(../images/sideshadow1_white.gif) no-repeat top left;
	top: 119px;
	left: 0px;
	width: 16px;
	height: 22px;
}
span.bluebar {
	position: absolute;
	background: url(../images/bluebar.gif) no-repeat top left;
	top: 119px;
	left: 16px;
	width: 710px;
	height: 22px;
}
span.toprightshadow {
	position: absolute;
	background: url(../images/sideshadow2_white.gif) no-repeat top left;
	top: 119px;
	left: 726px;
	width: 16px;
	height: 22px;
}
/* END HEADER */

/* BEGIN NAVIGATION BAR */
.leftnav { /* CONTAINER */
	position: absolute;
	top: 141px;
	left: 20px;
	width: 155px;
	height: 199px;
	margin: 0;
	padding: 0;
}

.link1, .link2, .link3, .link4, .link5, .link6, .link7 {
	position: absolute;
	left: 0px;
	width: 155px;
	margin: 0;
	padding: 0;
}
.link1 { top: 0px; height: 28px; }
.link2 { top: 28px; height: 28px; }
.link3 { top: 56px; height: 28px; }
.link4 { top: 84px; height: 28px; }
.link5 { top: 112px; height: 28px; }
.link6 { top: 140px; height: 29px; }
.link7 { top: 169px; height: 28px; }

.quote {
	position: absolute;
	background: url(../images/navbottom.gif) no-repeat top left;
	top: 338px;
	left: 20px;
	width: 155px;
	height: 110px;
	text-align: center;
	margin: 0;
	padding-top: 1em;
}

.myprofile{
	position: absolute;
	background-color: #000066;
	top: 450px;
	left: 20px;
	width: 145px;
	text-align: left;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: 1em;
}

/* BACKGROUND IMAGE */
.content {
	position: absolute;
	background: url(../images/flagback2.gif) no-repeat top left;
	top: 141px;
	left: 176px;
	width: 555px;
	margin: 0px;
	padding: 0px;
}

.leftshadow {
	position: absolute;
	background: url(../images/sideshadow1_white.gif) repeat-y top left;
	top: 141px;
	left: 4px;
	width: 16px;
	padding: 0px;
	margin: 0px;
}
.rightshadow {
	position: absolute;
	background: url(../images/sideshadow2_white.gif) repeat-y top left;
	top: 141px;
	left: 730px;
	width: 16px;
	padding: 0px;
	margin: 0px;
}
.bottombar {
	position: absolute;
	background: url(../images/bottom_white.gif) no-repeat top left;
	left: 4px;
	height: 36px;
	width: 742px;
}

span.tab {
	position: relative;
	left: 50px;
}
.logout {
	position: absolute;
	top: 122px;
	left: 665px;
}