@charset "UTF-8";
body {
	background-color: #000000;

}
a:link {
	font-family:Courier New, Courier, monospace;
	font-size: 18px;
	line-height: 20px;
	color:#999;
	text-decoration: none;	
}
a:visited {
	font-family:Courier New, Courier, monospace;
	font-size: 18px;
	line-height: 20px;
	color: #999;
	text-decoration: none;	
}
a:hover {
	font-family:Courier New, Courier, monospace;
	font-size: 18px;
	line-height: 20px;
	color: #FF6699;
	border-left-color: #FF6699;
	border-bottom-color: #FF6699;
	border-color: #FF6699;
}
p{
	color:#999;
	font-family: Courier New, Courier, monospace;
	position: absolute;	
}

#aboutlogo{
	background-image: url(../artwork/elements/el_about_background.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 1024px;
	height: 1024px;
}
#contactlogo{
	background-image: url(../artwork/elements/el_contact_background.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 1024px;
	height: 1024px;
}
#productlogo{
	background-image: url(../artwork/elements/el_product_background.gif);
	background-repeat:no-repeat;
	position:absolute;
	height: 1024px;
	width: 1024px;
}

#holly{
	background-image: url(../artwork/elements/el_holly_background.gif);
	background-repeat:no-repeat;
	position:absolute;
	height: 1024px;
	width: 1024px;
}

#bags{
	background-image: url(../artwork/elements/el_hand_bags_background.gif);
	background-repeat:no-repeat;
	position:absolute;
	height: 1024px;
	width: 1024px;
}

#jen{
	background-image: url(../artwork/elements/el_jen_background.gif);
	background-repeat:no-repeat;
	position:absolute;
	height: 1024px;
	width: 1024px;
}

#joan{
	background-image: url(../artwork/elements/el_joan_background.gif);
	background-repeat:no-repeat;
	position:absolute;
	height: 1024px;
	width: 1024px;
}

#home{
	background-image: url(../artwork/elements/el_home_background.gif);
	background-repeat:no-repeat;
	position:absolute;
	height: 1024px;
	width: 1024px;
}

#jewelry{
	background-image: url(../artwork/elements/el_jewelry_background.gif);
	background-repeat:no-repeat;
	position:absolute;
	height: 1024px;
	width: 1024px;
}

#accessories{
	background-image: url(../artwork/elements/el_accessories_background.gif);
	background-repeat:no-repeat;
	position:absolute;
	height: 1024px;
	width: 1024px;
}


a:active {
	font-family:Courier New, Courier, monospace;
	font-size: 18px;
	line-height: 20px;
	color: #999;
	text-decoration: none;
}
#navcontainer
{
margin: 10px 0 0 30px;
padding: 0;
height: 20px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
top: 60px;
left: 400px;
position:absolute;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #000;
width: 78px;
height: 18px;
padding: 0;
margin: 0 0 10px 0;
color: #999999;
text-decoration: none;
display: block;
text-align: left;
font: normal 12px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
color: #ff6699;
background: #000;
}

#navcontainer a:active
{
background: #000;
color: #999999;
}

#navcontainer li#active a
{
background: #000;
color: #fff;
}




