/* body elements */
* {
	margin:0;
	padding:0;
} 
html{
	background: #FFFFFF url(../images/bg_star.gif) no-repeat top center;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg_main.gif) repeat-x;
	background-position:50px top; 
	height:100%;
}

html>body { min-height:100%; height:auto; } 

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1D1D1D;
}
a:link {
	color: #663E00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663E00;
}
a:hover {
	text-decoration: underline;
	color: #663E00;
}
a:active {
	text-decoration: underline;
	color: #895300;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #292929;
	font-size: 36px;
}
h1 a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #6B5C27;
}
h1 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #6B5C27;
}
h1 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #6B5C27;
}
h1 a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #6B5C27;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #292929;
	font-size: 24px;
}
h2 a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #292929;
}
h2 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #292929;
}
h2 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #292929;
}
h2 a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #6B5C27;
}

h3 {
	color: #292929;
	font-size: 20px;
}
h3 a:link {
	text-decoration: none;
	color: #292929;
}
h3 a:visited {
	text-decoration: none;
	color: #292929;
}
h3 a:hover {
	text-decoration: underline;
	color: #292929;
}
h3 a:active {
	text-decoration: underline;
	color: #6B5C27;
}

img {
	border: none;
}

.hr {
	background: #663E00;
	height: 1px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* text */



/* objects*/

#base {
	width: 930px;
	margin: 0px auto;
	position:relative;
	text-align: left;
	 
}
#header {
	background: url(../images/bg_header.gif) no-repeat top left;
	width: 930px;
	height: 138px;
	overflow: hidden;
}
	#header h1 a {
		background: url(../images/Franchising_Business.gif) no-repeat top left;
		display: block;
        width: 250px;
        height: 138px;
		color: #ffffff;
		text-decoration: none;
        font-size: 12px;
        text-indent: -1000px;
		float: left;
		
	}
	#header p a {
		float: right;
		color: #616161;
		text-decoration: none;
		margin-top: 60px;
		margin-right: 200px;
		font-size: 14px;
	}
#navigation {
	background: url(../images/bg_navigation.gif) no-repeat top left;
	width: 930px;
	height: 34px;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
	#navigation ul {
		list-style: none; 
		padding: 0px; 
		margin: 0px; 
		text-transform: uppercase;
	}
	#navigation li a {
		display: block;
		float: left;
		height: 34px;
		padding:7px;
		padding-left: 9px;
		padding-right: 11px; 
		color:#000000;
		background: url(../images/bg_nav_li.gif) no-repeat right top;
	}
	#navigation .act a{
		background: url(../images/bg_nav_li_act.gif) repeat-x top left;
	}
#content {
	background: url(../images/bg_content.gif) no-repeat top right;
	width: 728px;
	height: auto;
	margin-left: 202px;
	padding-top: 29px;
}
	#content p {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#content h1 {
		padding-top: 11px;
		padding-bottom: 7px;
	}
	#content h2,h3 {
		padding-top: 7px;
		padding-bottom: 7px;
	}
	#content ul {
		list-style: disc;
		padding-left: 38px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#content blockquote {
		padding-left: 38px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
#footer {
	width: 728px;
	height: auto;
	margin-left: 202px;
	font-size: 10px;
	text-align: right;
	border-top: #000000 1px solid;
	padding-top: 5px;
	margin-top: 15px;
	padding-bottom: 15px;	
}
#menu {
	position: absolute;
	left: 0px;
	top: 200px;
	width: 180px;
	height: auto;
	
}
	#menu ul {
		list-style: none; 
		padding: 0px; 
		margin: 0px;
		margin-bottom: 20px;
	}
	#menu li a {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		font-weight: bold;
		display: block;
		padding: 7px;
		padding-top: 11px;
		padding-bottom: 11px;
		background: url(../images/bg_menu_li.gif) no-repeat bottom left;
		color: #000000;
	}
	#menu li a:hover {
		text-decoration: none;
		color: #663E00;
	}
	#menu .act a {
		color: #663E00;
	}
	
input {
	margin-top: 0px;
	margin-bottom: 12px;
}
.form_nm {
	float: left;
	text-align: right;
	width: 200px;
	font-weight: bold;
	margin-right: 12px;
	margin-top: 3px;
}
.form {
	background: #FDECD0 url(../images/bg_form.gif) no-repeat top left;
	border: #663E00 1px solid;
	color: #000000;
	width: 270px;
	padding: 3px;
}
.button {
	background: #B1732A url(../images/bg_button.gif) repeat-x top center;
	border: #663E00 1px solid;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
	width: 150px;
	height: 26px;
}
.divider {
	color: #000000;
	display: block;
	padding: 5px;
	border-bottom: #C0C0C0 1px dotted;
	margin-bottom: 10px;
}
.divider a {color: #000000; text-decoration: none;}

.download{
	color: #000000;
	background: #FDECD0 url(../images/download.gif) no-repeat top left;
	display: block;
	padding-left: 55px;
	font-weight: bold;
	line-height: 30px;
	border: #663E00 1px dashed;
	margin-bottom: 10px;
	margin-top: 20px;
	height: 30px;
}
.download a {color: #000000; text-decoration: none;}
.download a:hover {color: #663E00; text-decoration: none;}
img.facebook { display: none; }
