img {
	z-index:2;
}
p {
	font-family: “Trebuchet MS”, sans-serif;
	font-size:10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	color:#666;
	margin-right:48pt;
}
#about {
	margin-top:32pt;
	margin-left:32pt;
	margin-right:48pt;
}
h1 {
	color: #fff;
	font-family: Georgia, serif;
	font-size: 15pt;
	font-style: italic;
	font-weight: 800;
	line-height: 4pt;
	margin-left: 12pt;
}
h2 {
	color:#172934;
	font-family: Georgia, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-left: 32pt;
	line-height:14pt;
}
a {
	font-family: “Trebuchet MS”, sans-serif;
	font-size: 9px;
	font-style: normal;
	border:none;
	color: #000;
	text-decoration: underline;
}
a:hover {
	font-family: “Trebuchet MS”, sans-serif;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
}
#something {
	margin-left: 32pt;
	margin-right: 32pt;
}
#indexlist {
	display: inline;
	margin-left:28pt;
	margin-right:8pt;
	position: relative;
}
#indexul {
	display:inline;
	position:relative;
	top: 18px;
}
a.aboutlink:link {
	font-family: “Trebuchet MS”, sans-serif;
	font-size:10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: .3em;
	line-height: 6px;
	color:#172934;
	background:none;
	display: inline;
	z-index:3;
}
a.aboutlink:hover {
	font-family: “Trebuchet MS”, sans-serif;
	font-size:10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: .3em;
	line-height: 6px;
	color:#fff;
	background:none;
	display: inline;
	z-index:3;
}
a.aboutlink:visited {
	font-family: “Trebuchet MS”, sans-serif;
	font-size:10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: .3em;
	line-height: 6px;
	color:#172934;
	background:none;
	display: inline;
	z-index:3;
}
/*drop down menu*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;
	margin-top:32pt;
}
ul li {
	position: relative;
}
li ul {
	position: absolute;
	z-index: 1;
	left: 80px;
	top: -50px;
	display: none;
	/* CSS3 standard */
 	 opacity:0.85;
}
li ul a {
	background-color:#666;
}
ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 6px;
	border-bottom: 0;
}
ul li a:hover {
	color: #666;
	background: #E8D3A2;
}
li:hover ul {
	display: block;
}
