@charset "utf-8";
/* CSS Document */
body {
	color: #000000;
	width: 100%;
	background: #EED9AB url(images/mainbg_03.jpg) repeat-x center top;
	margin: 0;
	padding: 0;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	height: auto;
}
#content {
	width: 940px;
	margin: 0 auto -4em;
}
p {
	line-height: 18px;
}
#header {
	width: 940px;
	height: 316px;
	display: block;
	background: url(images/header_img.jpg) no-repeat top left;
}
#left {
	width: 450px;
	height: auto;
	float: left;
	padding: 10px;
	padding-top: 4px;
	font-size: 13px;
}
#right {
	width: 450px;
	height: auto;
	float: left;
	padding: 10px;
	padding-top: 4px;
	font-size: 13px;
}
#franchise {
	background: url(images/Burg_001_18.png) no-repeat center center;
	width: 271px;
	height: 213px;
	padding: 20px;
	padding-left: 30px;
}
#franchise p {
	padding-left: 5px;
}
#franchise p a {
	color:#0576C0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	text-decoration : none;
	padding-left: 30px;
	height: 26px;
	line-height: 26px;
	display: block;
	background: url(images/arrow.png) no-repeat top left;
}

#footer
{
	background: #452101;
	color: #fff;
	font-size: 10px;
	padding: 10px;
	text-align: center;
	height: auto;
	display: block;
}

#footer ul
{
	list-style-type: none;
	color: #EED9AB;
	
	padding: 0;
	margin: 0;
}

#footer ul li
{
	display: inline;
}

#footer ul li a, #footer ul li a:visited
{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #EED9AB;
	margin-right: 4px;
}

#footer ul li a:hover
{
	text-decoration: none;
	color: #fff;
}

#footer a, #footer a:visited
{
	text-decoration: none;
	color: #fff;
}
#footer a:hover
{
	text-decoration: underline;
}

#mainNav
{
	position: relative;
	top: 231px;
	left: 350px;
	width: 450px;
}
#mainNav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#mainNav ul li
{
	float: left;
}
#mainNav ul li a, #mainNav ul li a:visited
{
	display: block;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding: 8px 12px;
	text-transform: uppercase;
}
#mainNav ul li a:hover
{
	background: url(images/hover.gif) no-repeat bottom center;
}

#main
{
	
}

#main h2
{
	color: #330000;
	font-size: 14px;
}

#main table
{
	width : 70%;
	padding: 5px;
	padding-left: 10px;
	border: 1px dotted #7B5C24;
}

#main table td
{
	border-bottom:1px dashed #795917;
	height:25px;
	margin-top:5px;
	padding-top:5px;
}

#main h4
{
	background-color:#D9C195;
	border-bottom:2px solid #CFB37E;
	color:#330000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:7px 0 5px;
	padding:5px 10px 5px 18px;
	text-transform:capitalize;
}