@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#790000 url('images/bg.jpg') top no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
#content {
	text-align:justify;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.4em;
	}
	
#keywords {
	text-align:justify;
	color:#777;
	font-size:1.2em;
	overflow:hidden;
	}
	
#hours {
	text-align:center;
	font-weight:bold;
	color:#790000;
	font-size:1.2em;
	}

#address {
	margin:5px 0 0 0;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	color:#790000;
	}
	
a { color:#790000; }
.copyright { color:#ccc; }
a.redshift { color:#999; text-decoration:none; }
a.redshift:hover { color:#fff; }
