/* For CSS2 browsers */


/* Page properties */

body
{
	color: #333;
	background-image: url("images/body_bkgnd.gif");
	background-repeat: repeat-x;
	background-color: #69c;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	}
	
div
{
	font-family: Verdana, sans-serif;
	font-size: 12px;}

img, table
{
	border: 0;
	}	

td
{
	vertical-align: top;}

a:link
{
	color: #930;	}

a:visited
{
	color: #930;	}

a:hover
{
	color: #f63;	}.align-right{	text-align: right;	}
	
/* header properties */

#header-tag
{
	background-image: url("images/header/serving_ne_ny.gif");
	background-repeat: repeat-x;
	color: #039;
	font-size: 10px;
	line-height: 1.5em;
	padding: 0 10px 0 0;
	text-align: right;	
	}

/* footer properties */

.footer
{
	background-color: #91c5fc;
	padding: 0;
	margin: 0;
	}
	
.footer-text, a.footer-text:link, a.footer-text:visited
{
	color: #039;
	font-size: 10px;
	text-align: left;
	vertical-align: middle;
	line-height: 1.3em;
	text-decoration: none;
	}
	
a.footer-text:hover
{
	color: #039;
	font-size: 10px;
	text-align: left;
	vertical-align: middle;
	line-height: 1.3em;
	text-decoration: underline;
	}
	
.copyright, a.copyright:link, a.copyright:visited
{
	color: #039;
	font-size: 10px;
	line-height: 1.3em;
	text-align: center;
	text-decoration: none;
	}
	
a.copyright:hover
{
	color: #039;
	font-size: 10px;
	line-height: 1.3em;
	text-align: center;
	text-decoration: underline;
	}