@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:active {
	color: #000;
}
a {
	text-decoration: none;
}
ol, ul {
	list-style: arabic numbers;
	padding-left: 30px;
}
html {
	overflow-y: scroll;
}
body {
	background: #F5DEB3;
	font-family: Georgia, serif;
	font-size: small;
	color: #F00;
}
h1, h2, h3, h4, h5, h6 {
	color: #F00;
	font-family: Georgia, sans-serif;
}
h1 {
	font-size: 1.3em;
}
h4 {
	font-size: 12px
}
#header {
	width: 960px;
	height: 150px;
	background-image: url(../images/header.png);
	background-position: left;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
}
#header h1 {
	text-align: right;
	font-size: 36px;
}
#header a img {
	border: 0;
	text-decoration: none;
}
.heading {
	margin: auto auto 6px auto;
	color: #F00;
}
#rhead {
	background: url(../images/catch-phrase.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 140px;
	width: 450px;
	float: right;
}
#number {
	background: url(../images/number.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 450px;
	height: 58px;
	margin-top: 5px;
}
.rounded_colhead {
	width: 960px;
	margin: auto;
	padding: 5px;
	/* Rounded corner stuff starts here */
	background-color: #F00;
	-webkit-border-radius: 6px; /* for Safari */
	-moz-border-radius: 6px; /* for Firefox */
}
.rounded_colhead_inner {
	width: auto;
	/* Rounded corner stuff starts here */
	background-color: #000;
	-webkit-border-radius: 6px; /* for Safari */
	-moz-border-radius: 6px; /* for Firefox */
	margin: auto;
	padding: 5px;
}
.callout_colhead {
	width: 300px;
	margin: auto;
	padding: 5px;
	/* Rounded corner stuff starts here */
	background-color: #F00;
	-webkit-border-radius: 6px; /* for Safari */
	-moz-border-radius: 6px; /* for Firefox */
}
.callout_colhead_inner {
	color: #000;
	width: auto;
	-webkit-border-radius: 6px; /* for Safari */
	-moz-border-radius: 6px; /* for Firefox */
	margin: auto;
	padding: 5px;
	text-align: center;
	background: #F5DEB3;
	height: 100px;
}
.callout_colhead_inner h1 {
	padding-bottom: 5px;
}
.clear {
	clear: both;
}
#footer, #times, #credit {
	clear: both;
	padding: 18px 0 4px 0;
	text-align: center;
}
#footer li, #times li, #credit li {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 80%;
}
ul#footer li+li, #times li+li, #credit li+li {
	border-left: 1px solid #3b5162;
	padding-left: 7px;
	margin-left: 4px;
}
#nav {
	line-height: 25px;
	padding: 10px 10px;
	text-align: center;
}
#nav li {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
}
ul#nav li+li {
	border-left: 1px solid #3b5162;
	padding-left: 7px;
	margin-left: 4px;
}
#subnav {
	line-height: 25px;
	padding: 10px auto 10px auto;
	text-align: center;
}
#subnav li {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
}
ul#subnav li+li {
	border-left: 1px solid #3b5162;
	padding-left: 7px;
	margin-left: 4px;
}
.franchise ul {
}
.franchise ol {
}
.franchise li {
	padding-left: 10px;
}
.login label {
	font-size: small;
}
#login {
	margin: auto auto auto auto;
	line-height: 18px;
	float: right;
	background-image: url(../images/hover.png);
	padding: 10px;
	color: #000;
}
.alert {
	text-align: center;
	color: #F00;
}
.alert a {
	color: #F00;
}
.form {
	width: 600px;
	margin: 0 auto;
	padding: 10px 10px;
}
#headtime {
	text-align: center;
	padding: 10px;
}
.title, .title a {
	color: #F00;
}
.email, .email a {
	color: #F00;
}
.story {
	text-align: justify;
}
