html {height: 100.1%;}
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 770px;
}

.blackBorder{
	border-color:black;
	border-width:1px;
	border-style:solid;
	padding:12,9,12,12;
}
.blackBorder img{
	border-color:black;
	border-width:1px;
	border-style:solid;
}

#contentPanel{
	top:229px;
	left:0px;
	width:100%;
	position:absolute;
}

#galNav{
	margin: 0;
	font-size: 0.75em;
	position: absolute;
	top: 10px;
	left: 10px;
}
#galNav ul {
	margin: 0;
	padding: 0;
}
#galNav li {
	list-style-type: none;
	margin: 0;
	float: left;
}
#galNav a {
	color: #000000;
	display: block;
	float: left;
	padding: 2px 6px;
	border: 1px solid #333333;
	margin: 0 2px 0 0;
	text-decoration: none;
}
#galNav a:visited {
	color: #666666;
}
#galNav a:hover,
#galNav a:active,
#galNav a:focus {
	border-color: #000000;
	color: #FFFFFF;

}
#galNav #current {
	color: #FFFFFF;

	border-color: #333333;
	cursor: default;
}
#galNav br {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

h1 {
	font-size: .8em;
	margin: 12px 0 6px 0;
	text-align: right;
	padding: 0 12px 0 0;
}
#homeHeader {
	margin: 0 auto;
	background-color: #D5DC96;
	position: absolute;
	top: 46px;
	left: 0px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #666666;
	background-image: url(../headercolors/aqua99FFFF.jpg);
	background-repeat: repeat-x;
	height:132px;
	width: 100%;
}
#necklaceHeader {
	margin: 0 auto;
	background-color: #D5DC96;
	position: absolute;
	top: 46px;
	left: 0px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #666666;
	background-image: url(../headercolors/fushiaE19DC5.jpg);
	background-repeat: repeat-x;
	height:132px;
	width: 100%;
}
#earringHeader {
	margin: 0 auto;
	background-color: #D5DC96;
	position: absolute;
	top: 46px;
	left: 0px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #666666;
	background-image: url(../headercolors/lavenderAE9AE4.jpg);
	background-repeat: repeat-x;
	height:132px;
	width: 100%;
}
#braceletHeader {
	margin: 0 auto;
	background-color: #D5DC96;
	position: absolute;
	top: 46px;
	left: 0px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #666666;
	background-image: url(../headercolors/skyblue98C9E7.jpg);
	background-repeat: repeat-x;
	height:132px;
	width: 100%;
}
#contactHeader {
	margin: 0 auto;
	background-color: #D5DC96;
	position: absolute;
	top: 46px;
	left: 0px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #666666;
	background-image: url(../headercolors/yellowFCFF7D.jpg);
	background-repeat: repeat-x;
	height:132px;
	width: 100%;
}
#specialHeader {
	margin: 0 auto;
	background-color: #D5DC96;
	position: absolute;
	top: 46px;
	left: 0px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #666666;
	background-image: url(../headercolors/greenA6EE91.jpg);
	background-repeat: repeat-x;
	height:132px;
	width: 100%;
}

#headerBar {
	margin: 0 auto;
	padding: 3px 0;
	font-size: 1em;
	background-color: #444444;
	border-top: 1px solid #999999;
	color: #B6B1AB;
	border-bottom: 1px solid #000;
	text-align: center;
	width:100%;
	height:24px;
	position:absolute;
	left:0px;
	top:178px;
}
