/* These parts need to be in the header to set the colors:

	<style type="text/css">
	#Header {
		background: #62C1ED url("tags/rosebud.jpg") right bottom no-repeat;
		height: 180px;
	}
	#Nav {
		background: #33799A;
	}
	#Content {
		background: #9fd9f4;
	}
	#Footer {
		background: #519ec3;
	}
	</style>
*/

#Header {
    border:1px solid #000;
    border-bottom:none;
}

#Nav {
    border:1px solid #000;
    border-bottom:none;
}

#Content {
    border:1px solid #000;
    border-bottom:none;
}

#Footer {
    border:1px solid #000;
}

/* really should correct the margins in the main style sheet. */
#columnleft h1 {
	margin-bottom: 0.5em;
	color:#000;
}

#columnleft p strong {
	color:#777;
	border-bottom:1px solid #aaa;
}

#Footer {
	color:#000;
}

#Footer a {
	color:#000;
}

#Footer a[href]:link, #Footer a[href]:visited {
	color:#000;
}

#columnright h3 {
	color:#000; 
}

dt.support {
    background-color: #ddd;
}

dl {
    background:#fff;
}

#columnleft dd strong {
    color:#000;
}

.navcontainer a {
	background-image: url("/showroom/images/show_nav_bg_bw.gif");
}
