@charset "UTF-8";
html, body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	height: 100%;
}
.wrapper {
    min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}

#containertop {
	width: 100%;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../img_layout/topbar.png);
	height: 109px;
}
#containertopinner {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../img_layout/menulabelstop.png);
	background-repeat: no-repeat;
	position: relative;
	height: 109px;
	background-position: center top;
}
#button_menu {
	position: absolute;
	left: -12px;
	top: 0px;
}
#containermiddle {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	top: 15px;
    margin: 0 auto
}
#bottomspacer {
	position: relative;
	height: 150px;
	width: 700px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#bottom_holder {
	position: relative;
	height: 150px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(../img_layout/bottombar.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
}
.nebox_top {
	background-image: url(../img_layout/nebox_header.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 142px;
	position: relative;
}
#nebox_title_text {
	position: absolute;
	left: 6px;
	top: 9px;
	width: 133px;
	text-align: center;
}
.nebox_middle {
	background-image: url(../img_layout/nebox_middle.png);
	background-repeat: repeat-y;
	width: 142px;
	position: relative;
	margin: 0px;
}
.nebox_bottom {
	background-image: url(../img_layout/nebox_footer.png);
	height: 9px;
	width: 142px;
	position: relative;
}
#pg_titleholder {
	position: absolute;
	top: 213px;
	left: 201px;
	width: 456px;
	text-align: left;
}
#content_header {
	background-image: url(../img_layout/con_header.png);
	height: 17px;
	width: 500px;
}
#content_middle {
	background-image: url(../img_layout/con_middle.png);
	background-repeat: repeat-y;
	width: 500px;
}
#content_footer {
	background-image: url(../img_layout/con_footer.png);
	height: 14px;
	width: 500px;
}
#bottom_holder2 {
	position: absolute;
	height: 150px;
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(../img_layout/cityscape.png);
	background-repeat: no-repeat;
	background-position: center 19px;
}

#page_title {
	position: absolute;
	top: 32px;
	left: 61px;
}
#containerbottom {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	height: 150px;
}
#bottomcity {
	background-image: url(../img_layout/cityscape3.png);
	position: absolute;
	height: 106px;
	width: 873px;
	top: 20px;
	left: -7px;
	overflow: hidden;
	background-repeat: no-repeat;
}
#bottominfo {
	color: #FFFFFF;
	position: absolute;
	top: 134px;
	left: 0px;
	width: 801px;
	font-size: small;
}
#ualogo {
	position: absolute;
	top: 130px;
}
#peopleheader {
	background-image: url(../img_layout/peopleheader.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 142px;
	width: 518px;
	top: -8px;
	left: 169px;
}
.art_header {
	background-image: url(../img_layout/art_headerfooter.png);
	position: relative;
	margin: 0px;
	background-repeat: repeat;
	vertical-align: 40%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 6px;
	width: 481px;
	background-position: 1px;
}
.art_title_textbox {
	position: absolute;
	top: -21px;
	left: 6px;
	width: 477px;
	overflow: hidden;
}
.art_body {
	margin: 0px;
	position: relative;
}
.art_date {
	font-size: x-small;
	font-style: normal;
	font-variant: small-caps;
	color: #666666;
	top: -9px;
	left: 176px;
	text-align: right;
	width: 100%;
}
.art_footer {
	position: relative;
	height: 10px;
}
