#content {
    margin-right: 0px;
    margin-bottom: 5px;
    background-color: white;
    text-align: left;
    font-size: 8pt;
}

#artistInfoBox {
    float: left;
    margin-bottom: 10px;
    width: 765px;
    border-width: 2px;
    padding-bottom: 40px;
}

#pageContent {
    height: 402px;
}

.column {
    float: left;
}
#column1 {
    width: 136px;
    margin-right: 8px;
}
#column2 {
    width: 453px;
    margin-right: 8px;
}
#column3 {
    width: 160px;
}
#filterForm {
    margin: 10px 0 20px;
}
.box {
    background-color: white;
}

#companyInfoBox,
#mapKey {
    margin-bottom: 9px;
    border-width: 0px;
}
#companyInfoBox #companyInfoContent {
    height: 244px;
    padding: 3px;
}
#companyInfoBox .boxTitle {
    margin: 0px;
}
#companyInfoBox .boxContent dl {
	margin: 0;
	padding: 0;
}
#companyInfoBox .boxContent dt {
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: right;
}
#companyInfoBox .boxContent dd {
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}
#mapKey .boxContent ul {
	margin: 0 15px;
}
#mapKey .boxContent ul li {
	list-style: none;
	display: block;
	text-align: right;
	font-weight: bold;
}
#mapKey .boxContent ul li .mapKeyIcon {
	background-image: url(/main/img/sprite_hexagon_key.gif);
	width: 16px;
	height: 16px;
	line-height: 1px;
	float: left;
}
#mapKey .boxContent ul li #mapKeyIcon2 {
	background-position: 0 -16px;
}
#mapKey .boxContent ul li #mapKeyIcon3 {
	background-position: 0 -32px;
}
#mapKey .boxContent ul li #mapKeyIcon4 {
	background-position: 0 -48px;
}
#mapKey .boxContent ul li #mapKeyIcon5 {
	background-position: 0 -64px;
}
#map {
    height: 388px;
}
a.feature {
    width: 104px;
    height: 120px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    float: left;
}
a.feature:hover {
    background-color: #F1B860;
}
a.feature .featureName, a.feature .featureDetail {
    color: black;
    font: 7pt Tahoma;
    margin-top: 3px;
}
a.feature .featureDetail {
    color: red;
    margin-top: 0px;
}
a.feature .featureImage {
    width: 96px;
    height: 72px;
    border-width: 0px;
}
#yourFeedbackBox {
    border-width: 0px;
}
#yourFeedbackBox .boxTitle {
    margin-bottom: 2px;
}
#yourFeedbackBox .boxContent {
    height: 90px;
    padding-top: 0px;
}

a.artist {
    width: 104px;
    height: 120px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    float: left;
}
a.artist:hover {
    background-color: #F1B860;
}
a.artist .artistName, a.artist .artistDetail {
    color: black;
    font: 7pt Tahoma;
    margin-top: 3px;
}
a.artist .artistDetail {
    color: white;
    margin-top: 0px;
}
a.artist .artistImage {
    width: 96px;
    height: 72px;
    border-width: 0px;
}

#artistServicesBox {
    margin-bottom: 9px;
    border-width: 0px;
    height: 167px;
}

#comingSoonBox {
    border-width: 0px;
}
#comingSoonTitle {
    margin-bottom: 0px;
}
#comingSoonContent {
    background: url(../img/live.gif) 0px 30px no-repeat;
    height: 190px;
    padding: 5px;
}

#venuePicture {
    width: 128px;
    height: 96px;
}
#venuename {
   font-weight: bold;
   margin-bottom: 2px;
}
#venuepostcode {
    margin-bottom: 12px;
}

.pageFunctionsTable td {
    text-align: left;
    padding-left: 10px;
}

.urlContainer {
    vertical-align: top;
    height: 16px;
    margin-left: 1px;
    margin-top: 5px;
}
.urlImage {
    float: left;
    margin-right: 4px;
    border-style: none;
}
.url {
    color: #0099CC;
}
#pageDescription {
	_height: 78px;
	min-height: 78px;
}
#pageDescription div {
	width: 38%;
	padding: 10px;
}
#pageDescription div.floatR {
	width: 56%;
	padding: 10px;
}
#pageDescription p {
	padding: 0;
	margin: 0 0 5px;
}

