/* Ide CSS Document */
html {
	margin: 0;
	padding: 0;
}

/* the background colors would not validate */
body {
	position: relative;
	margin : 0;
	padding : 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	background-image: url(img/background.gif);
}
/* above: sets the attributes for the body of the page */

h2	 {
   font : bold 12px sans-serif;
}
/* above: aligns and sets the font type all h2 */

h1	 {
   text-align: center;
   font : bold 16px sans-serif;
}
/* above: aligns and sets the font type all h1 center */

div#title {
	position: absolute;
	left: 210px;
	height: 112px;
	top: -1px;
	width: 529px;
	background: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(img/title-jewelry.gif);
}
/* above: sets the attributes for the title of the page */

div#links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	width: 530px;
	height: 31px;
	left: 209px;
	top: 143px;
	position: absolute;
	background: transparent;
}
/* above: sets the attributes for the links div top of the page */

div#links a {
	background: transparent;
	font-size:12px;
	padding : 5px 10px;
	text-decoration : none;
	color : #000000;
	font-weight: bold;
}
/* above: sets the attributes for the links at the top of the page */

div#links a:hover {
	background: transparent;
	font-size:12px;
	padding : 5px 10px;
	text-decoration : none;
	color : #AB5A0E;
	font-weight: bold;
}
/* above: sets the attributes for the links hoverat the top of the page */

div#nav {
	background: transparent;
	white-space: normal;
	width: 156px;
	height: 322px;
	left: 20px;
	top: 188px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-indent: 20px;
}
/* above: sets the attributes for the left navigation links layer of the page */

div#nav a {
	display : block;
	background: transparent;
	font-size:14px;
	padding : 5px 5px;
	text-decoration : none;
	color : #FFFFFF;
	text-indent: 20px;
	margin: 0 0 5px;
	background-color: #000000;
}
/* above: sets the attributes of the nav links */

div#nav a:hover {
	display : block;
	background: transparent;
	font-size:14px;
	padding : 5px 5px;
	text-decoration : none;
	color : #000000;
	text-indent: 20px;
	margin: 0 0 5px;
	background-color: #FFFFFF;
}
/* above: sets the attributes of the nav links hover*/

div#content {
	background:  transparent;
	position: absolute;
	top: 166px;
	left: 209px;
	padding : 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	font-weight: normal;
	width: 510px;
	height: auto;
}
/* above: sets the attributes for the content of the page */

div#content a:link {
	color:#006633;
}
/* above: sets the attributes of the links within the document */

div#content a:visited {
	color:#660066;
}
/* above: sets the attributes of the visited links within the document */
