@charset "UTF-8";

html,body {
	background: #ffedd7;
	height: 100%;
	margin: 0px;
	text-align: center;
}

.layout {
	background: #ffedd7;
	height: 100%;
	text-align: center;
	font-family: verdana,arial;
}

.layout #container {
	height: 100%;
	width: 990px;
	border: thin #E6892B;
		
}
.layout #frameWork {
	width: 990px;
	height: 100%;
	margin: auto;
	text-align: center;
	background: #FFFFFF;
	background-image:url(../images/franchise_ms1.jpg);
	background-repeat: no-repeat;
	
}

.layout #goContent {
	position:relative;
	top: 160px;
	width: 950px;
	text-align: left;
	font-family: verdana;
	font-size: 12px;
	margin: 0px 20px 20px 20px;
	border: 0px;
}

#footer {
	width: 990px;
	height: 100px;
	/* background-image:url(../images/franchise_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom; */
	position: absolute;
	bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-color: #c9c9c9;
	font-weight: normal;
	line-height: 20px;
	text-indent: 15px;
	text-align: center;
}

#footer a:link {
	font-size: 14px;
	color: #009AA6;
	text-decoration: none;
}

#footer a:hover {
	font-size: 14px;
	color: #e37222;
}

#footer a:visited {
	font-size: 14px;
	color: #009AA6;
	text-decoration: none;
}

#bk2top {
	position: relative;
	text-align: right;
	margin: 5px 0px 10px 0px;
}

.text-column {
	float: left;
	width: 45%;
	margin-right: 15px;
}

.text-callout {
	width: 30%;
	float: right;
	clear: right;
	font-weight: bold;
	border: 1px solid #000;
	background-color: #FFCC00;
	padding: 10px;
	margin: 0 10px 10px 10px;
}

.bioShots
{
margin: 0px 10px 10px 0;
float: left;
}

.hr_clear
{
clear: both;
text-align: center;
margin: 40px -50px 20px -50px;
}


/* HEADER DEFINITIONS */

h1.orange {
	font-family: verdana;
	color: #E37222;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 20px 20px 0px;
	text-align: left;
}

h2.orange {
	font-family: verdana;
	color: #E37222;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 20px 8px 0px;
	text-align: left;
}

h2.k {
	font-family: verdana;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 20px 5px 0px;
	text-align: left;
}



/* NAV */

.layout #topNav {
	position:absolute;
	top: 120px;
	width: 990px;
	text-align: center;
	border: 0px;
}

#topNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-indent: 15px;
}

#topNav a:link {
	color: #009AA6;
	text-decoration: none;
}

#topNav a:hover {
	color: #e37222;
}

#topNav a:visited {
	color: #009AA6;
	text-decoration: none;
}



