body {
	background: #FFFFFF;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#header {
	width: 95%;
	padding-top: 5px;
	padding-left: 5px;
	margin: 0px;
}
#logo {
	top: 5px;
	clip:              rect(0px auto auto auto);
	left: 5px;
	position: absolute;
}
#header-text {
	background: url(../images/logo_bg.jpg) repeat-x;
	height: 101px;
	padding-left: 7px;
	font-size: 55%;
	width: 90%;
	padding-top: 44px;
}
#logo-right {
	position: absolute;
	top: 5px;
	right: 5px;
	float: left;
}
#content {
	font-size: 70%;
	clip:     rect(auto auto auto auto);
	margin-left: 10px;
	float: left;
	padding: 0px;
	width: 70%;
	margin-right: 30px;
}
#header-left {
	float: left;
}
#contact-title {
	position: absolute;
	padding-top: 0px;
	top: 100px;
}
.clear {
	clear: both;
}
#content h1 {
	font-size: 125%;
	color: #8C1810;
}
#content a:link {
	color: #8C1810;
}
#content a:visited {
	color: #8C1810;
}
#header a:link {
	color: #8C1810;
}
#header a:visited {
	color: #8C1810;
}
#nav {
	position: absolute;
	width: 182px;
	top: 34px;
	right: 5px;
}
#nav .section {
	margin-top: 0px;
	padding-top: 0px;
	position: absolute;
	top: -10px;
}
#nav p {
	margin-left: 5px;
}
#nav label {
	font-size: 70%;
	font-weight: bold;
}
#nav .searchtxt {
	width: 120px;
	border: 1px solid #BDBDBD;
}
#content-address {
	position: absolute;
	top: 112px;
	float: right;
	right: 202px;
}
#content-pic {
	float: left;
}
#links-bottom {
	background: url(../images/bot_bg.jpg) repeat-x 5px center;
	float: left;
	position: relative;
	margin-left: 5px;
	padding-right: 0px;
	width: 90%;
	padding-left: 5px;
	bottom: 0px;
}
#links-bottom a:link {
	font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#links-bottom a:visited {
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
#links-bottom p {
	font-size: 50%;
	color: #FFFFFF;
}
#links-bottom-r {
	font-size: 100%;
	color: #8C1810;
	background: url(../images/bot_bg.jpg) repeat-x;
	float: right;
	width: 20%;
	position: relative;
	padding-right: 5px;
	margin-right: 5px;
	bottom: 20px;
}
#links-bottom-r h3 {
	font-size: 60%;
	color: #8C1810;
	text-align: right;
	position: relative;
	top: 5px;
}
#nav ul.links {
	list-style: none;
	padding: 0px;
	top: 58px;
	position: relative;
}
#nav ul.links li {
	font-size: 10px;
	color: #8C1810;
	background: url(../images/button.jpg) no-repeat;
	padding: 6px;
	font-weight: bold;
}
#nav ul.links li a:link {
	color: #8C1810;
	text-decoration: none;
}
#nav ul.links li a:visited {
	color: #8C1810;
	text-decoration: none;
}
#homepage-address {
	position: absolute;
	top: 112px;
	float: right;
	left: 10px;
	right: 198px;
}
#intro-text {

	float: left;
}
#intro-text h2 {
	font-size: 100%;
	font-weight: bold;
	color: #8C1810;
}
#uses-text h4 {
	font-size: 100%;
	font-weight: bold;
}
.contactform p {
	margin: 0px;
	padding: 5px 0px 0px;
	clear: left;
}
.contactform p label {
	float: left;
	width: 20%;
	font-weight: bold;
	color: #8C1810;
}
.contactform .text {
	background: #F3F3F3;
	padding: 2px;
	width: 280px;
	border: 1px solid #BDBDBD;
}

