#flashcontent {
		height: 100%;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #ffffff;
}

flashcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff9900;
	text-decoration: none;
	background-color: #ffffff;
}

flashpostcard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff9900;
	text-decoration: none;
	background-color: #ffffff;
	top: 182px;
	left: 0px;
	width: 300px;
	height: 400px;
}

img {
    border:0px;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: red;
}

#leftnotice {
position: absolute;
top: 0px;
left: 20px;
}

#rightnotice {
position: absolute;
left: 872px;
text-align:right;
top: 0px;
right: 20px;
}

#header {
 	text-align:center;
	position: absolute;
 	top: 0px;
	left:0px;
	right:0px;
	width: 100%;
	height: 150px;
}

#navigation {
background-image: url(siteImages/navbk.png);
background-repeat: repeat-x;
position: absolute;
top: 150px;
left: 0px;
right: 0px;
width: 100%;
height: 32px;
}

#navtext {
padding-top: 7px;
text-align: center;
font-size: 12px;
font-weight: bold;
font-color:white;
text-decoration: none;
margin-left: 0px;
margin-right: 0px;
}

#content {
  	background-color: #FFFFFF;
  	position: absolute;
  	top: 182px;
	height:300px;
	left: 20px;
	right: 0px;
  	width: 97%; 
}

#content2 {
  	background-color: #FFFFFF;
  	position: absolute;
  	top: 182px;
	height: 300px;
	left: 20px;
	right: 0px;
  	width: 330px;
	z-index: 49;
}

#content3 {
  	background-color: #FFFFFF;
  	position: absolute;
  	top: 182px;
	height: 300px;
	left: 60px;
	right: 0px;
  	width: 280px;
	z-index: 49;
}


#fronttext {
  	background-color: #FFFFFF;
  	position: absolute;
  	top: 182px;
	height: 300px;
	left: 350px;
	right: 0px;
  	width: 580px;
}

#saletexttitle {
	padding-top:10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: strong;
	color: red;
}
#saletext {
	padding-top:10px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: strong;
	color: black;
}

a.saletext:link {
	text-decoration: none;
	color: blue;
}

a.saletext:hover {
	text-decoration: none;
	color: red;
}

#gallerynav {
background-image: url(siteImages/gallerybk.png);
background-repeat: repeat-x;
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
width: 100%;
height: 32px;
}

#footer {
	position:absolute;
	top:520px;
 	text-align:center;
	left:0px;
	right:0px;
	width: 100%;
}


.thumbnail{
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
z-index: 0;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
z-index: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -160px;
left: 350px; /*position where enlarged image should offset horizontally */
}