body
{
	background-image: url('/images/bg_clouds.jpg');
	background-repeat: repeat;
	font-family: Sylfaen, Arial;
}

div#menu_bg
{
   position: absolute;
   top: 20px;
   left: 20px;
   width: 810px;
   height: 700px;
   z-index: -1;
   background-image: url('/images/menuivybg.gif');
   background-repeat: no-repeat;
   background-position: top left;
}

div#top_menu
{
	position: absolute;
	top:0px;
	left:0px;
	z-index: 1;
}

div#left_menu
{
	position: absolute;
	top:0px;
	left:0px;
	z-index: 3;
}

div#content
{
	position: absolute;
	top:160px;
	width: 100%;
	z-index:2;
}

h3,h2
{
	text-align: center;
}

/*** emulate (ananda's) size 14 font ***/
h4
{
	font-size: 1.2em;
	font-weight: normal;
}

A:link, A:active
{
	color: #006000;
}

A:visited
{
	color: #003000;
}

A:hover
{
	text-decoration: none;
	color: #507050;
}

A img
{
	border: none;
}

.subtext
{
	font-size: 10pt;
	color:#ff0000;
	margin-left: 10px;
}

.div_gallery_content
{
	position:absolute;
	top:40px;
	left:170px;
}

table.pricetable th
{
	padding-right: 15px;
	text-align: left;
	vertical-align: top;
}

.top_menu_item, .left_menu_item
{
   color: #ff0000;
   text-decoration: none;
}

.top_menu_item h3, .left_menu_item h3
{
   font-size: 18px;
}
