html, body {
	padding :0px;
	margin: 0px;
}
#header {
	margin-top: 30px;
	background-color: #ccf;
	background: #069 url(../images/bg_header.gif) left top repeat-x;
}
#header .in {
	height: 60px;
}
#header img {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: -22px;
}
#header address {
	padding-top: 30px;
	font-style: normal;
	font-size: 90%;
	font-family: Arial;
	color: #fff;
}
#header address br {
	display: none;
}
#navigation {
	float: left;
	width: 140px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-top: 20px;
}
#navigation li, #navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation li ul {
	padding-left: 1em;
}
#navigation li {
	line-height: 24px;
	font-weight: bold;
}
#navigation li a {
	font-weight: normal;
	background: transparent url(../images/bg_link.gif) left top no-repeat;
	padding-left: 19px;
	color: #555;
	text-decoration: none;
}
#navigation li a:hover {
	text-decoration: underline;
	color: #456;
}
#navigation li a.active {
	color: #600;
	font-weight: bold;
	text-decoration: underline;
}
.pagetitle {
	border-bottom: 3px double #888;
	font-size: 18px;
	padding: 3px;
}
#content {
	float: right;
	width: 580px;
}
#navigation, #content {
	margin-bottom: 20px;
}
#footer {
	clear: both;
	background-color: #aaa;
	background: #069 url(../images/bg_header.gif) left top repeat-x;
	text-align: right;
}
#footer .in {
	padding: 10px 0px;
	color: #fff;
	font-family: Arial;
	font-size: 80%;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
div.in {
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

h2.heading, h3.heading {
	background: transparent url(../images/bg_heading.gif) left center repeat-x;
	font-size: 14px;
	padding: 5px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #aaa;
}
