html, body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.33;
	color: #000000;
  background-color: #000000;
	background-image: url(/images/backgr1.gif);
	margin: 0;
	}

h1 {
	font-size: 20px;
	line-height: 1.2;
	color: #ffff00;
	}

img {
	border: 0;
	padding: 0;
	margin: 0;
	}

a            { text-decoration: none; }
a:link       { color: #0066cc; }
a:visited    { color: #333399; }
a:active,
a:hover      { color: #0066cc; text-decoration: underline; }

#bodywrapper {
	width: 600px;
	}

#adpagebody {
	background-color: #ffffff;
	padding: 12px 12px 20px 12px;
	margin: 17px 0 0 47px;
	}

table.photos {
	margin-left: 12px;
	margin-bottom: 10px;
	border-collapse: collapse;
	}

table.photos td {
	padding-bottom: 6px;
	}

table.hours {
	width: 220px;
	margin-bottom: 20px;
	border-spacing: 1px;
	boder-collapse: collapse;
	}

table.hours th {
	background-color: #07ed04;
	padding: 2px;
	}

table.hours td {
	background-color: #ffd700;
	padding: 4px;
	}

#footer {
	clear: both;
	font-size: 10px;
	line-height: 1.6;
	color: #00ff00;
	text-align: right;
	padding: 0 10px 25px 10px;
	}

#footer a         { text-decoration: none; }
#footer a:link,
#footer a:visited,
#footer a:active  { color: #00ff00; }
#footer a:hover   { color: #ffd700; }

.small      { font-size: 10px; }
.bold       { font-weight: bold; }
.lalign     { text-align: left; }
.calign     { text-align: center; }
.ralign     { text-align: right; }
.clear      { clear: both; }