body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: black;
}

#wrapper {
	text-align: left;
	width: 989px;
	min-height: 400px;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	
}

#top-left {
	height: 1%;
	background-image: url(img/top_left.jpg);
	background-repeat: no-repeat;
	background-position: 116px 60px;
}

#left-banner {
	height: 1%;
	background-image: url(img/left_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header-banner {
	height: 1%;
	background-image: url(img/header_banner.jpg);
	background-repeat: no-repeat;
	background-position: 298px top;
}

#right-blood {
	height: 1%;
	background-image: url(img/right_blood.jpg);
	background-repeat: no-repeat;
	background-position: 936px 180px;
}

#inner-wrapper {
	width: 989px;
	min-height: 620px;

}

#header {
	width: 100%;
	height: 95px;
}
#header, #header * {
	color: #C9C6C6 !important;
}

#logo {
	display: block;
	position: absolute;
}

#slogan {
	display: block;
	position: absolute;
}

#inner-rect {
	width: 820px;
	min-height: 435px;
	margin: 0 0 0 118px;
	background-color: white;
	background-image: url(img/content_back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#inner-back {
	width: 800px;
	min-height: 435px;
	padding: 10px 10px 10px 10px;
	margin: 0 0 0 0;
	/*background-color: green;*/
}

#breadcrumb {
	height: 34px;
	width: auto;
	background-image: url(img/pathway_back.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 14px 15px 0 15px;
}
img.path-sep {
	/*display: inline-block;*/
	/*float: left;*/
	width: 5px;
	height: 10px;
	margin: 0;
	padding: 0;
}

#footer {
	width: 820px;
	margin-left: 118px;
	margin-top: 10px;
	height: 1%;
}
#footer, #footer * {
	text-align: center;
	color: #C9C6C6;
	font-size: 9pt;
}


#footer a:hover {
	color: #E9E9E9;
}

#wrapper-inner {
	padding: 10px 0 20px 0;
}

#left {
	width: 170px;
	float: left;
	margin: 4px 20px 0 0;
	/*background-color: yellow;*/
}

#right {
	width: 170px;
	float: right;
	margin: 0 5px 0 15px;
	/*background-color: yellow;*/
}

#content {
	float: left;
	margin: 0 0 0 0;
	min-height: 260px;
	width: 415px;
/*	background-color: magenta;*/
}
.col-leftright #content {
	width: 410px;
}

.col-left #content {
	width: 610px;
}

.col-right #content {
	width: 610px;
}
.col-none #content {
	width: 795px;
}

body #left .sidebox h1 {
	background-image: url(img/header_left.gif);
}
body #right .sidebox h1 {
	background-image: url(img/header_right.gif);
}

body .sidebox h1 {
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	height: 31px;
	line-height: 31px;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	color: #E8E8E8;
	vertical-align: middle;
	font-style: italic;
}

.sidebox {
	margin: 0 0 20px 0;
}

ul.pgtigermenu-subnav,
ul.pgtigermenu-subnav * {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	font-size: 9pt;
}

ul.pgtigermenu-subnav {
	margin: 4px 4px 4px 17px;
}

ul.pgtigermenu-subnav ul {
	margin: 2px 2px 2px 17px;
}

ul.pgtigermenu-subnav a {
	text-decoration: none;
	font-weight: bold;
	text-indent: 0;
}

ul.pgtigermenu-subnav li {
	margin: 0 0 0 0;
	padding: 2px 0 2px 0;
	text-indent: -10px;
}

.pgtigermenu-menuitem-no a,
.pgtigermenu-menuitem-act a {
	background-image: url(img/menu_u.gif);
}

.pgtigermenu-menuitem-no a:hover,
.pgtigermenu-menuitem-act a:hover {
	background-image: url(img/menu_uo.gif);
}

.pgtigermenu-menuitem-cur a {
	background-image: url(img/menu_d.gif);
}

.pgtigermenu-menuitem-cur a:hover {
	background-image: url(img/menu_do.gif);
}


.pgtigermenu-menuitem a {
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
}

.searchbox-outer {
	margin: 0 auto 0 20px;
	text-align: center;
	border: 1px solid green;
}

#shortsearch {
	width: 120px;
	margin: 0 0 0 20px;
}
