body {
	background: url(../images/body.jpg) repeat-x 0 1px;
	margin-top: 1px;
}
#content {
	background: url(../images/divider.gif) repeat-y right;
	padding-right: 20px;
}
#header .logo {
	float: left;
}
#header .logo a {
	background-image: url(../images/logo.jpg);
	height: 80px;
	width: 80px;
	display: block;
	text-indent: -999999px;
}
#header h1 {
	color: #c06;
	margin-left: 10px;
	margin-top: 20px;
	font-size: x-large;
	height: 25px;
	overflow: hidden;
}
.search {
	background: url(../images/search.jpg) repeat-x 0 center;
}
.search form {
	padding: 3px 0 3px 5px;	
}
form.contact .submit input, .search form .submit {
	color: #fff;
	cursor: pointer;
}

#header span {
	color: #999;
	font-weight: bold;
	font-size: x-small;
}
.image-row {
	margin-bottom: 20px;	
	padding-top: 10px;
	text-align: center;
}
.text h2, .text h3, .text h4, .text a, form.contact label {
	color: #c06;
}
.text img {
	background: url(../images/body.jpg) repeat-x 0 0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.text table p a {
	padding-left: 12px;
	line-height: 17px;
	background: url(../images/arrow.png) no-repeat left center;
	text-decoration: none;
}
.text table p a:hover {
	text-decoration: underline;
}
.text table {
	background: url(../images/body.jpg) repeat-x 0 0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.text table td.leftcol {
	background: url(../images/divider.gif) repeat-y right;
}
.related-searches {
	height: 20px;
	width: 700px;
	overflow: hidden;
}
.related-searches li {
	font-size: x-small;
	display: inline;
	float: left;
}
.related-searches li strong {
	color: #ccc;
	padding-left: 5px;
	padding-right: 3px;
}
.related-searches li a, .related-searches li a:link, .related-searches li a:visited  {
	text-decoration: none;
	color: #fff;
	padding: 0 3px;
}

.related-searches li a:hover {
	text-decoration: none;
	color: #ccc;}
#sidebar2 {
}

form.contact .image {
	border-top: 1px dotted #c06;
	border-bottom: 1px dotted #c06;
	padding-top: 10px;
}
hr {
	border-top: 1px solid #c06;
}
form.contact .image input, form.contact .single input, form.contact .multi textarea {
	border: 1px solid #666;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background: #fff url(../images/field.gif) repeat-x;
	color: #333;
	font-weight: bold;
	padding: 1px;
}

#banner {
	background: #000 url(../images/banner-bot.jpg) repeat-x 0 bottom;
	color: #fff;
	padding-top: 0;
}
#banner-nested {
	background: url(../images/banner-top.jpg) repeat-x 0 top;
}

