﻿/* CSS Document */

.sidebar {
  display: none;
}

#content {
}

#content h3 {
  margin-top: 30px;
}

#promo_header {
	position: absolute;
	top: -105px;
	left: 0;
	}
	
#promo_header a,
#promo_header a:hover {
	margin: 0;
	padding: 0;
	border: none;
	}
	
#main{
	margin-top: 110px;
	}
	
#content li {
	background-image: url(edmonds_promotion/bullet_orange.gif);
	}
	
a {
	color: #f26926;
	border-bottom: 1px solid #fee2be;
	}
	
a:hover {
	background-color: #f26926;
	border-bottom: 1px solid #f26926;
	}
