@charset "UTF-8";
/* CSS Document */

html, body { margin: 0; padding: 0; }
body {
	background-image: url(../home/background_03.gif);
	background-repeat: repeat;
	background-position: 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: none;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
} 
a:link.active, a:visited.active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

/* News Flash */

.news_flash_01 { 
    background-image: url(../home/newsflash_0301.gif);
    width: 265px; 
    height: 144px;
	position: absolute;
	top: 122px;
	left: 518px;
 }
.news_text_01 { 
    width: 210px; 
	padding-top: 76px;
	padding-left: 16px;
	font-size: 11px;
}
.news_flash_02 { 
    background-image: url(../home/newsflash_0302.gif);
    width: 268px; 
    height: 195px;
	position: absolute;
	top: 309px;
	left: 655px;
 }
.news_text_02 { 
    width: 210px; 
	padding-top: 169px;
	padding-left: 16px;
	font-size: 11px;
}
.news_flash_03 { 
    background-image: url(../home/newsflash_0303.gif);
    width: 250px; 
    height: 130px;
	position: absolute;
	top: 307px;
	left: 116px;
 }
.news_text_03 { 
    width: 210px; 
	padding-top: 70px;
	padding-left: 16px;
	font-size: 11px;
}

/* Navigation */

#nav_container {
	position: absolute;
	top: 30px;
	left: 14px;
	width: 190px;
	padding-left: 16px;
	padding-top: 12px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
ul#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav_container a {
	color: #000000;
	text-decoration: none;
}
#nav_container a:link, #nav_container a:visited, #nav_container a:active {
	color: #000000;
	text-decoration: none;
} 
#nav_container a:link.active, #nav_container a:visited.active {
	color: #000000;
	text-decoration: none;
}
#nav_container a:hover {
	color: #000000;
	text-decoration: underline;
}
#nav_container #currentpage a {
	color: #000000;
	text-decoration: underline;
}

/* Navigation Steps */

.exhibitions {
	padding-left: 9px;
}
.exhibitions_sub {
	padding-left: 27px;
	font-weight: normal;
}
.events {
	padding-left: 15px;
}
.education {
	padding-left: 21px;
}
.calender {
	padding-left: 27px;
}
.archive {
	padding-left: 33px;
}
.archive_sub {
	padding-left: 51px;
	font-weight: normal;
}
.press {
	padding-left: 39px;
}
.visit {
	padding-left: 45px;
}
.about {
	padding-left: 51px;
}
.support {
	padding-left: 57px;
}
.support_sub {
	padding-left: 75px;
	font-weight: normal;
}
.shop {
	padding-left: 63px;
}
