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

.h1 {
	font-family:"Comic Sans MS", cursive;
	font-size:28px;
	text-align: left;
}
.p {
	font-family:"Comic Sans MS", cursive;
	font-size:11px;
	text-align:center;
	line-height: 10px;
}
body,td,th {
	font-family: Comic Sans MS, cursive;
	color: #000;
	background-color: #000;
}

#container {
	position:relative;
	width:860px;
	height:750px;
	margin-right:auto;
	margin-left:auto;
	margin-top:50px;
	background-color: #FFF;
	background-image: url(images/back.png);
	background-repeat: repeat;
	border: 3pt solid #FFF;
	background-position: 20px 30px;
}
#top_logo {
	position:absolute;
	left:8px;
	top:3px;
	width:845px;
	height:125px;
	z-index:1;
}
#side_nav {
	position:absolute;
	left:-2px;
	top:128px;
	width:169px;
	height:575px;
	z-index:1;
}
#top_blank {
	position:absolute;
	left:-2px;
	top:-2px;
	width:864px;
	height:140px;
	z-index:2;
}
#side_nav_buttons {
	position:absolute;
	left:-1px;
	top:142px;
	width:119px;
	height:604px;
	z-index:1;
}
.gallery_text {
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
	text-align:center;
	line-height: normal;
}
	
.p2 {
	font-family:"Comic Sans MS", cursive;
	font-size:11px;
	text-align:center;
	line-height:12px;
}
.p3 {
	font-family:"Comic Sans MS", cursive;
	font-size:10px;
	text-align:center;
	line-height:16px;
}
	
.title {
	font-family:"Comic Sans MS", cursive;
	font-size:24px;
	text-align:center;
}
.artist_text {
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
	text-align:left;
	line-height: normal;
}
.subhead {
	font-family:"Comic Sans MS", cursive;
	font-size:20px;
	text-align:left;
}

#footer {	
	position:absolute;
	left:460px;
	top:813px;
	width:476px;
	height:48px;
	z-index:1;
	color: #FFF;
	font-size: 12px;
	text-align: center;
}




