* {
	margin: 0;
	padding: 0;
}

html, body {
	 min-height:100%; margin-bottom:1px;
}

body {
	text-align: center;
	background-color: #DED8C9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

a:link, a:visited {
	color: #254D78;
	text-decoration: none;
}

a:hover {
	color: #2A5889;
	text-decoration: underline;
}

#container {
	width: 740px;
	position: relative;
	background-color: #F4F2EC;
	margin: 0 auto;
	color: #464646;
	margin-bottom: 10px;
}

#header {
	background: #F4F2EC url(images/diamonds.jpg) no-repeat top right;
	height: 121px;
}

#header h1 {
	font-size: 100%;
	letter-spacing: 1px;
	color: #454545;
	position: absolute;
	top: 80px;
	left: 150px;
}

#header img.logo {
	border: none;
	position: absolute;
	left: 10px;
	top: 0;
}

#leftside {
	clear: both;
	 position: absolute;
	top: 160px;
	left: 0px; 
}

#leftside img.photo {
	border: solid 2px #B39326;
	margin: 20px 20px 0px 20px;
}

#leftside img.affiliate-logo {
	padding-top: 10px;
	text-align: left;
}

#leftside p {
	font-size: .7em;
	text-align: center;
	margin-top: 8px;
	width: 240px;
}

#leftside p.caption {
	padding-left: 12px;
	padding-right: 12px;
}

#leftside p.quote {
	font-size: .65em;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}

#leftside img.logo {
	padding: 20px 0 8px 10px;
}

#content {
	margin: 40px 20px 12px 290px;
	font-size: 80%;
	line-height: 1.4em;
	text-align: left;
}

#content.full {
	margin: 40px 20px 12px 20px;
}

#content p {
	margin-bottom: 12px;
}

#content h1 {
	color: #B39326;
	font-weight: normal;
	font-size: 1.6em;
	margin-bottom: 8px;
	margin-top: 12px;
}

#content h2 {
	color: #B39326;
	font-weight: normal;
	font-size: 1.2em;
}

#content ul {
	padding-top: 10px;
	padding-bottom: 10px;
}

#content ul li {
	list-style-image: url(images/bullet-square.gif);
	margin-left: 20px;
	margin-bottom: 4px;
}

table.resources td {
	padding: 4px;
}

table.resources td p {
	margin: 0;
}

#content table.resources td ul {
	margin-left: 10px;
	margin-top: 0;
	padding-top: 0;
}

table.resources td ul li {
	list-style-image: url(images/bullet-square.gif);
	margin-left: 26px;
	margin-bottom: 4px;
}

table.appraisers td {
	padding: 4px;
}

#navigation
{
	margin: 0;
	padding: 0;
	background-color: #666;
	text-align: left;
}


#footer {
	clear: both;
	font-size: .7em;
	margin-left: 10px;
	text-align: left;
	padding-bottom: 10px;
}

#footer p {
	margin-bottom: 2px;
}

input, textarea {
	font-size: 12px;
	color: #464646;
	background-color: White;
	border: 1px solid #666;
	padding: 2px;
}

td img {padding: 6px;}

td p {padding: 4px;}