/*---- Layout ----*/
div
{
	/* this is for netscape 4's sake */
	margin: 0;
	padding: 0;
}
body
{
	padding: 20px;
	margin: 0;
}
#oldbrowser
{
	text-align: center;
}
#masthead h1
{
	display: inline;
	font-family: Rockwell;
	font-size: 36px;
}
#leftcolumn
{
	margin-right: -200px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 200px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn
{
	width: auto;
	margin-left: 199px;
}
#masthead, #innerLeftColumn, #innerContentColumn, #innerFooter
{
	padding: 10px;
}
#footer
{
	clear: left;
}
#innerFooter, #header
{
	text-align: right;
	background-image:  url(../grph/woodplastered.gif);
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}

/*---- Borders ----*/
#pageFrame
{
	border: solid 1px #000000;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}
#footer, #masthead, #innerLeftColumn, #contentColumn, #hnav, #header
{
	border: solid 0px #000000;
	border-color: #000000;
	border-width: 0px;
	border-style: solid;
}
#footer
{
	border-top-width: 1px;
	border-style: solid;
}
#masthead, #header
{
	text-align: left;
	border-bottom-width: 1px;
}
#hnav
{
	border-bottom-width: 1px;
}
#innerLeftColumn
{
	border-right-width: 1px;
}
#contentColumn
{
	border-left-width: 1px;
}
#masthead
{
	padding-bottom: 0px;
}

/*---- Visual Elements ----*/
body
{
	background-color: #978a7a;
	color: #000;
	padding: 20px;
	margin: 0;
}
a
{
	text-decoration: none;
	color: #006F81;
	font-weight: bold;
}
a:hover
{
	color: #978a7a;
}
a.cost
{
	font-size: 12px;
	text-decoration: none;
}
p
{
	font-family: "Times New Roman", Georgia, Times, serif;
}

p.quote
{
	font-size: 12px;
	line-height: 14pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#pageFrame
{
	background-color: #ffffff;
	color: #000000;
}
#footer
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
}

/*---- Simple Horizontal Navigation ----*/
#hnav
{
	margin: 0;
	padding: 3px 0 4px 0;
	color: #000000;
	background-color: #eeeeee;	/*- #978a7a -*/
}
#hnav ul
{
	text-align: center;
}
#hnav ul, #nav ul li
{
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
#hnav ul li
{
	display: inline;
	white-space: nowrap;
}