/* common ============================================*/


body
{	background: #872D00;
	font: 8pt/16pt georgia;
	margin: 0px;
	padding: 0px;
	color: #603000;

}

/* layout============================================ */

#preamble
{	margin: 0 0 0 100px;
	width: 500px;
	background: transparent;
}
#preamble
{	clear: right; 
	padding: 50px 10px 0px 0px;
}
#footer
{	margin: 25px 0 0 0;
	height: 1.5px;
	text-align: right;
	border-top: 1px solid #ffffff;
}
#linkList
{	position: absolute;
	width: 155px;
	top: 240px;
	left: 35px;
}
#canvas
{	border: double;
	width: 340px;
	font-size:25px;
	font-weight: bold;
}
#MenuHead
{	font-size: 25px;
	font-weight: bold;
	width: 340px;
}

#MenuCanvas
{	border: 1px solid;
	width: 220px;
	font: 14pt georgia;
	font-weight: bold;
}

#reviewCanvas
{	width: 450px;
	font-size:25px;
	font-weight: bold;
}

#reviewHead
{	font: 14pt georgia;
	font-weight: bold;
	text-decoration: underline; 
}
#reviewBody
{	margin-left: 30px; 
}
#reviewHLine
{	position: relative;
	width: 120px;
	margin: 0px 0px 0px 120px;
}
#picSetter
{	position: relative;
	width: 120px;
	font: 14pt georgia;
	font-weight: bold;
	text-decoration: underline; 
}

#pageHeader h1
{	display: none;
}
#pageHeader h2
{	display: none;
}
/* text============================================ */
p
{	font: 13pt georgia;
	padding: 5px 5px 10px 5px;
	margin: 0;
	line-height: 25px;
}
.menu
{	font: 14pt georgia;
	font-weight: bold; 
	margin-left: 0px;
}
.submenu
{	font: 12pt georgia;
	font-weight: bold; 
	margin-left: 25px; 
}
.submenu2
{	font: 12pt georgia;
	font-weight: bold; 
	margin-left: 45px; 
}
#menu_des
{	font: 11pt georgia;
	font-style: italic;
}
* headings============================================ */
#intro h3
{	margin: 10px 0 0 0;
	padding: 0;
	width: 480px;
	height: 35px;
}
#linkList h3
{	height: 25px;
	margin: 0px 0 0 0;
	padding: 0px;
}
h3 SPAN
{	display: none;
}
#lselect h3
{	margin: 15px 0 0 5px;
}
/* lists============================================ */
#linkList ul
{	font-size: 13px;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#linkList ul li
{	background: #B38F47;
	margin: 0;
	padding: 5px 0 5px 27px;
	line-height: 14px;
	color: #3D453A;
}
#linkList #lselect
{	border: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 0px;
}
#linkList #lselect a:link, #linkList #lselect a:visited
{	display: block;
}

#linkList #lselect a.c:link, #linkList #lselect a.c:visited
{	display:inline;
}

/* links============================================ */
a, a:link, a:visited
{	color: #D44700;
	text-decoration: underline;
	font-weight: normal;
}
a:hover
{	color: #FFE0B4;
	text-decoration: none;
	font-weight: normal;
}
#linkList a, #linkList a:link, #linkList a:visited
{	color: #505A4C;
	font-weight: bold;
	text-decoration: none;
}
#ActiveMenu a, #ActiveMenu a:link, #ActiveMenu a:visited
{	color: #FFCC66;
	font-size: 14pt;
	font-style: italic;
}
#linkList a:hover, #ActiveMenu a:hover
{	text-decoration: none;
	color: #ffffff;
}
#footer a, #footer a:link, #footer a:visited
{	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	padding: 0 20px 0 0;
}
#footer a:hover
{	text-decoration: underline;
	color: #ffffff;
}