@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background: #000000;
}
.oneColLiqCtr #container {
	width: 1024px;  /* this will create a container 80% of the browser width */
	background: #000000;
	margin: 0 auto;
	text-align: left;
}
.oneColLiqCtr #mainContent {
	margin-top: 5%;
}
.FrontPagePhotos {
	border: 5px solid #FFF;
}

.oneColLiqCtr #container #mainContent table tr td {
	font-weight: bold;
	color: #FFF;
}
.oneColLiqCtr #container #mainContent #MainMenu tr td a { 
	color: #FFF;
	text-decoration: none;
}
.oneColLiqCtr #container #mainContent #MainMenu tr td a:hover{
	color:#006699;
	background-color:#FFF;
	font-weight: bold;
}
.oneColLiqCtr #container #mainContent #GalleriesMenu tr td a { 
	color: #FFF;
	text-decoration: none;
}
.oneColLiqCtr #container #mainContent #GalleriesMenu tr td a:hover{
	color:#006699;
	background-color:#FFF;
	font-weight: bold;
}
.oneColLiqCtr #container #mainContent table tr td table tr #ThumbsFrame a {
	color:#FFF;
	text-decoration:none;
	padding:none;
}
img{
	border-style: none;
}
.mouseon {
	background-color:#FFFFFF;
	text-decoration:none;
	
}
.mouseoff {
	background-color:#006699;
}

.oneColLiqCtr #container #mainContent p #FrontPageLinks a {
	color: #FFF;
	text-decoration: none;
}
.aboutText {
	font-family: "Times New Roman", Times, serif;
	color: #000;
}
.priceText {
	font-size:12px;
}
.aboutText a {
	color:#FFF;
	text-decoration:none;
}
.aboutText a:hover {
	font-weight:bold;
	text-decoration:overline;
	text-decoration:underline;
}
