body {
	font-family: Helvetica;
	color: #CEB541;
	background-color: #000000;
	}
	
#main {
	border: 1px #7B8D39 solid;
	margin: 0 auto;
	width: 615px;
	text-align: center;
	padding: 20px 0px 23px 19px;
	}

#mainText {
	width: 600px;
	margin: 10px 0px 0px 0px;
	padding: 15px 20px 0px 0px;
	}

p.mainText {
	margin-top: 15px;
	margin-bottom: 0px;
	}
	
#bookmarksMain2 {
	width: 675px;
	text-align: justify;
	padding: 10px;
	}
	
#bookmarks {
	width: 287px;
	position:relative;
	float: left;
	text-align: center;
	display: inline;
	font-size: 14pt;
	font-family: Helvetica;
	margin-bottom: 0px;
	margin-top: 0px;
	}
	
#jewelry {
	width: 280px;
	position: relative;
	margin-left: 10px;
	text-align: center;
	display: inline;
	font-size: 14pt;
	font-family: Helvetica;
	margin-bottom: 0px;
	margin-top: 0px;
	}
	
#jewelryImg {
	margin-top: 15px;
	display: inline;
	margin-bottom: 4px;
	}

#bookmarkImg {
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
#emailBox {
	text-align: center;
	margin: 0 auto;
	}
	
img {
	border: 0px;
	}
	
A {
	color : #7B8D39;
	text-decoration : none;
	}

A:HOVER {
	color : #CEB541;
	text-decoration : none;
	}
	
h2 {
	font-size: 14pt;
	font-family: Helvetica;
	margin-bottom: 0px;
	}
	
.infoUl {
	list-style-type: none;
	padding: 0px;
	}
	
input,textarea,select {
	background: #000000;
	color: #7B8D39;
	border: 1px solid #7B8D39;
	margin-bottom: 3px;
	margin-top: 5px;
	}
	
span {
	display: block;
	}
	
.errorText {
	color: #CEB541;
	}
	
.greenText {
	color: #7B8D39;
	}
	
	
	
	