@charset "utf-8";
/* CSS Document */

html, body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	background:#ddd;
}
body img {
	border:none;
}
.dvclr {
	line-height:.01;
	clear:both;
}
h1, h2, h3 {
	color:#000;
	text-transform:uppercase;
}
h1 {
	font-size:16pt;
}
h2 {
	font-size:14pt;
}
h3 {
	font-size:12pt;
}
#wrpr {
	width:980px;
	margin:0 auto;
	padding:0;
}
#hdr { /*includes header, logo, and menu)*/
	height:163px;
	color:#fff;
	font-size:12pt;
	background:url(images/hdrBG.JPG) no-repeat;
}
.logo {
	padding:15px 0 0 20px;
	text-align:left;
}
.menu {
	text-align:left;
	padding:20px 0 12px 29px;
}
.menu a {
	font-size:12pt;
	color:#fff;
	text-decoration:none;
	font-weight:700;
	margin-right:20px;
}
.menu a:hover {
	text-decoration:underline;
}
#cntBG {
	background:url(images/contentBG.jpg) repeat-y;
	text-align:left;
}
#cntLeft {
	float:left;
	padding:20px 15px 20px 15px;
	width:390px;
}
#cntMiddle {
	float:left;
	width:260px;
	padding:20px 22px 20px 22px;
	margin:0;
}
#cntRight {
	color:#fff;
	float:right;
	width:230px;
	padding:20px 5px 20px 10px;
	margin:0;
	text-align:center;
}
#ftr {
	background:url(images/ftrBG.png) no-repeat;
	margin:0;
	padding:10px 0 5px 20px;
	height:38px;
	width:734px;
}
#ftr .ftrTxt {
	color:#fff;
	font-size:10pt;
	font-weight:bold;
}
#creditCards {
	float:right;
}
#served {

	margin:0;
	padding:10px 0 5px 20px;
	height:38px;
	width:980px;
	text-align:left;
}
#served .servedTxt {
	font-size:8pt;
}


