body
{
	zbackground-color: #333333;
	background-color: #2b2b2b;
	zbackground-image: url(../images/bg.jpg);
	margin-top: 50px;
	scrollbar-base-color: gray;
}

a
{
	color: black;
	text-decoration: none;
}

img
{
	border: 0;
}

a:hover
{
}

#container
{
	position: relative;
	margin: 0 auto;
	width: 705px;
	height: 500px;
	visibility: hidden;
}

#logo
{
}

#nav
{
	display: block;
	position: absolute;
	width: 455px;
	bottom: 15px;
	right: 15px;
}

#nav li
{
	display: block;
	float: left;
	padding-right: 10px;
	font-size: 1.3em;
}

#nav a:hover
{
	color: #515151;
}

#copy
{
	margin: 0 auto;
	width: 400px;
	text-align: center;
	font-size:.7em;
	color: gray;
	visibility: hidden;
}

#loadingInner{
 	width: 300px;
 	height: 200px;
	background-image: url(../images/loading.png);
 	position: relative;
	margin: 0 auto;
 	margin-top: 200px;
 	text-align: center;
	z-index: 11;
}

#loading {
 	width: 100%;
 	height: 600px;
 	background-color: #2b2b2b;
 	position: absolute;
 	margin: 0 auto;
 	text-align: center;
	z-index: 10;
}

#loadingimage
{
	position: absolute;
	background-image: url(../images/earrings.png);
	top: 75px;
	left: 175px;
	width: 100px;
	height: 100px;
}

#loadingname
{
	position: relative;
	top:30px;
	font-size: 1.5em;
	font-family: serif;
	font-style: italic;
}

#loadingtext
{
	position: absolute;
	top: 110px;
	left: 70px;
	font-size: 1em;
		font-family: verdana;
}

.IndexImage
{
	background-image: url(../images/garnet.png);
}

.GalleryImage
{
	background-image: url(../images/locket.png);
}

.ContactImage
{
	background-image: url(../images/necklace.png);
}

.AboutImage
{
	background-image: url(../images/gemstones.png);
}

.Logo
{
	width: 413px;
	height: 64px;
	background-image: url(../images/logo.png);
	zposition: relative;
		position: absolute;
	top: 15px;
	left: 20px;
}

.SubLogo
{
	width: 187px;
	height: 31px;
	background-image: url(../images/sub_logo.png);
	position: relative;
	top: 80px;
	left: 155px;
}

.ContactContent
{
	text-align: right;
	position: absolute;
	width:300px;
	top: 215px;
	right: 27px;
	font-size: 1.75em;
	font-family: serif;
	font-style: italic;
}

.AboutContent
{
	line-height: 1.15;
	text-align: right;
	position: absolute;
	top: 270px;
	right: 30px;
	font-size: 1.5em;
	font-family: serif;
	font-style: italic;
}

.GalleryContainerBackground
{
	width: 243px;
	height: 290px;
	position: absolute;
	top: 130px;
	left: 405px;
	padding: .5em;
    border: solid 1px black;
	background-color: black;
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
}
.GalleryImageContainer
{
	width: 245px;
	height: 288px;
	position: absolute;
	top: 132px;
	left: 405px;
	padding: .5em;
	overflow: auto;
}

.GalleryImageContainer img
{
	margin: 1px;
	border: solid 1px black;
}

.GalleryImageContainer img:hover
{
	margin: 1px;
	border: solid 1px gray;
}

.IndexCurrentPage
{
	color: maroon;
}

.GalleryCurrentPage
{
	color: #3E548D;
}

.ContactCurrentPage
{
	color: #5ee6fe;
}

.AboutCurrentPage
{
	color: #4712ac;
}

.WebSiteEmail
{
	color: gray;
}

.ContactEmail:hover
{
	color: #5ee6fe;
}

.IndexNav a:hover
{	
	color: maroon;
}

.ContactNav a:hover
{	
	color: #5ee6fe;
}

.AboutNav a:hover
{
	color: #4712ac;
}