/* - Background - */
body 
{
	background-color: #df2d61;
	background-image: url(/jewelry/img/back.jpg);
	background-repeat: repeat;
	font-family: arial;
	color: black;
}

table.menuOuter
{
	width: 100%;
	background-color: #ff6ab2;
	border-width: 2px;
	border-style: solid; 
	border-bottom-style: solid; 
	border-color: black;
}

table.menuTop
{
	width: 100%;
	background-color: #ff6ab2; 
	font-size: 10pt;
	color: black; 
}

table.menuBot
{
	width: 350px;
	background-color: #ff6ab2; 
	font-size: 10pt;
	color: black; 
}

table.cell
{
	text-align: center;
}

table.center
{
	background-color: #df2d61;
	width: 400px;
	border-left-style: solid; 
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-width: 3px;
	border-color: black;
	font-size: 10pt;
}

table.innerCenter
{
	
	width: 450px;
	border-bottom-style: solid;
	border-width: 2px;
	border-color: black; 
}

table.bullets
{
	width: 400px;
}

ul.bullets
{
	list-style-type: disc;
}

table.introCenter
{
	width: 450px;
}

table.bottom
{
	
	width: 650px;
}

table.imgGallery
{
	
	width: 450px;
}

img.smallImg
{
	cursor: hand;
	border: solid;
	border-width: 2px;
	border-color: black;
}

td.left
{
	width: 150;
	text-align: center;
}

/* Menu Link Definitions (Don't change definition order)*/
a.menu
{
	text-decoration:none
}

a.menu:link
{
	color: black; 
}

a.menu:visited
{
	color: black; 
}

a.menu:hover
{
	color: white;
}

a.menu:active
{
	color: #df2d61;
}

