.column {
    float: left;
}
#column1 {
    width: 254px;
    margin-right: 10px;
}
#column2 {
    width: 278px;
    margin-right: 8px;
}
#column3 {
    width: 498px;
}
#column3 a.largeLink {
	font-weight: bold;
	font-size: 13px;	
}
.boxTitle {
    margin-bottom: 2px;
}
.tmpLink {
    color: #0099CC;
    font-size: 8pt;
    font-family: tahoma;
    text-decoration: none;
}
#pageFunctionsText {
    padding: 12px 0 0 3px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
#artistsBox, #venuesBox, #listenersBox, #commercialBox{
    height: 76px;
    width: 100%;
    margin-bottom: 8px;
}
.box {
    background-color: white;
}

#featuredArtistsSplitBox, #featuredVenuesSplitBox {
    height: 143px;
    padding: 0px;
}
#featuredArtistsTitle, #featuredVenuesTitle {
    margin-bottom: 0px;
}
.feature {
    width: 128px;
    height: 138px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    float: left;
}
.feature:hover {
    background-color: #F1B860;
}
.featureName, .featureDetail {
    color: black;
    font: 8pt Tahoma;
    margin-top: 2px;
}
.featureDetail {
    font: 7pt Tahoma;
    color: red;
    margin-top: 0px;
}
.featureImage {
    width: 120px;
    height: 90px;
    border-width: 0px;
}
#featuredArtistsBox {
    margin-bottom: 8px;
}


.loginLabel {
    height: 25px;
    margin: 0px 14px 0px 0px;
    float: right;
}
#emailLabel {
    margin-top: 7px;
}
#rememberMeCbx {
    float: left;
    height: 20px;
    margin: 0px 0px 0px 20px;
}
.errorMessage {
    height: 17px;
    float: right;
    padding-top: 5px;
    margin-right: 14px;
    width: 180px;
    text-align: right;
    /*font-weight: bold;*/
    color: red;
}


#comingSoonBox {
    border-width: 0px;
}
#comingSoonTitle {
    margin-bottom: 0px;
}
#comingSoonContent {
    background: url(../img/live.gif) 30px 20px no-repeat;
    height: 180px;
    padding: 5px;
}
p, li {
    border-width: 0px;
    text-align: left;
    font-family: tahoma;
    font-size: 8pt;
    margin-top: 10px;
}
h2 {
    text-align: center;
}
h2 {
    margin-top: 0px;
    font-size: 10pt;
    font-weight: bold;
}
h3 {
    font-size: 10pt;
    color: #0099CC;
}
ul {
    list-style-type: disc;
}
h6 {
    font-size: 8pt;
    margin-bottom: 5px;
}


