* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #CCC;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
}
#wrapper #logo {
	height: 212px;
}
#wrapper #navigation {
	background-color: #d8a443;
	height: 35px;
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	font-weight: bolder;
	padding-left: 15px;
}
#wrapper #content {
	background-image: url(../Images/BBQ_Body.jpg);
	height: 1185px;
	width: 1100px;
}
#wrapper #content #text {
	float: left;
	width: 814px;
	padding-top: 7px;
	padding-left: 12px;
	padding-right: 10px;
}

#wrapper #content #accordian {
	float: left;
	width: 250px;
	margin-top: 7px;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

