#top {
	height: 50px;
	padding: 10px;
}	
#left {
    position: absolute;
	left: 10px;
	right:375px;
	top: 100px;
}
#right {
	position: absolute;
	right: 10px;
	top: 70px;
	width: 360;	
}
#indexright {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 360;	
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #404040;
}
a:visited {
	color: #808080;
}
a:hover {
	color: #808080;
}
a:active {
	color: #C0C0C0;
}
h1 {
	font-size: 36px;
	color: #000000;
}
h2 {
	font-size: 20px;
	color: #000000;
}
h3 {
	font-size: 18px;
	color: #808080;
}
h4 {
	font-size: 14px;
	color: #404040;
}
h5 {
	font-size: 12px;
	color: #000000;
}
h6 {
	font-size: 10px;
	color: #000000;
}
#updatebox {
	position: absolute;
	right: 10px;
	top: 300px;
	width: 300px;
	padding: 5px;
	margin-right: 10px;
	border-style: solid;
	border-color: #808080;
	border-width: 5px;
}
