body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 100%;
	background-image: url(images/h_bg_page.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

/* heading and logo */

#logo {
	background-image: url(images/h_bg_banner.gif);
	background-repeat: repeat-x;
}

#header {
	width: 580px;
	height: 110px;
}

#header .title,
#header .info {
	vertical-align: top;
}

#header .title a{
	display: block;
	margin-left: 10px;
	width: 250px;
	height: 80px;
	background-image: url(images/h_title.gif);
}

#header .info {
	width: 330px;
	height: 110px;
	background-image: url(images/h_info.gif);
}

#header .info a {
	display: block;
	width: 330px;
	height: 80px;
}

#header span {
	display: none;
}

#disclaimer td {
	border-top: 2px solid #c51;
	padding: .5em;
	text-align: center;
	font-family: 'Times New Roman', Times, serif;
	font-size: 14px;
}
