/* CSS Document */

body {margin: 0px; color: #eeddbb; background-color: #26011f; }
table.main_f { width: 900px; }
h1 { color: #ffeecc; font-family: "Times New Roman", Times, serif; font-size: 26px; margin: 15px; text-align: center }
h2 { color: #ffeecc; font-family: "Times New Roman", Times, serif; font-size: 20px; margin: 15px; text-align: center }
p { font-family: Arial, Helvetica, sans-serif; font-size: 14px; margin: 15px; text-align: justify; }

#coolmenu{ width: 93%; margin: 7px; }

* html #coolmenu{ width: 250px; }

#coolmenu a{
color: #C58C5F;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
padding:8px;
display: block;
width: 100%;
text-decoration: none;
}

html>body #coolmenu a{ 
width: auto;
}

#coolmenu a:hover{
color: #fff0d0;
background-color: #482A42;
}

a{
color: #eeddbb;
text-decoration: underline;
font-weight: bold;
}

a:hover{
	color: #ffffff;
}

table.ImageView {
	width: 90%;
	text-align: center;
}

td.ImageListing {
	padding: 10px;
}
a.ImageListing {
color: #C58C5F;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
padding:8px;
padding-right: 4px;
display: block;
width: 100%;
text-decoration: none;
}

a.ImageListing:hover{
color: #fff0d0;
background-color: #482A42;
}

td.GalleryImage {
	width: 33%;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}

img.GalleryImage {
	border:1px solid #eeddbb;
}

.Links {
	color: #C58C5F;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.Links {
	color: #C58C5F;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#Copyright {
	color: #C58C5F;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
