﻿body 
{ 
	font-family: verdana, arial, helvetica, sans-serif;	
	font-size: 11px; 
	margin: 0px; 
}

#mainframe 
{ 
	position: relative;
	margin: 20px auto auto auto;
	width: 769px;
	height: 650px;
	border: 1px solid #CCCCCC;
	z-index: 1;
}

#banner-area
{
	margin: 5px;
	width: 759px;
	height: 173px;
	background-color: #CCCCCC;
	z-index: 1;
}

#banner-logo
{
	position: absolute;
	top: 20px;
	left: 15px;
	border-left: 1px solid #999999;
	height: 75px;
	z-index: 1;
}

#menu-area
{
	position: absolute;
	top: 183px;
	left: 5px;
	width: 170px;
	height: 462px;
	z-index: 1;
}

#content-area
{
	position: absolute;
	top: 183px;
	left: 205px;
	width: 342px;
	height: 422px;
	overflow: auto;
	z-index: 1;
	padding-right: 210px;
	padding-top: 20px;
}

#language
{
	position: absolute;
	top: 183px;
	right: 220px;
	z-index: 2;
}

#exhibition-list
{
	position: absolute;
	top: 145px;
	right: 34px;
	width: 170px;
	height: 240px;
	z-index: 4;
}

#exhibition-list-background
{
	position: absolute;
	top: 130px;
	right: 15px;
	height: 276px;
	width: 208px;
	z-index: 3;
/*
	background: url(Images/exhibition-bg.png) no-repeat;
	background-color: #FFFFFF;
	width: 180px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	border-right: 5px solid #000000;
	border-bottom: 5px solid #000000;
*/
}

#exhibition-list-shadow
{
	display: none;
	position: absolute;
	top: 145px;
	right: 25px;
	width: 180px;
	height: 250px;
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20;
	z-index: 2;
	border-right: 5px solid #000000;
	border-bottom: 5px solid #000000;
}

#info
{
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 1;
	font-family: verdana, arial, helvetica, sans-serif;	
	font-size: 11px;
	color: #666666;
}

#info a
{
	color: #666666;
	text-decoration: none;
}

#content-image
{
	position: absolute;
	bottom: 0px;
	right: 30px;
	z-index: 0;
}

#mathinic
{
	position: relative;
	margin: 5px auto auto auto;
	width: 766px;
	font-family: verdana, arial, helvetica, sans-serif;	
	font-size: 10px;
	text-align: right;
	color: #CCCCCC;
}

#mathinic a
{
	color: #CCCCCC;
	text-decoration: none;
}
