@charset "utf-8";
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 766px;
	height: auto;
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#quote {
	background-image: url(Images/quote.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 1px;
	padding-bottom: 1px;
}


#banner {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 275px;
	background-position: center;
}

body {
	margin: 0px;
	background-color: #E4E4E4;
	width: 100%;	
}
#content {
	margin-bottom: 20px;
	padding-bottom: 20px;
	vertical-align: top;
	height: auto;
	width: auto;
}
#boxes {
	width: 134px;
	height: 380px;
	background-image: url(images/boxes.jpg);
	background-repeat: no-repeat;
	float:left;
	background-position: center;
	margin-left: 11px;
}

p {
	font-family: "trebuchet MS";
	font-size: 12px;
	margin-left: 20px;
	margin-top: 10px;
	padding: 0px;
	margin-bottom: 5px;
	margin-right: 20px;
}
ul {
	font-family: "trebuchet MS";
	font-size: 12px;
}

h1 {
	font-family: centaur, garamond;
	font-size: 17px;
	margin-left: 17px;
	margin-top: 17px;
	color: #333333;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 95%;
	margin-bottom: 2px;
	padding-bottom: 3px;
	letter-spacing: 2px;
}

h2 {
	font-family: "trebuchet MS";
	font-size: 16px;
	margin-left: 17px;
	margin-top: 17px;
	color: #733333;
	text-transform: uppercase;
	width: 95%;
	margin-bottom: 0px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2908E;
}

h3 {
	font-family: "trebuchet MS";
	font-size: 16px;
	margin-left: 17px;
	margin-top: 17px;
	color: #333333;
	width: 95%;
	margin-bottom: 0px;
	padding-bottom: 2px;
}

#text {
	float: left;
	width: 745px;
	margin-right: 0px;
	padding-left: 7px;
}
#accordion {
	float: right;
	width: 230px;
	margin-right: 18px;
}
