html
{
	margin: auto;
	padding: 0px;
	background-image: url(images/htmlBg.jpg);
	font-family: "lucida grande", verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #663300;
}

body
{
	display: block;
	margin: auto;
	width: 737px;
	background-image: url(images/bodyBg.jpg);
}

#menu
{
	display: block;
	overflow: hidden;
	clear: both;
	width: 737px;
	height: 50px;
	background-image: url(images/menuBg.jpg);
	background-repeat: none;
}

#menu ul
{
	display: block;
	overflow: hidden;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 42px;
}

#menu ul li
{
	display: block;
	float: left;
	clear: none;
}

#header
{
	display: block;
	clear: both;
	width: 737px;
	height: 145px;
	background-image: url(images/headerBg-10.jpg);
}

#header a.homeLink img, #headerInterior a.homeLink img
{
	display: block;
	float: left;
	clear: none;
	padding: 10px 0px 0px 0px;
}

#header a.franchiseLink img, #headerInterior a.franchiseLink img
{
	display: block;
	float: right;
	clear: none;
	padding: 10px 0px 0px 0px;
}

#headerInterior
{
	display: block;
	clear: both;
	width: 737px;
	height: 145px;
	background-image: url(images/headerInteriorBg-10.jpg);
}

#content
{
	display: block;
	clear: both;
	overflow: hidden;
	width: 737px;
	background-image: url(images/contentBg.jpg);
}

#content div.wrapper
{
	display: block;
	float: left;
	padding: 10px 0px 20px 48px;
}

#content div.wrapper div.contentBlock
{
	width: 299px;
}

#content div.wrapper div.contentBlock div.content
{
	background-image: url(images/contentBlock_02.gif);
	padding: 10px 20px 10px 20px;
}

#content div.wrapper div.contentBlock div.header
{
	background-image: url(images/contentBlock_01.gif);
	height: 14px;
}

#content div.wrapper div.contentBlock div.footer
{
	background-image: url(images/contentBlock_03.gif);
	height: 14px;
}

#contentInterior
{
	display: block;
	clear: both;
	overflow: hidden;
	width: 737px;
	background-image: url(images/contentMiddleBg.jpg);
}

#contentInteriorFooter
{
	display: block;
	clear: both;
	overflow: hidden;
	width: 737px;
	height: 50px;
	background-image: url(images/contentFooterBg.jpg);
}

#content div.wrapper div.contentBlock h1
{
	font-family: georgia;
	font-weight: normal;
	font-size: 21px;
	color: #791327;margin: 0px;
	padding: 0px 0px 6px 0px;
}

#content div.wrapper div.contentBlock h1 a
{
	color: #791327;
	font-size: 21px;
	text-decoration: none;
}

#content div.wrapper div.contentBlock h1 a:hover
{
	border-bottom:3px solid #791314;
}

#contentInterior div.contentInteriorWrapper
{
	display: block;
	clear: both;
	width: 607px;
	padding: 0px 0px 0px 65px;
}

#contentInterior div.contentInteriorWrapper p
{
	padding: 0px 0px 10px 0px;
}

#latestNews
{
	display: block;
	clear: both;
	background-image: url(images/latestNewsBg.gif);
	padding: 20px 42px 20px 42px;
}

#latestNews div.newsBlock div.header
{
	display: block;
	clear: both;
	width: 654px;
	height: 36px;
	background-image: url(images/newsBlockHeader.gif);
}

#latestNews div.newsBlock div.content
{
	display: block;
	clear: both;
	width: 654px;
	background-image: url(images/newsBlockContent.gif);
	background-repeat: repeat-y;
}

#latestNews div.newsBlock div.content p
{
	padding: 0px 42px 10px 42px;
}

#latestNews div.newsBlock div.content h1
{
	padding: 10px 42px 0px 42px;
}

#latestNews div.newsBlock div.footer
{
	display: block;
	clear: both;
	width: 654px;
	height: 36px;
	background-image: url(images/newsBlockFooter.gif);
}

#footer
{
	display: block;
	clear: both;
	background-image: url(images/footerBg.gif);
	color: #f4e8c7;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 19px;
	padding: 20px 0px 30px 45px;
	height: 100%;
}

#footer ul
{
	list-style-type: none;
	margin: auto;
	padding: 0px;
}

#footer ul li
{
	display: block;
	float: left;
	clear: none;
	padding: 0px 5px 0px 0px;
}

#footer a
{
	color: #f4e8c7;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 19px;
	text-decoration: underline;
}

#footer a:link     
{
	color: #f4e8c7;
	text-decoration: underline;
}

#footer a:visited
{
	color: #ccb58b;
	text-decoration: underline;
}

#footer a:hover
{
	color: #fdf7da;
	text-decoration: none;
}

a
{
	color: #540d0e;
	text-decoration: underline;
}

a:link
{
	color: #540d0e;
	text-decoration: underline;
}

a:visited
{
	color: #540d0e;
}

a:hover
{
	color: #791314;
	text-decoration: none;
}

p
{
	margin: 0px;
}

h1
{
	font-family: georgia;
	font-weight: normal;
	font-size: 21px;
	color: #791327;
	margin: 0px;
	padding: 12px 0px 6px 0px;
}

h2
{
	font-family: georgia;
	font-weight: normal;
	font-size: 18px;
	color: #663300;
	margin: 0px;
	padding: 12px 0px 6px 0px;
}

h3
{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}

* img
{
	border: none;
}

table
{
	font-family: "lucida grande", verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #663300;
}