/* HOME PAGE */
.nav-E  {
	position: relative;
	top: 45px;
	width: 144px;
	height: 22px;
	z-index: 10;
	text-align: right;
	left: 0px;
}
.nav-N {
	position: relative;
	top: 58px;
	width: 144px;
	height: 22px;
	z-index: 11;
	text-align: right;
	left: 0px;
}
.nav-B {
position: relative; top: 71px; width: 144px;
	height: 22px; z-index: 12; text-align: right;
}
.nav-L {
position: relative; top: 84px; width: 144px;
	height: 22px; z-index: 13; text-align: right;
}
/*
 .nav-New {
position: relative; top: 105px; width: 157px;
	height: 22px; z-index: 14; text-align: right;
} /
 */
.nav-S {
position: relative; top: 95px; width: 144px;
	height: 22px; z-index: 15; text-align: right;
 }
.nav-P {
position: relative; top: 108px; width: 144px;
	height: 22px; z-index: 16; text-align: right;
 }
.nav-A {
position: relative; top: 121px; width: 144px;
	height: 22px; z-index: 17; text-align: right;
 }
.nav-C {
position: relative; top: 134px; width: 144px;
	height: 22px; z-index: 18; text-align: right;
 }
 
 
/* ENTIRE SITE */

body {
    height: 100%;
	text-align:center;
	margin-top:0px;
	background-image: url('http://www.jenniferweirjewelry.com/graphics/bkgrnd-color.gif');
}
.Container {
	margin:auto; 
	width:800px; 
	min-height:600px; 
	background-image: url('http://www.jenniferweirjewelry.com/graphics/bkground.gif'); 
	background-repeat: no-repeat;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
.Content {
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #DADAC8;
	line-height:12px;
	border:0px;
}
.ContentLight
{
	font-family:Verdana, Arial;
	font-size: 14px;
	color: #CCCC99;
	line-height:20px;
	font-weight:300;
}
.ContentDark
{
	font-family:Verdana, Arial;
	font-size: 10px;
	color: #5F604B;
	line-height:12px;
}
.Foot
{
	font-family:Verdana, Arial;
	font-size: 9px;
	color: #DADAC8;
	line-height:20px;
}

