body {
	font-family: Verdana, Arial;
	font-size: 12px;
	background-color: #f5f5f5;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

a {
	color: #C51308;
	text-decoration: none;
}

td {
	font-size: 12px;
}

input {
	font-size: 11px;
}

textarea {
	font-family: Verdana, Arial;
	font-size: 11px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#ComingSoon {
	margin-top: 100px;
	text-align: center;
	font-weight: bold;
	color: white;
}

/* Container */
#container {
	margin: 10px auto 10px auto;
	border: 1px solid #003466;
	width: 700px;
	background: white;
}
/* end Container */

/* Header */
#header {
	height: 90px;
	background-color: #003466;
}

#header #car {
	margin-top: -88px;
	text-align: right;
}

#header img {
	vertical-align: middle;
}
/* end Header */

/* Menu */
#menu {
	font-size: 11px;
	background-color: #ccc;
	padding: 2px 2px 3px 5px;
	border-top: 1px solid black;
	border-bottom: 1px solid #003466;
	font-weight: bold;
}

#menu a {
	color: black;
	padding-right: 20px;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	color: #ffff33;
}
/* end Menu */

/* Content */
#content {
	padding: 15px 20px 5px 15px;
}

#content #picture {
	position: absolute;
	width: 150px;
	border: 1px solid #003466;
}

#content #body {
	margin-top: -18px;
	margin-left: 170px;
	border-left: 1px dashed #003466;
	padding-left: 15px;
}

/* end Content */

/* Footer */
#footer {
	background: #ccc;
	border-top: 1px solid #003466;
}

#footer #date {
	font-size: 10px;
	background: #ccc;
	height: 15px;
	width: 200px;
	padding-left: 5px;
	padding-top: 2px;
}

#footer #copyright {
	font-size: 10px;
	margin-top: -15px;
	text-align: right;
	padding-right: 5px;
	height: 15px;
}
/* end Footer */

/* Schedule */
#schedule table {
	align: center;
	font-size: 11px;
	border: 1px solid #999;
}

#schedule td {
	padding: 2px 5px 2px 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#schedule td a {
	color: #C51308;
	text-decoration: none;
	font-weight: normal;
}

#schedule td.header {
	background: #555;
	color: white;
}

#schedule th#end {
	border-right: none;
}

#schedule td.bottom {
	border-bottom: none;
}

#schedule td#end {
	border-right: none;
}

#schedule th {
	padding: 2px;
	color: white;
	font-weight: normal;
	background: #555;
	border-right: white;
}

#schedule tr.color1 {
	background: #eee;
}

#schedule tr.color2 {
	background: #fff;
}

#schedule tr.hilight {
	background: #F8BEBE;
}
/* end Schedule */

/* Crew */
.crew #main {
	align: center;
	font-size: 11px;
	border: 1px solid #999;
	width: 425px;
}

.crew td {
	font-size: 11px;
}

.crew td.header {
	background: #555;
	color: white;
	font-weight: bold;
	font-size: 11px;
	padding-left: 5px;
	border-bottom: 1px solid #999;
}
/* end Crew */

/* Career Highlights */
.career li {
	padding-bottom: 3px;
}
/* end Career Highlights */

