html
	{
	height: 101%;
	}

body 
	{ 
	margin: 0 0 0 0; 
	background-color: #F1F0EF;
	}


body, td
	{
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #5e5c5f;
	}

div, h1, h2
	{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

img
	{
	border: 0;
	}

a, a:link, a:visited
	{
	text-decoration: none;
	color: #1F2B66;	
	}

a:hover
	{
	text-decoration: none;
	color: #6D85C3;
	}

h1
	{
	font-family: Georgia, Verdana, sans serif;
	font-weight: normal;
	font-size: 200%;
	color: #69666c;
	}
h2
	{
	font-family: Georgia, Verdana, sans serif;
	font-weight: bold;
	font-size: 180%;
	color: #69666c;
	}



.rightimage
	{
	float: right;
	margin: -2px 0 2px 8px;
	border: 2pt solid #C0C0C0 ;
	}

.leftimage
	{
	float: left;
	margin: 4px 28px 4px 0;
	}




#outerwrapper
	{
	width: 898px;
	padding: 10px 0 0 0;
	background-image: url('art/jewellery-wrapper-back.png');
	background-repeat: repeat-y;
	background-position: top center;
	}

#innerwrapper
	{
	width: 776px;
	height: 100%;
	padding: 0 50px 0 50px;
	background-image: url('art/jewellery-wrapper-back.gif');
	background-repeat: repeat-y;
	background-position: top right;
	min-height: 900px;
	height: auto;
	}



.menu
	{
	height: 26px;
	width: 689px;
	margin: 10px 0 14px 0;
	position: relative; top: 0px;
	padding: 0px 0px 0px 110px;
	border-top:1px solid #ddd; 
	border-right:2px solid #bbb; 
	border-bottom:2px solid #bbb; 
	border-left:1px solid #ddd; 
	background-color: #E9F2FF;
	}


.contentbox
	{
	float:left;
	border-top:2px solid #ddd; 
	border-right:3px solid #bbb; 
	border-bottom:3px solid #bbb; 
	border-left:2px solid #ddd; 
	background-color: #f3f8ff;
	padding: 5px 10px 5px 10px;
	margin: 0 8px 20px 0;
	text-align: left;
	}

.contentbox h1, .contentbox h2
	{
	margin: 0 0 6px 0;
	}


.leftbox, .rightbox
	{
	min-height: 300px;
	height: auto;
	padding: 0px 10px 5px 0px;
	text-align: center;
	}

.leftbox
	{
	float:left;
	margin: 0 2px 0 0;
	}

.rightbox
	{
	float:right;
	margin: 0 0 0 2px;
	}


.bluebutton
	{
	padding: 0px;
	margin: 0 0px 20px 30px;
	width: 220px;
	height: 150px;
	display: block;
	background: url(art/bluebutton_off.jpg) 0 0 no-repeat;
	text-align: right;
	float: left;
	}

.bluebutton:hover
	{
	background: url(art/bluebutton_on.jpg) 0 0 no-repeat;
	}


.bluebutton img
	{
	position: relative;
	right: 10px;
	top: -150px;
	border: 0pt solid #000000;
	}

.buttontext
	{
	width: 100%;
	height: 100%;
	position: relative;
	top: 25px;
	left: 10px;
	z-index: 100;
	font-size: 20px;
	font-weight: bold;
	font-family: Georgia;
	font-style: italic;
	text-align: left;
	float: left;
	}

.bluebutton a, .bluebutton a:hover
	{
	color: #5e5c5f;
	}


#footer
	{
	height: 30px;
	width: 800px;
	margin: auto;
	clear: both;
	margin-top: 100px;
	font-size: 9px;
	text-align: center;
	}

#footer a:link, #footer a:visited
	{
	text-decoration: none;
	color: #6D85C3;	
	}

#footer a:hover
	{
	text-decoration: none;
	color: #1F2B66;
	}



