body {
	background: #777467 url(bg-header.png) repeat-x top left;
	min-width: 800px;
	font-size: 12px;
}

#site_name h1 a {
	color: #B4976F;
    font-weight: bold;
}

img {
  border: 0;
}
table, tr, td, thead, tbody {
	border-spacing: 0;
	border-collapse: collapse;
	border-width: 0px;
}

/*-------------------------------------------------------------------*/
/*                               Header                              */
/*-------------------------------------------------------------------*/
table#header {
	width: 100%;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	line-height: 0em;
	margin-bottom: 20px;
}
table#header tr {
	padding: 0px;
	margin: 0px;
}
.silhouette-1 {
	background: url(header-city.png) no-repeat bottom left;
}
.silhouette-2 {
	background: url(header-mountain.png) no-repeat bottom left;
}
.silhouette-3 {
	background: url(header-western.png) no-repeat bottom left;
}
.silhouette-4 {
	background: url(header-palm.png) no-repeat bottom left;
}
.silhouette-5 {
	background: url(header-farm.png) no-repeat bottom left;
}
#logo {
	width: 10px;
	height: 100px;
	padding: 0px;
	margin: 0px;
}
#pad {
	width: 10px;
	height: 68px;
	padding: 0px;
	margin: 0px;
}
#pad2 {
	width: 10px;
	padding: 0px;
	margin: 0px;
}
#site_name {
	text-align: left;
	height: 68px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	overflow: hidden;
	padding-top: 5px;	/* for image title */
}
#site_name h1 {
	color: #d7c5c5;
	text-align: left;
	font-weight: normal;
	font-size: 36px;
	line-height: 1em;
	padding: 0px 5px;
	margin: 0px;
	font-family: Verdana, Georgia, Times, serif;
}
#site_name h1 a:hover {
	text-decoration: none;
}
#site_name .site-slogan {
	color: #fefefe;
	font-size: 1em;
	line-height: 1em;
	padding: 0px;
	margin: 0px;
	text-align: left;
	padding-left: 7px;
	padding-bottom: 2px;
	padding-top: 0px;
}
#site_search {
	margin: 0px;
	padding: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	text-align: right;
	vertical-align: middle;
}

/*-------------------------------------------------------------------*/
/*                             Top Menu                              */
/*-------------------------------------------------------------------*/
#menu {
	vertical-align: middle;
	padding: 0px 10px;
	padding-top: 2px;
	padding-bottom: 3px;
	/* to align menu tabs to the left, change below */
	text-align: right;
}
#menu ul li {
	list-style-type: none;
	list-style-image: none;
}

#navlist {
	font-size: 1.0em;
	padding: 3px 0px 0px 0px;
	list-style-type: none;
	list-style-image: none;
}
#navlist li {
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#navlist a {
	padding: 5px 10px 4px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: url(bg-tab-c.png) repeat-x top left;
	border-width: 0px;
}
#navlist a.active {
	padding: 5px 10px 8px 10px;
	background: url(bg-atab-c.png) repeat-x top left;
	border-width: 0px;
}
