/* CSS Document */
body {
	margin: 0;
	padding: 0;
	}
div#header {
	width: 100%;
	height: auto;
	background: url(img/headerBg.gif) top left repeat-x;
	}
	
div#header ul {
	width: 781px;
	height: 33px;
	margin: 0;
	padding: 0;
	}
	div#header li {
	float: left;
	list-style: none;
	height: 33px;
	}
	
img#blanding {
	clear: left;
	}
	
	
div#contents {
	width: 765px;
	height: auto;
	padding: 0 8px;
	}
	div#contents table	{
	float: left;
	margin: 16px 0 0 7px;
	}
	div#contents table tr {
	width: 197px;
	background: url(img/cLine.gif) bottom left repeat-x;
	font-size: 12px;
	}
	div#contents table th {
	height: 28px;
	text-align: left;
	padding: 5px 0 0 18px;
	font-size: 14px;
	color: #fff;
	}
	div#contents table td {
	height: 28px;
	}
	div#contents strong {
	font-size: 14px;
	}

#footer {
	width: 100%;
	height: auto;
	background: url(img/footerBg.gif) #F9F9F2 top left repeat-x;
	margin-top: 24px;
	}
	p {
	padding-top: 28px;
	line-height: 147%;
	font-size: 12px;
	}
#footerContents {
	width: 781px;
	height: auto;
	background-color: #ECEBD5;
	}