/*       style    */




body{
	
	background-image: url(images/background_image.jpg);
	background-color: black;
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 12px;
	height: 700px;
	color: #330000;
}

.background{
	position: absolute;
	top: 5px;
	left: 12px;
	
	z-index: 1;
}

.contact{
	
	position: absolute;
	font-size: 14px;
	color: black;
	right: 8px;
	top: 4px;
	
	z-index: 1;
}


.thumbs{
	width: 170px;
	height: 52px;
	float: left;
	margin-top: 33px;
	margin-left: 30px;
	
	z-index: 2;
}

.murals{
	position: absolute;
	width: 170px;
	margin-top: 140px;
	margin-left: 32px;
}



a{
	color: black;
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	border: none;
	
}

a:hover{
	color: black;
	font-weight:bold; 
	text-decoration: underline;
	border: none;

}

.she{
	float: right;
	margin-left: 5px;
}

.thumbs img{
 	border: none;
}

.navi{
	position: relative;
	margin-left: 198px;
	width: 800px;
	height: 65px;
	
	z-index: 1;
}



.fullsizeimage{
	margin-bottom: 10px;
	position: absolute;
	height: 480px;
	width: 651px;
	margin-top: 25px;
	margin-left: 217px;
	
	z-index: 3;
}

.largeimage{
	margin-bottom: 10px;
	position: absolute;
	height: 480px;
	width: 651px;
	margin-top: 25px;
	margin-left: 217px;
	overflow: scroll;
	
	z-index: 3;
}

.info{
	position: absolute;
	height: 480px;
	width: 610px;
	top: 100px;
	margin-left: 217px;
	
	z-index: 3;
}

.info img{
 border: none;
}

.links{
	position: relative;
	margin-top: 524px;
	margin-left: 190px;
	font-size: 10px;
	height: 33px;
	border: none;
	
	z-index: 2;
	
}

.links img{
 	border: none;
}
	

.navi img{
	padding-top: 17px;
	border: none;

}


.copyright{
	position: absolute;
	top: 599px;
	margin-left: 785px;
	font-size: 9px;
	
	z-index: 2;
	
}

