html, body {
	height: 100%;         /* required */
}

BODY {
	background-color : #ffffff;
	color : #333333;
	font-family : Arial;
	font-size : 10pt;
	text-align: center;   /* horizontal centering hack for IE */
	font-size : 10pt;
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 100%;
	top: 0px;
	z-index: 2;

	position: relative;   /* positions content on top of distance */
	text-align: center;     /* horizontal centering hack for IE */
	height: 100%;         /* required - desired height */
	width: 900px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

* {
    -moz-box-sizing: border-box;
}

.thick {
		font-family: Arial Black;
		font-size: 12px;
		color: #cccccc;}
.thin {
		font-family: Arial;
		font-size: 12px;
		color: #cccccc;}	

A:LINK, A:VISITED, A {
	color : #b39d4a;
	text-decoration : none;
}

A:HOVER {
	color : #81819A;
	text-decoration : none;
}

TD {
	font-family : Arial;
	font-size : 10pt;
}

.text {
	color : #333333;
	font-family : Arial;
	font-size : 10pt;
}

.caps {
		font-family: Arial;
		color: #81819a;
		font-variant: small-caps;
		font-stretch: extra-expanded;
		font-size: 12px;
}

.small {
		font-family: Arial;
		color: #666666;
		font-size: 11px;
}

.thumb  {
		margin-left:10px; 
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		border-color: #b39d4a;
		vertical-align: middle;
}

.photomenu {
		font-family: Arial;
		color: #333333;
		font-size: 9px;
		letter-spacing: .5em;
		font-style: italic;
		line-height: 2.0em;
}

.photomenunolink {
		font-family: Arial;
		color: #333333;
		font-size: 9px;
		letter-spacing: .5em;
		font-style: none;
		line-height: 2.0em;
}

a.photomenustock:link, a.photomenustock:visited {
		font-family: Arial;
		color: #b39d4a;
		font-size: 9px;
		text-decoration: none;
		font-style: normal;
		letter-spacing: .2em;
		line-height: 2.0em;
}

a.photomenustock:hover {
		font-family: Arial;
		color: #81819A;
		font-size: 9px;
		text-decoration: none;
		font-style: normal;
		letter-spacing: .2em;
		line-height: 2.0em;
}

a.photomenu:link, a.photomenu:visited {
		font-family: Arial;
		color: #b39d4a;
		font-size: 9px;
		text-decoration: none;
		letter-spacing: .5em;
		font-style: normal;
		line-height: 2.0em;
}

a.photomenu:hover {
		font-family: Arial;
		color: #81819A;
		font-size: 9px;
		text-decoration: none;
		letter-spacing: .5em;
		font-style: normal;
		line-height: 2.0em;
}

.photomenuon {
		font-family: Arial;
		color: #81819A;
		font-size: 9px;
		letter-spacing: .5em;
		font-style: italic;
		line-height: 2.0em;
}
