/* Structure */
body { background: #BFFAFF; }
#wrapper { margin: 20px auto auto auto; width:801px;}
#content { padding:5px 10px;}

.alignleft { float:left; }
.alignright { float:right; }
.clear { clear:both; }
br.clear {height:1px; margin-top:-1px; }
a:hover { text-decoration:none; }
p.message {padding:5px; background:red; color:white; margin-top:1px;}

/* Left Column */
h1 { font-family: "Helvetica Neue", Helvetica, Arial; font-weight: normal; text-align: center;}
	h1 a { color:black; text-decoration:none;}


/* Content */
#container { background-color: #FFF; float:left; width: 801px; }
	#content-top { background:url(../images/header.png) no-repeat top left; height:6px; width:801px; }
	#content-bottom { background:url(../images/footer.png) no-repeat bottom left; height:6px; width:801px; }

/* Categories */
#categories span {float:left; padding:4px; font-size:11px; }
	.category { background: #db4343 repeat-x; border:1px solid #f48282; float:left; height: 24px; margin:0 2px; padding:0 6px; }
	.category:hover  { background: #f48282; border:1px solid #db4343; }
		.category-content { float:left; padding:3px 3px; }
			.category-content a { color:white; font-size:11px; text-decoration:none; }
			
/* Letters */
#letters { font-size:11px; }
	#letters span {float:left; padding:0px; padding-right:5px;}
	#letters a { padding:3px 7px; background:#eee; text-decoration: none; color:black; }
	#letters a:hover { background:#555; color:white;}
			
/* Coupons */
#coupons { width:450px; }
	
	#coupons .title-blue { border-bottom:1px solid #860d0d; }
		#coupons .title { height:23px; margin-left:25px }
			#coupons .title .content {  background: #db4343; border:1px solid #860d0d; border-width:1px 1px 0 1px; color:white; float:left; font-size:11px; padding:3px 10px; }
			
	.coupon { background:#ffcdcd; clear:both; margin-top:1px; padding:20px; }
	.coupon-odd { background: #ffe7e7; }
		.coupon a { color:#860d0d; }
		
		.coupon .info { width:290px; }
		.meta { padding:4px 0; } 
			.meta a { color:#474747; }
		
		.image { padding-right:10px; }

#featured { width:318px; }

	#featured .title-yellow { border-bottom:1px solid #c6af18; }
		#featured .title { height:23px; margin-left:25px }
			#featured .title .left { background: url(../images/yellow-title-left.png) no-repeat; float:left; height:23px; width:25px; }
			#featured .title .right { background: url(../images/yellow-title-right.png) no-repeat; float:left; height:23px; width:6px; }
			#featured .title .content {  background: url(../images/yellow-title-center.png) repeat-x;color:black; float:left; font-size:11px; padding:4px; }
			
	.company { background:#fef09b; clear:both; margin-top:1px; padding:10px; }
	.company-odd { background: #fef6c3; }
	
		.company a, .company span { display:block; text-align:right; color:#5c5109; }


/* Footer */
#footer { font-size:11px; text-align: right; padding:5px 10px; }
	#footer a { color:black }
