/* Design */

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

#master-container {
	background-image: url(header-main.jpg);
	background-repeat: no-repeat;
	width: 758px;
	min-height: 467px;
	margin: 0px auto 0px auto;
}

#blank-master-container {
	background-image: url(header-main-blank.jpg);
	background-repeat: no-repeat;
	width: 758px;
	min-height: 467px;
	margin: 0px auto 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#blank-content-container {
	width: 720px;
	margin-left: 18px;
	padding-top: 12px;
	float: left;
	color: #666666;
}

.blank-content {
	margin: 6px 18px 8px 16px;
}

#left-column-container {
	width: 471px;
	margin-left: 18px;
	padding-top: 12px;
	float: left;
	color: #757575;
}

.left-column-content {
	margin: 6px 9px 8px 9px;
}

#right-column-container {
	float: left;
	margin-top: 43px;
	width: 232px;
	margin-left: 17px;
}

#art-clear {
	height: 200px;
}

#right-column-clear {
	clear:both;
	height: 44px;
}

.clear {
	clear: both;
}

form {
	margin: 0px;
	padding: 0px;
}

a {
	color: #6489D3;
}

#shopping-margin {
	margin-left: 9px;
	margin-right: 9px;
}

/* Logo */

#logo {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #999999;
}

#logo span {
	font-weight: bold;
	color: #639696;
}

/* Headers */

#header-learn-more {
	background-image: url(header-learn-more.jpg);
	background-repeat: no-repeat;
	width: 446px;
	margin: 14px 0px 0px 11px;
}

#header-search {
	background-image: url(header-search.jpg);
	background-repeat: no-repeat;
	width: 446px;
	margin: 14px 0px 0px 11px;
}

#header-terms {
	background-image: url(header-terms.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 702px;
	margin: 48px 0px 12px 11px;
}

h2 {
	margin: 6px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16;
	font-weight: bold;

}

.header-clear {
	height: 28px;
}

/* Footer */

#footer-container {
	background-image: url(footer-bg.jpg);
	height: 36px;
	margin-top: 6px;
	margin-bottom: 12px;
	font-size: 11px;
}

#footer-left {
	background-image: url(footer-left.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 36px;
}

#footer-right {
	background-image: url(footer-right.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 24px;
	text-align: right;
	padding-top: 12px;
	padding-right: 12px;
}

/* --------------------- */
/* --- Results / web --- */
/* --------------------- */

#results-web {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

#resuls-web ul {
	margin-top: 10px;
}

#results-web li {
	padding: 8px 0px 0px 0px;
	font-size: 12px;
}
#results-web li a {
	color: #958964;
	font-size: 16px;
}
#results-web li span {
	font-size: 12px;
	color: #B0B0B0;
}

/* -------------------------- */
/* --- Results / pictures --- */
/* -------------------------- */

#results-pictures {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#results-pictures li {
	float: left;
	text-align: center;
}

#results-pictures li a {
	height: 106px;
	width: 112px;
	margin: 2px;
	padding-top: 6px;
	display: block;
	background-image:url(image-bg.gif);
}

#results-pictures li a:hover {
	background-image:url(image-bg-over.gif);
}

/* ---------------------------- */
/* --- Results / Sponsored --- */
/* -------------------------- */

#results-sponsored {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

#resuls-sponsored ul {
	margin-top: 10px;
}

#results-sponsored li {
	padding: 8px 0px 0px 0px;
	font-size: 12px;
	color: #464646;
}
#results-sponsored li a {
	color: #6489D3;
	font-size: 16px;
}
#results-sponsored li span {
	font-size: 12px;
	color: #AFD178;
}
