body {
	margin: 0;
	background: url('images/bg.gif') repeat center;
	text-align: center;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
}

a:link {
	color: #567590;
}
a:visited {
	color: #667C10;
}
a:hover {
	color: #667C10;
}
a:active {
	color: #567590;
}

div#layout {
	margin: 0 auto 0 auto;
	width: 798px;
	background: url('images/center_bg2.gif') repeat left;
}

div#header {
	background-color: white;
	margin: 0 10px;
	text-align: left;
	height: 106px;
	border-bottom: 1px solid #567590;
}

img#logo {
	margin: 26px 0 0 40px;
}

img#jewelry {
	float: right;
}

div#menu {
	height: 24px;
	margin: 0 10px 0 10px;
	background-color: #567590;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-align: left;
}

div#menu a,
div#menu a:link {
	display: block;
	float: left;
	height: 20px;
	background-color: #567590;
	padding: 3px 15px 1px 15px;
	border-right: 1px solid white;

	color: white;
	font-size: 14px;
	text-decoration: none;
}
div#menu a#first,
div#menu a#first:link {
	padding: 3px 15px 1px 25px;
}

div#menu a:hover {
	background-color: #c799ad;
}

div#content {
	margin: 0 10px 0 10px;
	border-top: 1px solid #567590;
	min-height: 500px;
	text-align: left;
	padding: 2px;
}

div#leftPane {
	text-align: left;
	float: left;
	width: 190px;
	margin: 15px;
}

div#leftPane hr {
	color: black;
	background-color: black;
	height: 1px;
}
div#leftPane h3 {
	font-size: 12px;
	margin: 0;
}

div#leftPane input {
	border: 1px solid #c8cfdf;
	background-color: #d8e3ff;
	font-size: 12px;
}

div#leftPane a,
div#leftPane a:link {
	color: black;
}

div#rightPane {
	margin: 0 10px 0 240px;
	text-align: left;
	background-color: white;
	width: 510px;
}

h1 {
	color: #c799ad;
	font-size: 22px;
	margin: 10px 0 5px 0;
}

h2 {
	font-size: 14px;
}


div#footer {
	margin: 0 10px 0 10px;
	clear: both;
	background-color: #567590;
	color: white;
	font-size: 11px;
}

div#footer a,
div#footer a:link {
	color: white;
}

div#contact {
	padding: 13px 0 10px 10px;
	text-align: left;
}

div#copyright {
	text-align: right;
	float: right;
	padding: 13px 10px 10px 0;
}
.required {
	font-weight: bold;
	color: #FF0000;
}

select, input, textarea {
	line-height: 13px;
	margin-left: 7px;
	padding: 2px;
	font-size: 95%;
	color: #596889;
	background-color: #D8E3FF;
	border: 1px solid #7183AB;
}