@charset "UTF-8";
/* CSS Document */

.dishsplash {
	float:left;
	text-align:center;
}

h1 {
	color:#6dd0fa;
}

#footer {
	border-color:#6dd0fa;
}

.dishsplash span {
	display:block;
	font-size:13px;
	font-weight:bolder;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#6dd0fa;
	margin-bottom:4px;
	text-decoration:none;
}

.dishsplash a:hover {
	text-decoration:underline!important;
	color:#2A140B !important;
}

.dishsplash a:hover span{
	text-decoration:underline!important;
	color:#2A140B !important;
}

#lineabove {
	clear:both;
	border-top: 10px solid #6dd0fa;
}

#leftlist {
	float:left;
	padding-left:80px;
	
	width:300px;
}

#rightlist {
	float:left;
	width:260px;
	padding-right:40px;
}