img {
	border: 0px;
}

#container{
	margin: auto;
	width: 900px;
	height: 620px;
}

#header{
	/*margin-top: 55px;*/
	height: 70px;
	width: 889px;
	margin-bottom: 20px;
	/*background-color: #DDD;*/
}

.h-title{
	display:inline;
}

#logo{
	position: relative;
	top: 4px;
	height:66px;
	width: 100%;
	/*background-color: #AAA;*/
	/*background: url(../img/franchise/logo.jpg) no-repeat; */
	float: left;
}

#navbar{
	position: relative;
	/*top: 49px;*/
	height: 21px;
	width: 649px;
	float: right;
}

#navbar ul {
	margin: 0px;
	padding: 0px;
	float:right;
}

#navbar ul li{
	display: inline;
	list-style: none;
	float: left;
	padding: 0px 5px;
}

#navbar ul li a{
	font-family: sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #6B6B6B;
}

#navbar ul li a:hover{
	color: #8c0b05;
}


#content{
	margin-top: 15px;
	font-family: sans-serif;
	color: #8c0b05;
	font-size: 9pt;
	float:left;
	width:630px;
	/*padding-right: 30px;*/
}

#content p{
	margin-bottom:20px;
	margin-top:20px;
}
#main-img{
	height: 356px;
	width: 654px;
	float: left;
	background: url(../img/franchise/main-img.jpg) no-repeat;
}

#separator{
	height: 23px;
	width: 654px;
	clear:both;
	background-color: #231F20;
	position: relative;
	top: 6px;
}

#sidebar{
	width: 240px;
	float: right;
	margin-top: 15px;
}

#life{
	height: 147px;
	width: 228px;
	background: url(../img/franchise/life.jpg) no-repeat;
}

#block1{
	position: relative;
	margin-top: 6px;
	width: 228px;
	/*height:151px;*/
}

#block2{
	position: relative;
	margin-top: 6px;
	width: 208px;
	/*height:141px;*/
	background-color: #C9C2B8;
	font-size: 8pt;
	color: #000000;
	font-family: sans-serif;
	padding-left: 17px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-top: 10px;
}
#block2 p{
	margin-top: 2px;
	margin-bottom: 7px;
}
#block3{
	position: relative;
	margin-top: 6px;
	width: 228px;
	padding-top: 10px;
}

#block3 img{
	float: right;
	padding-left:13px;
	padding-top:10px;
}
#footer{
	position: relative;
	top: 6px;
	width: 889px;
	height: 50px;
	clear:both;
	color: #DAAEAD;
}

#footer ul {
	margin: auto;
	padding: 0px;
	float:none;
}

#footer ul li{
	display: inline;
	list-style: none;
	padding: 0px 5px;
}

#footer ul li a{
	font-family: sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #6B6B6B;
}

#footer ul li a:hover{
	color: #8c0b05;
}

.sh_table{
	
}
.sh_table tr td{
	border: none;
	text-align:left;
	color: black;
}
.sh_table tr th{
	text-align:center;
	color: white;
	font-weight: bold;
	background-color:#8c0b05;
}

#superheader{
        width:880px;
        background-color:#E3E0DB;
        height:20px;
        margin: auto;
	color:#877C66;
	font-size:10px;
	padding-top:6px;
	padding-left:8px;
	padding-right:8px;
	font-family: sans-serif;
	margin-bottom: 8px;
}
#sitemap-link{
	clear:none;
	float:right;
}

