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

/* common tags */
body {
	background-color: #FFFFFF;
	margin:0;
	font-family: Garamond, serif;
	font-size: 11px;
	color: #DE1C5F;
	padding: 0px 0px 0px 0px;
}

p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

a { 
	color: #DE1C5F;
}

img {
	border-style: none;
}

/* other styles */
.subheading {
   font-size: 10px;
}

/* main sections of page */
#top {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
}

#top a {
	color: #DE1C5F;
	text-decoration: none;
}

#middle {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	overflow-y: hidden;
}

#bottom {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#logo_image {
	text-align: center;
	height: 81px;
	padding-top: 5px;
}

#logo_text {
	text-align: center;
	height: 25px;
	padding-top: 2px;
}

/* menu area */
#menu_main {
	position: absolute;
	font-size: 12px;
	margin-top: 15px;
	text-align: right;
	cursor: pointer;
}

#menu_item_collections { position: absolute; left: 48px; top: 0px; }
#menu_item_concepts { position: absolute; left: 267px; top: 0px; }
#menu_item_info { position: absolute; left: 465px; top: 0px; }
#menu_item_graphics { position: absolute; left: 655px; top: 0px; }
#menu_item_press { position: absolute; left: 875px; top: 0px; }

/* fade wrappers */
#fade_wrapper1 {
	opacity: 0; filter:alpha(opacity=0);
}


