@charset "utf-8";
/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	outline:none;
}
body {
	padding: 0 auto;
	margin: 0 auto;	
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	outline:none;
}
a:selected{
	outline:none;	
}
a.selected {
	text-decoration: underline;
}
img {
	border: none;
}
label {
	display: block;
	font-weight: bold;
	margin-top: 10px;
}
input, textarea {
	font-family: "Courier New", Courier, monospace;
	text-transform: none;
	display: block;
}
h1 {
	font-size: 12px;
}
#canvas {
	/*width: 790px;*/
	width: 900px;
	text-align: left;
	margin: 0 auto;	
	margin-top: 30px;	
	margin-left: 80px;
}
#menu {
	margin-bottom: 160px;
	width: 345px;
}
#menu a {
	font-weight: bold;
	display: block;
	font-size: 10px;
	width: auto;
}
#submenu {
	margin-top: 30px;
	width: 345px;
	/*margin-bottom: 30px;*/
}
h1 {
	margin-bottom: 10px;
}
#info {
	margin-bottom: 40px;
	width: 345px;
	height: 145px;
	/*overflow: hidden;*/
}
#thumbs {
	width: 400px;	
	position: absolute;
	top: 330px;
	margin-left: 500px;
}
#thumbs div {
	height: 200px;
}
#thumbs #pager {
	margin-left: 2px;
}
#thumbs img {
	margin: 5px;
}
#thumbs a.thumb {
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
}
.link {
	cursor: pointer;
}
#picture {
	width: 200px;	
	position: absolute;
	top: 100px;
	margin-left: 470px;
}
#picture #pager {
	display: block;
	margin-top: 5px;
	margin-left: 2px;
	position: absolute;
	top: 440px;
}
#past div {
	width: 320px;
	float: left;
	margin: 0px 10px 20px 0px;
}
#past span {
	text-transform: capitalize;
}
#press {
	width: 400px;	
	position: absolute;
	top: 100px;
	margin-left: 500px;

	text-transform: none;
	text-align: justify;
}
#press * {
	text-transform: none;
}
div#press p {
	text-transform: none;	
}

#upcoming {
	float: right;
	width: 400px;
	margin-top: -300px;
	text-transform: none;
	text-align: justify;
}
#gallery {
	font-weight: bold;
	margin-top: -70px;
}
#expo-artists {
	width: 400px;	
	position: absolute;
	top: 370px;
	margin-left: 500px;
}
#expo-artists  a {
	display: block;
	margin-bottom: 10px;
}
#expo-artist {
	width: 400px;	
	position: absolute;
	top: 80px;
	margin-left: 500px;
	text-transform: none;	
}
#artist {
	width: 400px;	
	position: absolute;
	top: 80px;
	margin-left: 500px;
	text-transform: none;
}
#artist * {
	text-transform: none;	
}
#footer {
	font-size: 10px;
	font-weight: bold;
}
#greetings {
	margin-bottom: 10px;
	font-size: 10px;	
}
#greetings * {
	font-size: 10px;
}
#artists {
	margin-top: 30px;
	width: 500px;	
}
#artists a {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
#caption {
	height: 200px;
}
#phones {
	display: block;
	text-align: justify;
}

.bio{ width:610px; margin-bottom:50px;}
	.bio td{vertical-align:top;}
	.bio label{font-weight:bold; display:block; margin-bottom:10px; margin-top:20px;}
	.bio .year{width:90px;}
	.bio .des{width:630px;}