table, form, div {
	font-family: Arial, Tahoma,Verdana, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}
/****************************************************************/
/*                         Wrapper                              */
/****************************************************************/
#wrapper {
	width: 760px;
	margin: auto;
}
/****************************************************************/
/*                       Main Content                           */
/****************************************************************/
#main_content {
	float: left;
}
#column_A {
	float: left;
	width: 380px;
}
#column_B {
	float: left;
	width: 380px;
}
.info_box {
	float: left;
	width: 380px;
	padding: 10px 0px 10px 0px;
}
.logo_box {
	float: left;
	padding-top: 5px;
	width: 150px;
}
.text_box {
	display: inline;
	float: left;
	width: 220px;
	padding: 5px 5px 0px 5px;
}	
a.view_coupons  {
	background: url(../template/misc/view_coupons.gif) no-repeat;
	float: left;
	width: 143px;
	height: 26px;
	margin-top: 5px;
	overflow: hidden;
}
a:hover.view_coupons {
	background-position: left -26px;
}
a.view_info  {
	background: url(../template/misc/view_info.gif) no-repeat;
	float: left;
	width: 117px;
	height: 26px;
	margin-top: 5px;
	overflow: hidden;
}
a:hover.view_info {
	background-position: left -26px;
}
/****************************************************************/
/*                          Text                                */
/****************************************************************/
p {
	margin-top: 0px;
	margin-bottom: 12px;
}
.list_text {
	display: inline;
	list-style-type: none;
	padding: 0 0 1px 10px;
	margin: 0 0 1px 0px;
	background-image: url(../template/misc/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	line-height: normal;
}
.info_link_text {
	font-size: 11pt; 
	font-weight: bold;
	font-family: Lucida Sans;
}
.business_text {
	font-size: 10pt; 
	font-weight: bold;
	line-height: 11pt;
}
.city_text {
	font-size: 8pt; 
	font-style: italic;
}
/****************************************************************/
/*                          Nav                                 */
/****************************************************************/
a.donate {
	display: inline;
	height: 31px;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	background: url(../template/misc/donate_but.gif) left top no-repeat;
	margin-left: 30px;
}
a.donate:hover {
	background-position: left -31px;
}
a.direct {
	display: inline;
	height: 31px;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	background: url(../template/misc/direct_but.gif) left top no-repeat;
	margin-left: 30px;
}
a.direct:hover {
	background-position: left -31px;
}
a.learn {
	display: inline;
	height: 31px;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	background: url(../template/misc/learn_but.gif) left top no-repeat;
	margin-left: 30px;
}
a.learn:hover {
	background-position: left -31px;
}				