@charset "utf-8";
body,td,th {
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	margin-top: 0px;
	line-height: 18px;
}
body {
	background-color: #000;
	margin: 0px;
	background-image: url(labImages/page-bg.gif);
	background-repeat: repeat;
	font-size: 13px;
}
a:link {
	color: #8f5917;
}
a:visited {
	color: #333;
}
a:hover {
	color: #600;
}
a:active {
}

#navigation ul li {
	float: left;
	list-style-type: none;
}
h1 {
	color: #900;
}

#navigation ul li a {
	color: #FFF;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	display: block;
	font-weight: bold;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation a:hover {
	background-color: #C00;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:770px;
	height:80px;
	z-index:1;
	background-image: url(labImages/MoranFront1.png);
	background-repeat: no-repeat;
}
#YangLogo {
    position: absolute;
    left: 21px;
    top: 22px;
    width: 540px;
    height: 35px;
    z-index: 1;
    color: #FF0;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    letter-spacing: 4px;
    vertical-align: bottom;
}
#navigation {
	position:absolute;
	left:0px;
	top:80px;
	width:770px;
	height:33px;
	z-index:2;
	background-color: #900;
}
.MoranLogo {
	top: 0px;
	right: 0px;
	position: absolute;
	bottom: 0px;
}
