

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #777777;
	line-height: 1.6em;
	background: white;
	
}

h3{
color: #5a5a5a;
}

span {
	color: #5a5a5a;
	font-weight: bold;
	font-size: 10px;
}

ul, li {
	list-style: none;
	margin: 0px;
	padding: 0px;

}

#logo{
	width: 500px;
	margin-left: 0px;
    position: absolute;
	top: 20px;
	left: 20px;

}

#left{
	width: 80px;
	margin-left: 0px;
	position: absolute;
	top: 120px;
	left: 20px;
}

#mainframe {
    position: absolute;
	top: 119px;
	left: 140px;
//	border: 1px dotted #5a5a5a;
	z-index:+1;
}

#exhibits {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #777777;
	line-height: 1.6em;
	width: 850px;

}

#news {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #777777;
	line-height: 1.5em;

}


a:link {
	color: #7a8ce9;
	font-size: 100%;
	text-decoration: none;
	
}

a:visited {
	color: #8c92b2;
	text-decoration: display;
	
	
}

a:hover {
	color: #e4e4e4;
	background: #ffffff;
	
}

a:active {
	color: magenta;
		
}
