@import "global.css";
@import "navigation.css";

#header {
	background-image: url(../images/newinnterheader.jpg);
	height: 107px;
}
#header h1 a:hover {
	background-position: 0 -107px;
	background-image: url(../images/newinnterheader.jpg);
}
ul#navigation {
	position: absolute;
	top: 108px;
	left: 0;
}
body {
	background: url(../images/oldlook/tan-BG.gif) repeat;
}
p.readmorelink {
margin-bottom: -15px;
}

