.style87 {font-size: x-large}
/***********************************************************************************************************************
DOCUMENT: style/format.css
DEVELOPED BY: Ryan Stemkoski
COMPANY: Zipline Interactive
EMAIL: ryan@gozipline.com
PHONE: 509-321-2849
DATE: 2/26/2009
DESCRIPTION: This document contains the structural formatting files for the accordion style menu.
************************************************************************************************************************/

#wrapper {
	width: 1000px;
	margin: 0 auto;
	}
.accordionButton {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	float: left;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	height:25px;
	font-family: tahoma, arial;
	font-size: 12px;
	font-weight: bold;
	color:#ffffff;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #AA9D84;
	}
	
.accordionContent {
	width: 1000px;
	float: left;
	background: #ffffff;
	display: none;
	}
