 * { margin: 0; padding: 0; }
 body { 
	background-color: #000000;
	padding: 20px; }
 .white {
	color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
 }
 .pghed {
	color: #FFCC00;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	margin-left: 10px;
}

#container {
	position:absolute;
	left:5%;
	top:5%;
	width:900px;
	height:530px;
	z-index:1;
	background-color: #180902;
}
#pgtitle {
	float: right;
}
#imginstrct {
	width: 270px;
	height: 20px;
	float: left;
	margin-top: 30px;
}
#nav {
	float: right;
	clear: right;
	width: 200px;
}
#Home {
	width: 50px;
	float: left;
}
#Home a {
	color:#fff;
	text-decoration: none;
}
#Home a:hover {
	color:#ddd;
	text-decoration: overline;
}
#Home a:active {
	color:#fff;
	text-decoration: none;
}
#Gallery {
	width: 120px;
	float: right;
}
#Gallery a {
	color:#fff;
	text-decoration: none;
}
#Gallery a:hover {
	color:#ddd;
	text-decoration: overline;
}
#Gallery a:active {
	color:#fff;
	text-decoration: none;
}
#bodycont {
	position:absolute;
	left:18px;
	z-index: 2;
	top: 60px;
	width: 866px;
	height: 482px;
	background-image: url(../Images/Bodygall.jpg);
}
 #imgallry {
	position: absolute;
	left:37px;
	z-index: 2;
	top: 17px;
	width: 820px;
	height: 429px;
}
/* begin gallery styling */
 #jgal { list-style: none; width: 200px; }
 #jgal li { opacity: .5; float: left; display: block; width: 60px; height: 60px; background-position: 50% 50%; cursor: pointer; border: 3px solid #fff; outline: 1px solid #ddd; margin-right: 14px; margin-bottom: 14px; }
 #jgal li img { position: absolute; top: 20px; left: 220px; display: none; }
 #jgal li.active img { display: block; }
 #jgal li.active, #jgal li:hover { outline-color: #bbb; opacity: .99 /* safari bug */ }
/* styling without javascript */
 #gallery2 { list-style: none; display: block; }
 #gallery2 li { float: left; margin: 0 10px 10px 0; }

