/* LAYOUT --------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/header-bg.gif);	
	color: #D8C991;
	font-family: Arial, Helvetica, sans-serif;
	}
#header {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 99px;
	border: 0px;
	clip:  rect(   )
	}
#content {
	width: 600px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	}
#tax-tip {
	position: relative;
	float: right;
	top: 2px;
	width: 193px;
	background-color: #D8C991;
	background-image: url(../images/tax-tip-bg.gif);	
	background-repeat: no-repeat;
	background-position: right top;
	padding: 4px;
	clip:  rect(   )
	}
.tax-tip {
	color: #6E5F27;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: 11px;
	}
#message, .navigation, #sub-navigation, #page-image, #footer {
	display: none;
	}

/*---------------------------------------------------------------*/
/* COLORS: #26366E (dark blue), #6E5F27 (dirt), #D8C991 (tan)*/