#header {
	background-image: url(/assets/images/home/bg_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 57px;
	width: 930px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
}
.logo {
	position: absolute;
	left: 77px;
	top: 16px;
}
#search {
	right: 85px;
	top: 5px;
}
.run {
	position: absolute;
	left: 441px;
	top: 14px;
	display: block;
	z-index:9999;
	height: 65px;
	width: auto;
	margin: 0px;
	padding: 0px;
}
.run * {
	margin: 0px;
	padding: 0px;
	height: 65px;
}

#contents {
	background-color: #E1D9C4;
	position: relative;
	left: 0px;
	top: 0px;
	height: auto;
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	min-height: 486px;
	z-index: 2;
}

#column-left {
	background-color: #E1D9C4;
	width: 375px;
	background-image: url(/assets/images/bg_contents.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	height: auto;
}
#slideshow {
	position: absolute;
	top: 0px;
	z-index: 3;
	right: 0px;
	height: 486px;
	width: 535px;
	overflow: hidden;
}




#nav-global {
	position: relative;
	top: 0px;
	z-index: 5;
	left: 0px;
	width: 166px;
	margin-left: 104px;
	margin-top: 84px;
}
#nav-global ul {
	margin: 0px;
	padding: 0px;
}
#nav-global li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nav-global a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	color: #002945;
	text-align: center;
	display: block;
	padding: 0px;
	line-height: 26px;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	height: 34px;
	width: 166px;
	background-image: url(/assets/images/home/bg_nav_global.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
#nav-global a:hover {
	background-image: url(/assets/images/home/bg_nav_global.png);
	background-position: left -34px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#video {
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#video h1 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#other {
	clear: both;
	display: block;
	position:absolute;
	bottom:0px;
	left:250px;
	text-align: right;
	font-size:90%;
}
/*#other {
	clear: both;
	display: block;
	text-align: right;
	margin-right: 45px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:90%;
}*/
#other a {
	font-size: .9em;
}
#other a:hover {
	color: #00529b;
	text-decoration: underline;
}
#nav-page {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 999;
	height: 486px;
	width: 535px;
	background-image: url(/assets/images/bg_nav_page.png);
	background-repeat: repeat-y;
}
