#pageContent {
    height: 402px;
}

.column {
    float: left;
}
#column1 {
    width: 136px;
    margin-right: 8px;
}
#column2 {
    width: 458px;
    margin-right: 8px;
}
#column3 {
    width: 160px;
}

.box {
    background-color: white;
}

#featuredArtistsBox {
    margin-bottom: 9px;
}
#featuredArtistsBox #featuredArtistsContent {
    height: 250px;
    padding: 0px;
}
#featuredArtistsBox .boxTitle {
    margin-bottom: 0px;
}
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 .boxTitle {
    margin-bottom: 2px;
}
#yourFeedbackBox .boxContent {
    height: 90px;
    padding-top: 0px;
}

#searchResultBox {
    margin-bottom: 9px;
}
#searchResultsTitle {
    margin-bottom: 0px;
    height: 13px;
}
#searchResultsTitle #text {
    float: left;
}
#searchResultsTitle #links {
    float: right;
}
#searchResultsTitle #links a {
    color: white;
}
#searchResultsTitle #links a:hover {
    color: #F1B860;
}
#searchResultsContent {
    min-height: 375px;
    _height: 375px;
    padding: 0px;
    background-color: #EAEAEA;
}
#searchResultsContent ul {
	margin: 0;	
}
#searchResultsContent ul li {
	display: block;
	padding: 4px;
	border-bottom: 1px solid #0099CC;
}
#searchResultsContent ul li a,
#searchResultsContent span {
	display: block;
}
#searchResultsContent ul li .artistImage {
    width: 60px;
    height: 45px;
    border: none;
    float: left;
}
#searchResultsContent ul li .artistInfo {
	width: 150px;
	float: left;
	margin-left: 4px;
}
#searchResultsContent ul li .artistName {
	font-weight: bold;
}
#searchResultsContent ul li .artistDemand {
	float: right;
	width: 100px;
	text-align: center;
}

#placeHolder {
    padding: 0px;
    background-color: #0099CC;
}
#placeholderTop {
    background-image: url(../img/musequarium_top.gif);
    height: 100px;
}
#placeholderBottom {
    background-image: url(../img/musequarium_bottom.gif);
    height: 275px;
    text-align: center;
    font-weight: bold;
    font-size: 8pt;
    color: white;
}
#placeholderBottom #steps {
    text-align: left;
    margin-left: 70px;
}

#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;
}


