@import url("artists.css");
/* CSS Document */

.top{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 100%;
	width: 900px;
	position: relative;
	height: 140px;
	display: block;
	text-align: center;
	z-index: 1;



}

.themiddle{
	font-family: Arial, Helvetica, sans-serif;
	width: 850px;
	font-size: 12pt;
	line-height: 100%;
	display: block;
	z-index: 3;
	position: relative;
	height: 500px;
	background-repeat: repeat-y;
	background-position: right;
}
.themiddle p{
	text-align: justify;
}
.themiddle p img{
	display: inline;
	padding: 15px;
	text-align: center;






}

.thebottom{
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	font-size: 8pt;
	line-height: 100%;
	display: block;
	width: 850px;
	text-align: justify;
	font-style: normal;



}
.photostrip{
	width: 900px;
	height: 20px;
	text-align: center;
	display: block;
	position: relative;
	padding-top: 5px;

}
.logo {
	text-align: center;
}
.exb {
	display: inline;
	position: absolute;
	left: 100px;
	top: 410px;
	text-align: left;
	height: 25px;
	width: 280px;



}
.gal {
	display: inline;
	text-align: right;
	position: absolute;
	top: 400px;
	right: 100px;
	height: 32px;
	width: 274px;



}
a:link {
	text-decoration: underline;
	color: #9E001A;
}
a:active {
	text-decoration: none;

}
.hug {
	height: 100%;
	width: 1000px;
	top: -10px;
	background-image: url(images/bckg_test.jpg);
	background-repeat: repeat-y;





}
.abstop {
	background-image: url(images/top_b.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 1000px;
}
.absbottom {
	background-image: url(images/bottom_b.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 1000px;
}
body {
	background-image: url(images/bckg.jpg);
	background-repeat: repeat-y;
	height: 100%;
	background-position: center;
	background-color: ffe9c3;


}
