body {
	background-color: #D6EDF2;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#bolm-logo {
	position:absolute;
	left: 620px;
	top:36px;
}

/* Thumb Stuff */
#thumb-area {
	position: relative;
	width: 700px;
	min-height:500px;
	margin-top: 125px;
	margin-left:auto;
	margin-right:auto;
	padding-top:7px;
	background-color: #DFE584;
}

#text-content {
	padding: 5em;
	font-family: Helvetica, sans;
	text-align: justify;
}

#thumb-title {
	position:absolute;
	top:-38px;
	border:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.thumb-year {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	width:100%;
}
.year-name {
	display: block;
	position: absolute;
	padding-top:10px;
	font: 14pt arial;
	color: #5DBEF5;
	left:-29px;
}
.thumb {
	margin: 10px 10px 0px 0px;
	border: none;
	line-height: 136px;
}

/* End thumb */

#footer {
	display:block;
	width:100%;
	margin: 10px 0;
	padding: 2px;
	background-color: #fff;
	color: #000;
	text-align: center;
	font-size: 10px;
	font-family:sans-serif;
}

/* Caption styles */

.piecetitle {
	font-family: courier;
	font-size: large;
}
.piecedata {
	font-family: courier;
	margin-bottom: 10px;
}
.piecedescription {
	font-family: courier;
	text-align:justify;
}

/*  End caption styles*/

/* Menubar Styles */

#menubar {
	width:100%;
	min-width:700px;
	list-style-type:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menubar li {
	position: absolute;
	top: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menubar li a {
	display:block;
	text-align:center;
	width:100%;
	font: 12pt courier;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
}

#menubar li.even a {
	background-color: #000000;
	color: #FFFFFF;
}

#menubar li.even a:hover {
	background-color: #52B3FF;
	color: #FFFFFF;
}

#menubar li.odd a {
	background-color: #FFFFFF;
	color: #000000;
}

#menubar li.odd a:hover {
	background-color: #FF7915;
	color: #000000;
}

#home-menu {
	width: 10.25%;
	left: 0%;
}
#art-menu {
	width: 7.3%;
	left: 10.25%;
}
#design-menu {
	width:12.5%;
	left: 17.5%;
}
#lalala-menu {
	width:11.5%;
	left: 30%;
}
#bio-menu {
	width: 10%;
	left: 41%;
}
#press-menu {
	width: 11.6%;
	left:51%;
}
#venues-menu {
	width:14%;
	left:62.5%
}
#links-menu {
	width:11.5%;
	left:76%
}
#contact-menu {
	width:12.5%;
	left: 87.5%;
}

/* End Menubar Styles */