body {
	background: url('/image.php?image=layout/leftband.gif') top left repeat-y;
	background-color: #fcb165;
	text-align: left;
	margin: 0px;
	padding: 0px 30px 0px 30px;
	font-family: arial, verdana;
	width: 790px;
}

img {
	border: none;
}

#header {

}

#logo {
	position: absolute;
	top: 15px;
	left: 22px;
	width: 245px;
	height: 180px;
	background: url('/image.php?image=layout/logo.gif') no-repeat top left;
	z-index: 50;
}

#logo span {
	display: none;
}

#menu {
	position: absolute;
	width: 230px;
	top: 200px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}


#content {
	margin: 30px 30px 30px 240px;
	color: #000000;
	text-align: left;
	z-index: 100;
}

#content h1 {
	font-style: italic;
	color: #000000;
}

#content h2 {
	padding-top: 10px;
}

a {
	color: #a06c32;
	font-weight: bold;
}

a:hover {
	color: #d0d0ff;
}


#sitemap {
	margin-left: -20px;
}

#sitemap div {
	padding-left: 20px;
}

.siteimage {
	float: left;
	padding-top: 10px;
	padding-right: 20px;
}

p {
	margin-top: 10px;
}

#imageMap {
	float: left;
	position: absolute;
}

#hline {
	position: absolute;
	left: 0px;
	width: 289px;
	height: 1px;
	background-color: yellow;
	font-size: 0px;
}

#vline {
	position: absolute;
	width: 2px;
	height: 332px;
	background-color: yellow;
}

#searchResults a {
	color: #2020c0;
}

#searchResults {
	position: relative;
	left: 290px;
}

#searchResults h1 {
	font-size: 120%;
	padding: 0px;
	margin: 0px;
}

#searchResults h2 {
	font-size: 100%;
	padding: 0px;
	margin: 0px;
}

#searchResults div {
	margin: 0px 0px 5px 0px;
	padding: 2px 8px 2px 8px;
}

.singleresult {
	background-color: #f19a3e;
	width: 400px;
}

.singleresultnextday {
	background: url('/image.php?image=nextday.gif') top right no-repeat;
	background-color: #0080ff;
	width: 400px;
}

#animation {
	
	text-align: right;
}

.radio {
	padding: 5px 20px 0px 0px;
}

.form_error {
	color: #d00000;
	font-size: 110%;
}

#warning {
	color: #d00000;
	border: 2px solid #f19a3e;
	padding: 5px;
	background-color: #ffffff;
	margin-top: 60px;
	width: 40%;
}

#datasheet {
	border: 2px solid #f19a3e;
	width: 70%;
	margin-bottom: 30px;
}

#datasheet th {
	vertical-align: top;
	border-bottom: 2px solid #f19a3e;
}

#datasheet td {
	vertical-align: top;
	
}