body {
	background-color: #000000;
	background-image: url("images/shingles.jpg");
	font-family: Arial;
	font-size: 12pt;
    color: #000000;
}

a:link {
	text-decoration: none;
	font-size: 12pt;
	color: #808080;
}
a:visited {
	text-decoration: none;
	font-size: 12pt;
	color: #808080;
}
a:hover {
	text-decoration: none;
	font-size: 12pt;
	color: #ff0000;
}
a:active {
	text-decoration: none;
	font-size: 12pt;
	color: #808080;
}

h1 {
	font-family: Arial;
	font-size: 18pt;
	text-align: center;
	color: #00000
}

h2 {
	font-family: Arial;
	font-size: 12pt;
	text-align: center;
	color: #00000
}

p {
	font-family: Arial;
	font-size: 12pt;
	text-align: left;
	vertical-align: top;
	color: #000000;
}

p.italic {
    font-style: italic;
}

ul.l {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #ffffff;
}

li a {
    display: block;
    color: #000000;
    padding: 8px 16px;
    text-decoration: none;
}

/* Change the link color on hover */
li a:hover {
    background-color: #808080;
    color: #eed202;
}

ul.a {
    list-style-type: circle;
}

table#t01 {
	width: 1200px;
	height: 735px;
	border: 0px solid #ffffff;
	padding: 0px;
	border-spacing: 0px;
	text-align: center;

}

p.address {
	font-family: Arial;
	font-variant: small-caps;
	font-style: normal;
	font-size: 8pt;
	text-align: center;
	color: #000000;
}

div.gallery {
    margin: 0px;
    border: 1px solid #c0c0c0;
    text-align: center;
    width: 250px;
}

div.gallery:hover {
    border: 1px solid #eed202;
}

div.gallery img {
    width: 250px;
    height: auto;
}

div.desc {
    padding: 10px;
    text-align: left;
}

div.desc2 {
    padding: 10px;
    text-align: center;
}

div.gallery2 {
    margin: 10px;
    border: 1px solid #c0c0c0;
    text-align: center;
    width: 400px;
}

div.gallery2:hover {
    border: 1px solid #eed202;
}

div.gallery2 img {
    width: 100%;
    height: auto;
}