A
{
	font: 15px arial;
}
A.visited
{
	color: #660066;
	text-decoration: none;
}
A.link
{
	color: #660066;
	text-decoration: none;
}
A.active
{
	color: #660066;
	text-decoration: none;
}
A.hover
{
	color: #CC00FF;
	text-decoration: none;
}
P
{
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
  font-size:14px;
	text-align: left;
	font-style: normal;
	color:#324131;
}

UL LI
{
	font: 12px trebuchet, arial, helvitica;
}
H2
{
 font-style:italic;
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
 font-size:33px;
 font-weight: bold;
 color:#324131;
 }
H3
{
	font: italic 150% "trebuchet Arial helvitica";
	font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
 font-size:25px;
 font-weight: bold;
 color:#324131;
 }

BODY
{
	margin-left: 0px;
	margin-top: 0px;
	background-color: #ABA68F;
	background-image:url('stones2.jpg'); background-repeat:repeat;
	 color:#324131;
	text-align: center; 
	font-family: trebuchet, Arial, Helvetica, sans-serif;
	}

#wrapper { 
 text-align: left; 
 width: 840px; 
 margin-right: auto; 
 margin-left: auto; 
 position: relative;
}


.arrowlistmenu
{
	width: 178px;
/*width of menu*/
	border: 1px solid #FFFFFF;
	margin-top: 19px;
	margin-left: 23px;
	margin-right: 12px;
	margin-bottom: 5px;
}
.arrowlistmenu .headerbar
{
	font: bold 14px Arial;
	color: #FFFFFF;
	margin-bottom: 10px;
/*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 5px 0 4px 0px;
/*header text is indented 10px*/
	background: #D60F0F;
	text-align: center;
}
.arrowlistmenu UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
/*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu UL LI
{
	padding-bottom: 2px;
/*bottom spacing between menu items*/
	text-align: left;
}
.arrowlistmenu UL LI A
{
	color: #770303;
	background: url(media/arrowbullet.png) no-repeat center left;
/*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px;
/*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #DADADA;
	font-size: 120%;
}
.arrowlistmenu UL LI A:visited
{
	color: #A70303;
}
.arrowlistmenu UL LI A:hover
{
/*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}
.transbox
{
	background-color: #FFFFEC;
	border: 11px solid white;
/*for IE*/
	filter: alpha(opacity=100);
/*CSS3 standard*/
	opacity: 1;
	width: 515px;
	padding:17px;
}
.transbox P
{
	color:#324131;
	font-family: trebuchet, arial, helvitica;
	font-size: 11pt;
	font-style: normal;
}
.redbox
{
	border: 22px solid #EDD6D5;
	color: #050505;
	margin-top: -3px;
	margin-left: 10px;
	background-color: #EDD6D5;
	width: 460px;
	float: inherit;
	opacity: .9;
	filter: alpha(opacity=90);
}
.redbox p
{
	font-family:Verdana,Tahoma,Arial,'Arial Black',sans-serif;
	 font-style:normal;
	font-size:13px;
	color:660066;
}
.redbox a
{
	font-family:Verdana,Tahoma,Arial,'Arial Black',sans-serif;
	 font-style:normal;
	font-size:13px;
	color:blue;
}
.redbox ul li
{
	font-family:Verdana,Tahoma,Arial,'Arial Black',sans-serif;
	 font-style:normal;
	font-size:13px;
	color:660066;
}


.stonebox
{
	background-color: white;
	background-image: url(stones.jpg);
	position: absolute;
	top: 175px;
}

.endbox
{
	text-align: center;
}
.endbox A
{
	font-size: 8.7pt;
}
.endbox P
{
	font-size: 8.7pt;
	text-align: center;
	font-family: trebuchet, arial, helvitica;
	margin-top:22px;
}
