@charset "UTF-8";
/* CSS Document */

/*zero out page selectors*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	border: 0;
	font-size: 10pt;
    }


body {
	padding: 0;
	background-color: #DADADA;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family:"Courier New", Courier, monospace;
 	}
	
	
#wrapper{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1016px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#flashwrap{
    height: 695px;
	width: 1016px;
}

#reflect{
	height: 73px;
	width: 1016px;
	background-image: url(../images/reflect.png);
	background-repeat: no-repeat;
	background-position: 43px top;
}

#footer{
}
.hours {font-size:12px; font-weight:bold; color:#990000; text-transform:uppercase;}