/* The Dance Center of Columbia College Chicago */ 
/* GENERAL PAGE LAYOUT STYLE SHEET */

#navigationWrapper {
	float: left;
	width: 200px;
	padding: 0px;
}

#contentWrapper {
	width: 570px;
	float: right;
}

#contentBlock td {
	text-transform: none;
}

#contentBlock a:link {
	text-decoration: underline;
	color: #6e6f64;
	font-weight: normal;
	}

#contentBlock a:hover {
	text-decoration: underline;
	color: #82B026;
	}
	
#contentBlock a:visited {
	text-decoration: underline;
	color: #6e6f64;
	}
	
.contacts table {
	border-top: 1px solid #b5b5af;
}

.contacts td {
	font-size: 10px;
	line-height: 15px;
	border-bottom: 1px solid #b5b5af;
}

#sponsors img {
	padding-right: 14px;
	vertical-align: middle;
}


