/* FRANCHISE PAGE */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333;
	height: 1000px;
	overflow-x: hidden;
	margin-left: -5px;
}
body {

	background-image: url(../images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFF;
}

#mainbody {
	height: 1100px;
	width: 1024px;
	z-index: -1px;
	background-color: transparent;
	overflow: hidden;
}

/* HEADER */
#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	position: relative;
	height: 300px;
	width: 1024px;
	margin-top: -2px;
}

#logo {
	position: relative;
	top: 150px;
	left: -290px;
}

#nav {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #036;
}

#nav a {
	color: #003366;
}

#nav a:link {
	text-decoration: none;
	color: #003366;
}

#nav a:visited {
	text-decoration: none;
	color: #036;
}

#nav a:hover {
	text-decoration: none;
	color: #33ccff;
}

#nav a:active {
	text-decoration: none;
	color: #3CF;
}

#nav ul {
	list-style-type: none;
	margin-left: -3px;
}

#nav li {
	position:relative;
	display: inline;
	top: 128px;
	#top: 118px;
	left: 140px;
	#left: 160px;
	margin-left: 3px;
}

#current {color: #3cf;}

/* BODY */
#body {
	background-color: #fff;
	background-position:top;
	position: relative;
	top: 100px;
	width: 900px;
	height: 800px;
}

#leftwater {
	background-image: url(../images/leftwater.png);
	background-repeat: no-repeat;
	background-position:top;
	position: relative;
	width: 65px;
	height: 750px;
	float: left;
	top: -99px;
	left: -62px;
}

#rightwater {
	background-image: url(../images/rightwater.png);
	background-repeat: no-repeat;l
	background-position:top;
	position: relative;
	width: 65px;
	height: 750px;
	float: right;
	top: -99px;
	left: 62px;
}

#ajax {
	position: relative;
	float: left;
	top: -1020px;
	left: 5px;
}

#content {
	background-color: #f0f0f0;
	position: relative;
	float: left;
	top: -1210px;
	left: 5px;
	width: 888px;
	height: 730px;
}

#franchiseheader {
	background-color: #FFF;
	background-position: center;
	position: relative;
	float: left;
	top: -859px;
	#top: -853px;
	left: 0px;
	height: 100px;
	width: 900px;
	padding-top: 10px;
}

#franchisetext {
	position: relative;
	top: -890px;
	#top: -883px;
	height: 250px;
}

#ajaxtable {
	position: relative;
	float: left;
}

#franchisenow {
	position:relative; 
	left: 760px; 
	#left: 365px;
	top:-270px; 
	#top: -200px;
	z-index: 5;
}

/* FOOTER */
#footer {
	background-image:url(../images/footerimg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	position: relative;
	top: -490px;
	#top: -240px;
	width: 1024px;
	height: 98px;
}

#footertext {
	 position: relative; 
	 top: 40px;
	 #top: 40px;
	 font-family:Verdana, Geneva, sans-serif;
	 font-size:11px;
}

#footertext a {
	font-weight: bold;
	color: #003366;
}

#footertext a:link {
	text-decoration: none;
	color: #003366;
}

#footertext a:visited {
	text-decoration: none;
	color: #036;
}

#footertext a:hover {
	text-decoration: none;
	color: #33ccff;

}

#footertext a:active {
	text-decoration: none;
	color: #3CF;
}

.clearit {
clear: both;
height: 1%;
} 