/* CSS Document */

#searchform{
	top:70px;
	right:0px;
}
#body{
	width:100%;	
}
#ukmap{
	margin-top:-80px;
}
div.venue{
	width:648px;
	background-image:url(images/framework/pubback.jpg);
	padding:5px;
	border:solid 1px #333;
	margin-top:5px;
	float:left;
}
div.venue img{
	border:solid 1px #333;
	width:100px;
	height:100px;	
	margin-right:10px;
	margin-bottom:5px;
	float:left;
}
div.venue h1{
	font-family:"Times New Roman", Times, serif;
	color:#7a0256;
	font-size:1.3em;
	font-weight:100;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}
div.venue p{
	padding:0px;
	margin:0px;
	font-size:.8em;
	font-family:Arial, Helvetica, sans-serif;
}
div.venue p.contact{
	float:left;
	color:#8e0057;
	margin-top:10px;
	font-size:1em;
	font-style:italic;
}
div.venue p.website a{
	color:#8e0057;
	float:right;
	margin-top:10px;
	font-weight:bold;
	font-size:1em;
	padding-right:5px;
	text-decoration:none;
}
#searchformholder{
	top:380px;
}
