




/*
     FILE ARCHIVED ON 4:08:16 Feb 8, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:52:18 Nov 14, 2011.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
@charset "utf-8";
/* CSS Document */

body {
	font-family:Tahoma,Arial,Helvetica,sans-serif;
}

.boarder {
	position: relative;
	width: 500px;
	height: auto;
	text-align: left;
	margin: 10px;
	padding: 10px;
	border: 1px solid #444;
}

.artist {
	float: left;
	font-weight: bold;
	font-size: 15px;
}

.text {
	clear: both;
	font-size: 12px;
}

.image {
	position: relative;
	float: right;
	width: 100px;
	height: 70px;
	border: 3px solid #dbdbdb;	
}

.blog {
	position: relative;
	float: left;
	width: 300px;
	font-size: 12px;	
}

.links {
	font-weight: bold;
	font-size: 12px;
}
	
.center {
	positon: relative;
	float:left;
	width:500px;
	text-align: center;
	font-size: 12px;
}
.hallplans {
	position: relative;
	float: right;
	width: 180px;
	font-size: 12px;	
}


a,a.hover,a.active,a.link {
	color:#339900;
	text-decoration: underline;
}


