/* CSS Document For Click It Coupons */
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image:url(../images/bkgrnd.jpg);
	background-color:#333333;
	background-repeat:repeat-x;
	
}

a:link, a:visited{
	color: #171717;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #666666;
}



#banner{
	width: 800px;
	height: 205px;
	background-image: url(../images/clickit_banner.jpg);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

#leftbar{
background-image:url(../images/clickit_category.jpg);
background-repeat:repeat-y;
font-size: small;
  	color: #000000;
	font-weight: bold;
width: 153px;
height:100%;
text-align:left;
padding: 0px 0px 10px 5px;
}
