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

/* redefined tags */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #ECF2E8;
	color: #635C5C;
}

img {
	border: 0px;

}

/* titles */
.title_big {
	color: #A73B3B;
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: bold;
	text-transform: uppercase;
}

.title_small {
	color: #A73B3B;
	margin-bottom: 0px;
	font-weight: bold;
}

.bottom_small_text {font-size: 9px}

/*  links & navigation */
a:link 		{
	color: #000000;

}

a:visited	{
	color: #000000;
}

a:hover		{
	color: #CC0000;
	text-decoration: none;
}

a:active	{
	color: #CC0000;
	text-decoration: none;
}


.nav:link 		{
	color: #ECF2E8;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}

.nav:visited	{
	color: #ECF2E8;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}

.nav:hover		{
	color: #CCCCCC;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}

.nav:active	{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}



.artwork:link 		{
	color: #ECF2E8;
	text-decoration: none;
	font-size: 9pt;
}
.artwork:visited	{
	color: #ECF2E8;
	text-decoration: none;
	font-size: 9pt;

}
.artwork:hover		{
	color: #CCCCCC;
	text-decoration: none;
	font-size: 9pt;
}
.artwork:active	{
	color: #CCCCCC;
	text-decoration: none;
	font-size: 9pt;
}

.bottom:link 		{
	color: #999999;
	text-decoration: none;

}
.bottom:visited	{
	color: #999999;
	text-decoration: none;


}
.bottom:hover		{
	color: #CCCCCC;
	text-decoration: none;

}
.bottom:active	{
	color: #CCCCCC;
	text-decoration: none;

}

/* layer */
#top_image {
	width: 300px;
	top: 25px;
	left: 25px;
	position: absolute;
}

#navigation {
	top: 175px;
	position: absolute;
	left: 24px;
}

#main_content {
	position: absolute;
	top: 206px;
	left: 25px;
	width: 650px;
	padding-bottom: 33px;
}

#content_right {
	position:absolute;
	left:687px;
	width:255px;
	text-align: right;
	top: 203px;
}

#artwork_small_images {
	position:absolute;
	left:681px;
	top:340px;
	width:255px;
	height: 258px;
}

/* layer artwork top nav */
#artwork_top_navigation_links {
	position:absolute;
	left:30px;
	top:118px;
	z-index:3;
}

#artwork_top_navigation_images {
	position:absolute;
	left:30px;
	top:54px;
	z-index:2;
}

#artwork_top_navigation_backroundimage {
	position:absolute;
	left:25px;
	top:50px;
	z-index:1;
}