body, table, textarea
{
	font-family: 'Century Gothic', 'Arial';
	font-size: 13px;
  	color: #864f2b;
}

body
{
  /*background-image: url('../images/watermark.gif');*/
  background-color: #7b3a00;
}

a:link { text-decoration: underline; color: #864f2b; }
a:visited { text-decoration: underline; color: #864f2b; }
a:active { text-decoration: underline; color: #864f2b; }
a:hover { text-decoration: underline; color: #864f2b; }


/*
#bg{

	width:100%;
	height:100%;
	position:absolute; 
	z-index:0;
	margin:0 auto;
	background-color: #7b3a00;
}*/

#pageWrapper{
	z-index:1;
	position:absolute;
	text-align:left;
	width:100%;
}


#page {
	width: 950px;
	margin: 0px auto;
	background: url(../images/agamiArt.jpg)  no-repeat left top;
	padding: 0px 0px 0px 200px;
}

/*#Frame {
	width: 707px;
	height: 191px;
	background-image: url(images/agamiArt2.jpg);
	margin: 0px 0px 0px 0px;
	position:absolute;
	z-index:3;
} */

.left
{
  float: left;
  width: 400px;
}

.right
{
  float: right;
  width: 250px;
  padding: 0px 0px 0px 10px;
}

.clear
{
  clear: both;
}

.menuLink
{
  font-size: 14px;
  font-family: 'Century Gothic', 'Arial';
  color: #ffffff;
   font-weight: bold;
  text-decoration: none;
}

.menuLink a:link { text-decoration: none; color: #ffffff; }
	.menuLink a:visited { text-decoration: none; color: #ffffff; }
	.menuLink a:active { text-decoration: none; color: #ffffff; }
	.menuLink a:hover { text-decoration: none; color: #ffffff; }

/*Services*/
.menu1 {
	background-color: #000000;
	margin-left:0px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-top: 15px;
	display:block;
	text-decoration: none;
	color: #FFFFFF;
	height: 20px;
	font-weight: bold;
	width: 400px;
	}
	
	.menu1 a:link { text-decoration: underline; color: #864f2b; }
	.menu1 a:visited { text-decoration: underline; color: #864f2b; }
	.menu1 a:active { text-decoration: underline; color: #864f2b; }
	.menu1 a:hover { text-decoration: underline; color:  #864f2b; }

	
.show{
	display: block;
	}

.hide{
display: none;
}

.fineprint
{
  font-size: 10px;
  color: #000000;
}

.footerLink
{
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

.footerLink:hover
{
  text-decoration: underline;
}

.pageHeader
{
  font-size: 23px;
  color: #000000;
}

.greyText
{
  color: #000000;
}

.blackText
{
  color: #696969;
}