#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 700px;
	height:700px;
	background-color:#fcfad3;
}

#wrapper2 {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 700px;
	height:875px;
	background-color:#fcfad3;
}

#wrapper3 {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 700px;
	height:1440px;
	background-color:#fcfad3;
}

#header {
	margin: 0 0 15px 0;
}

#side-a {
	float: left;
	width: 206px;
}

#side-b {
	float: right;
	width: 206px;
}

#content { 
	float: left;
	width: 288px;
	height:648px;
	background:url(images/background.jpg);

}

#content2 { 
	float: left;
	width: 288px;
	height:848px;
	background:url(images/background2.jpg);

}

#content3 { 
	float: left;
	width: 288px;
	height:1440px;
	background:url(images/background3.jpg);

}

#content .text {
	font-family: "Comic Sans MS", cursive;
	font-size:12px;
	color:#000;
}

#content2 .text {
	font-family: "Comic Sans MS", cursive;
	font-size:13px;
	color:#000;
}

#content3 .text {
	font-family: "Comic Sans MS", cursive;
	font-size:13px;
	color:#000;
}


#content .hours {
	font-family: "Myriad Pro";
	font-size:12px;
	color:#3CF;
	font-weight:bold;
}

#content2 .hours {
	font-family: "Myriad Pro";
	font-size:12px;
	color:#3CF;
	font-weight:bold;
}

#content3 .hours {
	font-family: "Myriad Pro";
	font-size:12px;
	color:#3CF;
	font-weight:bold;
}

#content .menu a {
	font-family: "Comic Sans MS", cursive;
	font-size:12px;
	color:#000;
	text-decoration:none;
	font-weight:bolder;
}

#content2 .menu a {
	font-family: "Comic Sans MS", cursive;
	font-size:12px;
	color:#000;
	text-decoration:none;
		font-weight:bolder;
}
#content3 .menu a {
	font-family: "Comic Sans MS", cursive;
	font-size:14px;
	color:#000;
	text-decoration:none;
		font-weight:bolder;
}

#footer {
	clear: both;
	
}
