body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center;
}

#logo {
	height: 90px;
	width: 170px;
	position: relative;
	left: 30px;
	top: 6px;
}

#exit-home {
	height: 17px;
	width: 47px;
	position: relative;
	top: 22px;
	left: 35px;
}

#nav {
	position: relative;
	text-align: right;
	height: 39px;
	width: 735px;
	float: right;
	padding-top: 30px;
	right: 10px;
}

#content-left {
	position: relative;
	width: 145px;
	height: auto;
	padding-left: 30px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006699;
	padding-right: 20px;
}

#photos-left {
	position: relative;
	width: 175px;
	height: auto;
	padding-left: 15px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006699;
	padding-right: 5px;
}


#content {
	position: relative;
	float: left;
	text-align: justify;
	width: 460px;
	height: auto;
	padding-left: 60px;
}

#content-home {
	position: relative;
	float: left;
	width: 507px;
	height: auto;
	padding-left: 35px;
}


#content-contactform {
	position: relative;
	float: left;
	text-align: left;
	width: 380px;
	height: auto;
	padding-left: 120px;
}

#content-middle {
	position: relative;
	float: right;
	text-align: justify;
	width: 312px;
	height: auto;
	padding-right: 30px;
}

#content-right {
	position: relative;
	float: right;
	width: 240px;
	height: auto;
	padding-left: 20px;
	padding-right: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E20123;
	padding-bottom: 20px;
}

#content-full {
	position: relative;
	width: 745px;
	height: auto;
	padding-left: 50px;
	text-align: justify;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}
a.text:link {
	color: #616161;
}
a.text:visited {
	color: #616161;
}
a.text:hover {
	color: #323232;
}

.text-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}
a.text-right:link {
	color: #616161;
}
a.text-right:visited {
	color: #616161;
	text-decoration: none;
}
a.text-right:hover {
	color: #323232;
}

.home-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #191919;
	text-decoration: none;
}
a.home-links:link {
	color: #006699;
	text-decoration: underline;
}
a.home-links:visited {
	color: #006699;
}
a.home-links:hover {
	color: #e20023;
}

.exit-contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
}
a.exit-contact:link {
	color: #979797;
}
a.exit-contact:visited {
	color: #979797;
}
a.exit-contact:hover {
	color: #616161;
}

.franchise-red-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #e20023;
	text-decoration: none;
	font-weight: bold;
}
a.franchise-red-links:link {
	color: #e20023;
	text-decoration: underline;
}
a.franchise-red-links:visited {
	color: #e20023;
	text-decoration: underline;
}
a.franchise-red-links:hover {
	color: #006699;
	font-style: italic;
	text-decoration: underline;
}

.blue-small-caps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #006699;
	text-decoration: none;
	text-transform: uppercase;
	text-align: justify;
}

.blue-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #006699;
	text-decoration: none;
	padding-left: 20px;
}

.red-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #e20023;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #006699;
	text-decoration: none;
	font-variant: small-caps;
}

subscript {
	font-family: Arial, Helvetica, sans-serif;
}

.left-padding {
	padding-left: 20px;
}