/* CSS Document */

body	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	background: fixed #F2E0BA url(images/maze_bg.gif) repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;	
}

/**********   LAYOUT   **********/

div#container
{
	background: #ffffff;
	margin: 5px auto;
	padding: 0;
	width: 710px;
	text-align: left;
	background: url(images/background.gif) repeat-y;
	border: 5px solid #fff;
}

div#picture
{
	height: 194px;
	margin: 0;
	padding: 0;
}

div#navigation	
{
	background:url("images/wood.gif") repeat-x;
	height: 27px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin: 0;
	padding: 0;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #picture {
  margin-bottom: -3px;
  }
 
* html #navigation {
  height: 1%;
  margin-left: 0;
  }
 
/* End hide from IE5/mac */

#body	{
	clear: both;
}

#end	{
	height: 20px;
	background: #fff;
}



/**********   NAVIGATION   **********/

#navigation ul	{
	list-style: none;
	margin: 1px 0;
	padding: 0;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

#navigation li	{
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation li a	{
	font-size: 70%;
	padding: 6px 10px;
	margin: 0;
	border-left: 1px solid #fff;
	float: right;
	background: url("images/wood.gif") repeat-x;
	display: block;
}

#navigation li a:link, #navigation li a:visited, #navigation li a:hover	{
	color: #F2E0BA;
	text-decoration: none;
}

#navigation li a:hover, #navigation li a.active	{
	background: url("images/wood_over.gif") repeat-x;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/**********   BODY   **********/

#menu	{
	width: 170px;
	margin: 3px 0 0 0;
	padding: 0;
	float: left;
}

#content	{
	margin: 3px 0 0 170px;
	padding: 20px 20px 30px 20px;
	background: #fff;
	min-width: 500px;
}

#footer	{
	border-top: 1px solid #A0854D;
	margin: 20px 0;
	padding: 10px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #A0854D;
}

/**********   MENU   **********/

#menu h1	{
	background-color: #A0854D;
	margin: 5px 0 0 0;
	padding: 5px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#menu h2	{
	background-color: #D9B976;
	margin: 5px 0 10px 0;
	padding: 5px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#menu ul	{
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 70%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#menu li a	{
	margin: 0;
	padding: 6px 10px 6px 30px;
	display: block;
	background: url("images/menubg.gif") no-repeat 0 50%;
	border-bottom: 1px solid #fff;
	color: #A0854D;
	text-decoration: none;
}

#menu li a:link, #menu li a:active, #menu li a:visited	{
	color: #A0854D;
	text-decoration: none;
}

#menu li a:hover, #menu a.active	{
	background: url("images/menubg_over.gif") no-repeat 0 50%;
	color: #A0854D;
	text-decoration: none;
}

#menu img	{
	float: left;
	margin: 7px;
}

/**********   CONTENT   **********/

#content h1	{
	font-size: 120%;
	color: #A0854D;
	border-bottom: 1px solid #A0854D;
	padding-bottom: 3px;
	margin-bottom: 20px;
}

#content h2	{
	font-size: 75%;
	color: #A0854D;
	padding-bottom: 10px;
	margin: 0;
}

#content h3	{
	font-size: 75%;
	color: #000;
	padding-bottom: 0;
	margin: 0;
}

#content p	{
	font-size: 75%;
	line-height: 150%;
	margin-bottom: 10px;
	margin-top: 0;
}

ol.secondary	{
	list-style-type: lower-roman;
}

#content a:link, #content a:active, #content a:visited	{
	color: #A0854D;
	text-decoration: none;
}

#content a:hover	{
	color: #E9D5AB;
	text-decoration: none;
}

#content cite	{
	font-size: 75%;
	font-style: italic;
	margin: 0;
	padding: 0;
}

table.listing	{
	width: 450px;
	border: 0;
	border-collapse: collapse;
	margin: 0;
	padding: 10px;
	
}

table.listing td, table.listing th	{
	margin: 0;
	padding: 2px 0;
	text-align: left;
	font-size: 75%;
}

table.listing th	{
	font-weight: bold;
	color: #A0854D;
	width: 120px;
}

img.floats	{
	float: left;
	margin: 0 5px 5px 0;
}

#content ol	{
	font-size: 75%;
}

#content ol li	{
	margin-bottom: 10px;
}

#content ol li p	{
	font-size: 100%;
}

#content ol li ol	{
	font-size: 100%;
}

table#rulesartist	{
	width: 400px;
	margin: 10px 0;
}

#rulesartist td, #rulesartist th	{
	margin: 0;
	padding: 3px;
	vertical-align: top;
}

#rulesartist th	{
	text-align: left;
	font-weight: bold;
	width: 70px;
}

#rulesartist td	{
	width: 130px;
}

table#bids	{
	width: 400px;
	margin: 10px 0;
	border: 1px solid #000;
	border-collapse: collapse;
}

#bids td, #bids th	{
	margin: 0;
	padding: 5px;
	width: 100px;
	vertical-align: top;
}


#bids th	{
	background: #A0854D;
	color: #fff;	
	text-align: left;
}

#bids td	{
	border-bottom: 1px dotted #000;
}

/**********   GALLERY   **********/

div#gallery	{
	margin:0;
	padding:0;
}

div.thumbnails	{
	width: 140px;
	margin: 5px 5px 0 0;
	padding: 5px;
	background-color: #fff;
	float: left;
	text-align: center;
	font-size: 70%;
}

div.artwork	{
	
	margin: 0 5px 5px 0;
	padding: 0;
	float: left;
}



/**********   REGULAR ELEMENTS   **********/

br.clear	{
	clear: both;
}

div.divider	{
	border-bottom: 1px dashed #A0854D;
	margin: 20px 0;
}

/**********   QUOTES   **********/

blockquote	{
	text-align: left;
	margin: 0;
	padding: 0;
	color: #000;
	background: url(images/topquote.gif) no-repeat left top;
}

p.quote	{
	margin: 0;
	padding: 20px 0 0 20px;
	font-style: italic;
	background: url(images/bottomquote.gif) no-repeat right bottom;
}

p.author	{
	margin: 0;
	padding: 0;
	font-style: normal;
	text-align: right;
}

/**********   AGENDA TABLE   **********/

table#agenda	{
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 450px;
}

#agenda th, #agenda td	{
	text-align: left;
	margin: 0;
	padding: 5px 0;
	font-size: 75%;
}

#agenda th	{
	font-weight: bold;
	width: 25%;
}

#agenda td	{
	width: 75%;
	line-height: 120%;
}