body {
	margin: 0;
	margin-bottom: 10px; 
        background-color: #000000; 
}

a {
	text-decoration: none;
        color: #ffffff;
	font-size: 18px;
        line-height:1.8em;
}

a:hover {
        text-decoration: underline;
        color: #ffffff;
}

img {
        border: 1px solid #000000;
}

img hover {
        border: 1px solid #FFFFFF;
}

div#header {
	background-color: #000000; 
	background-image: url('header.jpg');
        background-repeat: no-repeat;
	color: #ffffff;
	border: 0;
	width: 500px; 
	height: 98px;   
	margin-left: 30px; 
	margin-top: 10px; 
	position: absolute; 
	text-align: center;
}

div#nav {
	background-color: #000000; 
	color: #ffffff;
	border: 0; 
	width: 150px; 
	height: 300px; 
	position: absolute; 
	margin-left: 15px; 
	margin-top: 130px; 
	padding-top: 10px;
	text-align: center;
	line-height: 40pt;
}

div#content {
	background-color: transparent; 
	background-image: url('bg1.jpg');
        background-repeat: no-repeat;
	color: #cccccc;
	border: 0;
	width: 575px; 
	height: 508px;
	position: absolute; 
	margin-left: 195px; 
	margin-top: 120px; 
	margin-bottom: 10px; 
	text-align: center;
}

div#contact{
	color: #ffffff;
	border: 0;
	width: 575px; 
	height: 400px;
	margin-left: 55px; 
	padding-top: 75px; 
	text-align: left;
	font-size: 22px;
        font-weight: normal;
	position: relative; 
}

div#copy {
	background-color: #000000; 
	color: #ffffff;
	border: 0;
	bottom: 0;
	position: absolute; 
	padding-bottom: 5px;
	text-align: center;
	font-size: 12px;
	width: 100%;
}

h2 {
        position:absolute;
	text-align: left;
        left:35px;
        color: #000000;
	font-size: 33px;
        font-weight: bold;
	width: 500px; 
	border-bottom: 1px solid #000000;
        padding-top:15px;
}

div#links{
	color: #ffffff;
	border: 0; 
	width: 575px; 
	height: 400px;
	margin-left: 55px; 
	padding-top: 80px; 
	text-align: left;
	font-size: 20px;
        font-weight: normal;
	position: relative; 
}

div#new{
	color: #ffffff;
	border: 0; 
	width: 575px; 
	height: 400px;
	margin-left: 75px; 
	margin-top: 25px; 
	text-align: left;
	font-size: 23px;
        font-weight: normal;
}

div#jewelryhome{
	color: #ffffff;
	border: 0; 
	width: 500px; 
	height: 400px;
	margin-left: 50px; 
	margin-top: 25px; 
	text-align: left;
	font-size: 20px;
        font-weight: normal;
        padding-top: 5px;
        line-height:1.0em;
}

.pagenav{
	color: #ffffff;
	border-left: 1px dashed #FFFFFF;
	margin-left: 675px;
	margin-top: 85px;
	font-weight: bold;
	position: absolute;
	padding: 0 0 0 8px;
}

.pagenavtitle{
	color: #ffffff;
	border-left: 0px dashed #FFFFFF;
	margin-left: 625px;
	margin-top: 85px;
	font-weight: bold;
	position: absolute;
	padding: 6px 0 0 0;

}

/* RMC to style replacement html menu navigation left side */

  div#nav {
    width: 153; 
    font-weight: bold;
  }
  .nav p {
    margin-top: 34px;
  }
  .nav a:link {} /* unvisited link */
  .nav a:visited {} /* visited link */
  .nav a:hover {color: #800000; text-decoration: none; font-weight: bolder;} /* mouse over link */
  .nav a:active {font-weight: bolder;} /* selected link */


