#logo {
	width: 800px;
	height: 90px;
	position: absolute;
	background: blue;
	background-image: url(../images/hometitbgs3.jpg);
	top: 0px;
	left: 65px;
	z-index: 0;
}
#title{
	position: absolute;
	background: none;
	top:100px;
	left:450px;
	z-index:10;
}
#title2{
	position: absolute;
	background: none;
	top:100px;
	left:350px;
	z-index:10;
}
#menu {
	position: absolute;
	top: 140px;
	left: 75px;
	z-index: 5;
}
#menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li{
	float: bottom 0.05em;
	margin: 0 0.05em;
	padding: 0 0.05em;
}
#menu li a{
	border-style:ridge;
	border-color:red;
	border-width:5px;
	background-color:maroon;
	display: block;
	height: 25px;
	line-height: 30px;
	float: bottom;
	width: 150px;
	color:white;
	text-decoration: none;
	text-align: center;
}
#menu li a:hover{
	border-style:ridge;
	border-color:ff5555;
	background-color:#aa5555;
	display: block;
	height: 25px;
	line-height: 30px;
	float: bottom;
	width: 150px;
	color:white;
	text-decoration: none;
	text-align: center;
}
#menu li a:active{
	border-style:ridge;
	border-color:ff5555;
	background-color:#aa5555;
	display: block;
	height: 25px;
	line-height: 30px;
	float: bottom;
	width: 150px;
	color:white;
	text-decoration: none;
	text-align: center;
}
#menu li a:visitedd{
	border-style:ridge;
	border-color:ff5555;
	background-color:#aa5555;
	display: block;
	height: 25px;
	line-height: 30px;
	float: bottom;
	width: 150px;
	color:white;
	text-decoration: none;
	text-align: center;
}
#table  {
	position: absolute;
	top: 140px;
	left: 250px;
	width: 570px;
	z-index: 10;
}

#table td {
	color:black;
	height: 25px;
	line-height: 30px;
	width: 190px;
	float: bottom;
	text-decoration: none;
}

#table td a {color:black;}

#table td a:visited{color:black;}

#table td a:hover{color:#98F5FF;}


#text {
	position: absolute;
	top: 140px;
	left: 250px;
	width: 570px;
	z-index: 10;
	color: black;
}
font.title {color:white; font-family: sans-serif; font-size:18;font-weight:bolder;}
font.td {color:white; font-family: serif; font-size:14;}
#left {position: absolute; top: 175px; left: 250px; width: 180px; text-align:left;}
#middle {position: absolute; top: 175px; left:440px; width: 180px;text-align: center;}
#right {position: absolute; top: 175px; left: 630px; width: 180px;text-align: right;}