@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;
}

