/* --------------------------------------------------------------------
	global styles
   ------------------------------------------------------------------*/

html
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	background-image: url(images/chairs_bgtile.jpg);
	background-repeat: repeat-y;
}

img
{
	/* needed for firefox */
	border: 0px;
}

td
{
	color: #D9D6AD;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

a:link, a:visited
{
	text-decoration: none;
	color: #CBA469;
}

a:hover
{
	text-decoration: underline;
}


#footer a
{
	color: #CBA469;
	text-decoration: none;
}

#footer a:hover
{
	color: #CBA469;
	text-decoration: underline;
}

#footer
{
	clear: both;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer p
{
	color: #CBA469;
	margin: 0;
	padding-bottom: 6px;
}

/* forces the hand cursor on links in Safari */
a:link, a:hover { cursor: pointer; }
b { font-weight: bold; }

.redbold
{
	color: #660000;
	font-weight: bold;
}

.noindent { text-indent: 0; }

.nopad
{
	margin: 0;
	padding: 0;
}

blockquote
{
	text-indent: 0;
	margin-top: 0;
}