@charset "UTF-8";
/* CSS Document */

body{background:url(images/background01.jpg);
	 background-color:#000000;
	 background-repeat:no-repeat;
	 background-position:center top;
	 }

#body01{
	width:900px;
	height: 971px;
	left: 0;
	top: 0;
		}

#body02{width:900px;
	    height: 971px;
		left: 0;
		top: 0;
		}

.navbar{font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		font-weight:bold;
		color:#FFFF00;
		}

#container{width:900px;
		   height:600px;
		   }

.text{font-family:Georgia, "Times New Roman", Times, serif;
	  font-size:16px;
	  color:#000000;
	  line-height: 20px;
	  }

.body{font-family:Georgia, "Times New Roman", Times, serif;
	  font-size:14px;
	  color:#000000;
	  line-height: 18px;
	  }

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

.jewelrya{text-decoration:none;
  color:#000;
  font-weight:bold;
  }
  
.jewelrya:hover{text-decoration:underline;
  color:#000;
  font-weight:bold;
		}

#red {
	font-weight:bold;
	color:#C00;
}
