html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}

table, tr, td, input, select, textarea, ol, ul {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	letter-spacing: .1em;
}

a img, img {
	border: 0;
}

h1, h2{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.2em;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 1.8em;
	margin-top: 14px;
	margin-bottom: 10px;
}

h1 img {
	padding-top: 19px;
	margin-bottom: 0px;
}

.header_image {
	margin-bottom: 0px;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 3px;
}

h3 {
	font-size: 1.2em;
	line-height: 1.4em;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 0 2px 0;
}

p {
	margin-top: 0;
}

.caption {
	font-size: 0.8em;
	margin-top: 0;
	white-space: nowrap;
}

.body-bg {
	width: 736px;
	background: #fff url(/images/bg_top.gif) top no-repeat;
	margin: 20px auto;
	position: relative;
}

#index-nav {
	padding: 20px 0;
}


#footer {
	width: 100%;
	margin: 20px auto;
	position: absolute;
	bottom: 0;
	text-align: center;
	}
