body {
	background: #6E6E6E url(images/bg.jpg) repeat-x;
	margin: 0px;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
	color: rgb(255,255,255);
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
} 

del {
    text-decoration: line-through;
}
	
/* Header */

#header {
	width: 800px;
	height: 225px;
	margin: 0px auto;
	background: url(images/type-r-org.jpg);
}

#header h1 {
	margin: 0px;
	padding: 180px 0 0 60px;
	font-size: 42px;
	letter-spacing: -2px;
}

#header h2 {
	margin: 0;
	padding: .1em 0 0 60px;
	font-size: 16px;
	letter-spacing: -1px;
	color: rgb(255,255,255);
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 800px;
	height: 30px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 160px;
	padding: 7px 0px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: rgb(192,192,192);
	background: rgb(0,0,0);
}

#menu a:hover {
	background: rgb(192,192,192);
	color: rgb(0,0,0)
}

#menu font.r {
	color: rgb(175,0,0);
}

/* Content */

#content {
	background: rgb(192,192,192);
	color: black;
	width: 800px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
}

#content h1 {
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: rgb(255,255,255);
	border-bottom: 1px dashed;
}

#content h3 {
	color: rgb(175,0,0);
}

#content font.note {
	color: rgb(175,0,0);
	font-size: 10px;
}

#content table {
	width:600px;
	text-align:justify;
}

#content table.fr1 {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#content table.fr1 img {
	border-style: solid;
	border-color: rgb(0,0,0);
	border-width: 5px;
}

#vid {
	border-style: solid;
	border-color: rgb(0,0,0);
	border-width: 5px;
}

#content table.comments {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	text-align: justify;
}

#content table.store {
	width: 250px;
	color: rgb(175,0,0);
	text-align: center;
	border-width:1px;
	border-style:solid;
	border-color:rgb(0,0,0);
	background-color:grey;
}

/* 2-Column-Chart */

#content table.chart {
	width: 500px;
	border: 1px solid black;
	border-collapse:collapse;
}

#content table.charttop {
	width: 500px;
	color: rgb(255,255,255);
	text-align: center;
}

#content table.chartbottom {
	width: 500px;
	color: rgb(175,0,0);
	text-align: center;
}

#content td.l {
	width: 275px;
	border: 1px solid black;
	background: rgb(255,255,255);
}

#content td.r {
	width: 225px;
	border: 1px solid black;
	background: rgb(255,255,255);
}

#content td.ltop {
	width: 275px;
	border: 1px solid black;
	background: rgb(175,0,0);
}

#content td.rtop {
	width: 225px;
	border: 1px solid black;
	background: rgb(175,0,0);
}

/* End Content */

#colAd1 {
	float: left;
	width: 760px;
	height: 100px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

#colAd {
	float: left;
	width: 800px;
	height: 100px;
	padding-bottom: 20px;
}

#colCar {
	float: left;
	width: 760px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

/* Rides page tables */

#colCar1 table.cars {
	width: 96%;
	border-collapse: collapse;
	border: 5px outset rgb(0,0,0);
	margin:0 auto;
}
#colCar1 tr:nth-child(even) td{
    background-color: rgb(255,255,255);
	color: rgb(175,0,0);
}

#colCar1 tr:nth-child(odd) td{
    background-color: rgb(175,0,0);
	color: rgb(255,255,255);
}

#colCar1 tr td:hover  {
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}

#colCar1 tr:nth-child(odd) a:link {
	color: rgb(255,255,255);
}

#colCar1 tr:nth-child(even) a:link {
	color: rgb(175,0,0);
}

#colCar1 td:hover a:link {
	color: rgb(255,255,255);
}

#colCar1 tr:nth-child(odd) a:visited {
	color: rgb(255,255,255);
}

#colCar1 tr:nth-child(even) a:visited {
	color: rgb(175,0,0);
}

#colCar1 td:hover a:visited {
	color: rgb(255,255,255);
}

/* End rides page tables */

#colOne {
	float: right;
	width: 550px;
	margin-top: 20px;
	padding-right: 20px;
}

/* Years/locations Page Table */

#colOne table.cars {
	width: 100%;
	border-collapse: collapse;
	border: 5px outset rgb(247,241,83);
}

#colOne table.cars td.odd{
	background-color: rgb(247,241,83);
	color: rgb(0,0,0);
}

#colOne table.cars td.odd td:hover  {
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}

#colOne table.cars td {
	width: 70px;
	background-color: rgb(0,0,0);
	color: rgb(247,241,83);
}

#colOne table.cars td:hover {
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}

#colOne table.cars a:link {
	color: rgb(19,96,160);
}

#colOne table.cars td.odd a:link {
	color: rgb(192,192,192);
}

#colOne table.cars td:hover a:link {
	color: rgb(255,255,255);
}

#colOne table.cars td.odd td:hover a:link {
	color: rgb(255,255,255);
}

#colOne table.cars a:visited {
	color: rgb(19,96,160);
}

#colOne table.cars td.odd a:visited {
	color: rgb(192,192,192);
}

#colOne table.cars td:hover a:visited {
	color: rgb(255,255,255);
}

#colOne table.cars td.odd td:hover a:visited {
	color: rgb(255,255,255);
}

#colOne font.r {
	color: rgb(175,0,0);
}

/* End Years/locations page */

/* Sitemap */

#sitemap {
	background: rgb(192,192,192);
	color: black;
	width: 800px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
}

#sitemap table {
	width: 750px;
	margin-left:auto;
	margin-right:auto;
}

#sitemap h3 {
	color: rgb(175,0,0);
}

/* Footer */

#footer {
	width: 800px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 80px;
	color: rgb(192,192,192);
	background: rgb(0,0,0);
}

#footer a {
	margin: 0px;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	color: rgb(192,192,192);
}

#footer p {
	margin: 0px;
	text-align: center;
	padding-top: 15px;
	font-size: 11px;
	color: rgb(192,192,192);
}

#footer a:hover {
	margin: 0px;
	text-align: center;
	font-size: 11px;
	color: rgb(192,192,192);
}

#footer font.r {
	color: rgb(175,0,0);
}