.main {	
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#splash {
	width:1000px;height:576px;margin: auto;
	background: url(images/web_splash_2010.jpg) no-repeat;
}

img {
	border: 0;
}

.slip {
	min-height: 870px;
	
}

.sidebar {
	width: 240px;
	text-align: center;
	color: black;
	font-size: 14px;
	line-height: 20px;
	background-color: white;
}

.studiolist a {
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	font-size: 13px;
}

.ontario {
	color: #999;
	font-weight: bold;
	font-style: italic;
}

.rightside {
	width: 730px;
}

.mainlinks {
	font-style: italic;
}

.content {
	padding-top:65px;
	padding-left: 60px;
	width:630px;
}

.sidebar a {
	text-decoration: none;
	color: black;
	font-size: 14px;
	line-height: 20px;
}

.sidebar a:visited {
	text-decoration: none;
	color: black;
}

.sidebar a:hover {
	text-decoration: none;
	color: #f8a310;
}

.sidebar a:active {
	text-decoration: none;
	color: black;
}

body {
	font-family: helvetica, arial, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	color: white;
	font-size: 12px;
}

h2 {
	margin-top: 2px;
}

a {
	color: white;
}

a:visited {
	color: white;
}

a:hover {
	text-decoration: none;
	background-color: white;
	color: #f8a310;
}

.pageintro {
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	line-height: 20px;
}

.artistname {
	
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: none;
margin: 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: none;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 8px;
left: -1000px;
border: none;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: -388px; /*position where enlarged image should offset horizontally */
z-index: 50;
}