body {
	font-family: Verdana;
	margin: 0px;
	/*background-color: rgb(255,255,0);*/
	background-image: url(/images/branding/whitten_timber_bg.gif);
	background-repeat: repeat-x;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}
h3{
	font-size: 14px;
}
h4{
	font-size: 12px;
}
h5, p, td, th, span, div, input{
	font-size: 10px;
}
h6{
	font-size: 9px;
}
	

table#header{
	width:756px;
	height: 113px;
	background-color: #fff;
	border-collapse: collapse;
}
table#main {
	width:756px;
	/* height: 480px; */
	background-color: #fff;
}

table#main td {
	/* border: 1px dashed #cfcfcf;*/ 
	vertical-align: top;
	padding: 0px;
}

