body {
	background-color: #FFEFD5;
}

#allcontent {
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	width: 791px;
	height: 850px;
	padding-bottom: 15px;
}

h1 {
	font-family: Times, serif;
	font-size: 12px;
	font-weight: bold;
}

.name {
	font-family: Times, serif;
	font-size: 12px;
}

p {   
	font-family: Times, serif;
	font-size: 11px; 
}

td {
	font-family: Times, serif;
	font-size: 11px;
	line-height: 120%;
}

a:link, a:visited {
	color: #8E6330;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

#results_table {
	margin-top: 20px;
}

#header_image {
}

#header {   
	font-family: Helvetica, Times, serif;
	font-size: 12px;
	margin-top: -20px;
	margin-left: 180px;
}

#header a:link, a:visited {
	color: #8E6330;
	text-decoration: none;
}

#header a:hover {
	color: black;
	text-decoration: underline;
}

#nav_bar {
	/*background-color:  #71532D;*/
	padding-right: 40px;
	margin-top: 0px;
	float: left;
}

#nav_spacer {
}


#footer {   
	font-family: Helvetica, Times, serif;
	font-size: 12px;
	background-color: #D5DED9;
}

#footer a:link, a:visited {
	color: #8E6330;
	text-decoration: none;
}

#footer a:hover {
	color: black;
	text-decoration: underline;
}

#design_by {
	font-size: 10px;
 	margin-left: 75px;
}

#design_by a:link, a:visited {
	color: #8E6330;
}

#design_by a:hover {
	color: black;
}

/**********/

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}

#tableSearchResults {
	margin-left: 0px;
}

.no_results {
	font-size: 15px;
}

/**********/