/* CSS Document */

/*
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
	
body{
background-color:#666666;
color:#666666;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}

*/

#quicklunch{
width: 820px;
color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
background-color:#666666;
margin:10px auto;
border: 0;
text-align: right;
}

#wrapper{
width: 830px;
background-color:#FFFFFF;
margin:5px auto;  /* this leaves space between grey and white page */
border: 0;
text-align:left;
}

#banner{
        margin-left:5px; 
	height: 108px;
	/* background-image: url(/static/images/logo_trans_new2.gif); */
	background-image: url(/static/images/mydowntown.gif);
	background-repeat: no-repeat;
}

