/*** Header ***/

div#head1{
	height: 16px;
}
div#head1 div {
	float: right;
	margin: 3px 5px 0 0;
}
div#head1 div a {
	display: block;
	height: 10px;
}
div#head1 div#icon_home {
	width: 11px;
	background: transparent url(/images/icons.gif) 0 0 no-repeat;
}
div#head1 div#icon_home:hover {
	background: transparent url(/images/icons.gif) 0 -40px no-repeat;
}
div#head1 div#icon_contact {
	width: 13px;
	background: transparent url(/images/icons.gif) -12px 0 no-repeat;
}
div#head1 div#icon_contact:hover {
	background: transparent url(/images/icons.gif) -12px -40px no-repeat;
}
div#head1 div#icon_sitemap {
	width: 11px;
	background: transparent url(/images/icons.gif) -26px 0 no-repeat;
}
div#head1 div#icon_sitemap:hover {
	background: transparent url(/images/icons.gif) -26px -40px no-repeat;
}

div#head2 {
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
}
div#head2 a img {
	border: none;
}
div#head2 img#logo {
	margin-left: 15px;
}
div#head2 img#slogan {
	margin-left: 35px;
}

/*** Footer ***/

div#footer {
	clear: both;
	float: left;
	margin-top: 1em;
	height: 1.75em;
	line-height: 1.75em;
	width: 100%;
	border-top: 1px solid #acacac;
}
div#foot1 {
	float: left;
	width: 150px;
	font-size: .6em;
}
div#foot1 a {
	margin-left: 5px;
}
div#foot2 {
	float: left;
	width: 500px;
	font-size: .7em;
	text-align: right;
}
div#foot2 a {
	margin-right: 5px;
}
div#foot1 a , div#foot2 a {
	color: #acacac;
	text-decoration: none;
}
div#foot1 a:hover , div#foot2 a:hover {
	color: #800000;
}
