@charset "UTF-8";
/* CSS Document */

body {
	background-image: none;
	width: 8.5in;
	margin: 1.0in .5in .75in;
}

.centertext {
	text-align: center;
}

a:link {
	text-decoration: underline;
}


#content {
	background-color: #FFF;
	display: block;
	width: 8.0in;
}

.photocontent {
	display:none;
}

.photocontent_right {
	display:none;
}

h1 {
		font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #333333;
	text-align: left;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #333333;
	text-align: left;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #333333;
	text-align: left;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

.maincontent {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	display: block;
	list-style-type: square;
	list-style-position: inside;
}

.instructions {
	display: none;
}

#unit_photos {
	display:none;
}
	
/* Removing the list bullets and indentation */
ul#gallery {
	display:none;
}

/* Resize the images to 100px x 100px */
#gallery a img {
  display:none;
}
  
/* Default style for list items */
#gallery li {
  display:none;
} 

/* Resizing the link on hover */
#gallery a:hover {
 display:none;
}

/* Resizing the thumbnail on hover */
#gallery a:hover img {
  display:none;
}

/* Resizing the link when 'clicked' */
#gallery a:active, #gallery a:focus {
  display:none;
}

/* Resizing the image when 'clicked' */
#gallery a:active img, #gallery a:focus img {
  display:none;
}

/* The 'click' hack for Internet Explorer */
ul#gallery a:visited {
  display:none;
} 

#sell_wrapper {
	display: none;
}

#footer {
	text-align: center;
	clear: both;
	height: .5in;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	display: block;
	width: 8.0in;
	border-top-width: thin;
	border-top-style: double;
	border-top-color: #666666;
}
