@charset "utf-8";
html, body {
	background:#fff;
	margin:0;
	padding:0;
	font:14px "Times New Roman", Times, serif;
	color:#000;
}	
#page {
	width: 730px;
	margin:47px auto 0;
	text-align: left;
}
div#header {
	position:relative;
	top:0;
	width:100%;
	height:45px;
}
div#header h1 {
	position:relative;
	font-size:21px;
	border-bottom: 6px double #741515;
	width:730px;
	height:23px;
	overflow:hidden;
}
div#header h1 span#logo-part1 {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-image:url(../img/logo-part1.gif);
	background-repeat:no-repeat;
}
div#header h1 span.subh1 {
	font-style: italic;
	font-size: .60em;
	margin-left:180px;
}
div#header h2 {
	position:relative;
	padding:0;
	margin:-13px 0 0 0;
	font-size:19px;	
	width:105px;
	height:22px;
	overflow:hidden;
}
div#header h2 span#logo-part2 {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-image:url(../img/logo-part2.gif);
	background-repeat:no-repeat;
}
div#quick-access {display:none;}
div#navigation {
	float:left;
	margin-top:62px;
	width:105px;
}
div#navigation ul {
	list-style-type:none;
	margin: 0;
	padding:0;
	width: 105px;
}
div#navigation ul li {
	margin-bottom:10px;
	width:105px;
	height:35px;
}
div#navigation ul li a {
	font:bold normal 13px "Times New Roman", Times, serif;
	color:#fff;
	background:#741515 url(../img/btn-bg.gif) no-repeat 0 0;
	text-decoration:none;
	padding:4px 0 10px 15px;
	display:block;
	line-height: 12px;
	letter-spacing:.02em
}
div#navigation ul li a:hover {
	background: url(../img/btn-bg.gif) no-repeat 0 -50px;
}
div#navigation ul li a.homepage {
	padding:9px 0 20px 15px;
	line-height: 12px;
}
div#content {
	margin:5px 30px 0 170px;
}
div#footer {
	width:100%;
	border-top:3px solid #741515;
	padding:5px 0 0 3px;
}
div#footer address {
	font: normal 1em "Times New Roman", Times, serif;
}
div#footer address .telephone {
	font-weight:bold;
}
p.print {
	text-align:center;
	margin-top:25px;
}
a img {
	 border:none;
}
.c {
	text-align:center;
}