/* CSS Document */
html,body {
	background-image:url('/assets/images/background-tile.jpg');
	margin: 0px;
	padding: 0px;
	height: 100%; /*Used to enable black page background*/
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#page {
	width: 100%;
	height: 100%;
	background-image: url(/assets/images/background-page.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.maintable {
	width: 750px;
	background-color: #000000;
}

#welcome-text {
	background-image:url('/assets/images/background-tile-red.gif');
	border-top: 1px solid #CC0000;
	padding: 15px 0px 0px 0px;
}

#standard-pageheading {
	background-image:url('/assets/images/large-red-background.gif');
	background-position: center top;
	background-repeat: no-repeat;
	height: 41px;
}

#standard-content {
	background-image:url(/assets/images/large-red-background.gif);
	background-position: center -41px;
	background-repeat: no-repeat;
	height: 41px;
	padding: 15px 25px 15px 25px;
	border-bottom: 1px solid #CC0000;
}

#vehicle-select {
	width: 770px;
}

#textlinks {
	background-color: #000000;
	padding-top: 15px;
}

#textlinks a {
	color: #FF9900;
	text-decoration: none;
	font-size: 1em;
}

#textlinks a:hover {
	color: #FF9900;
	text-decoration:underline;
}

#star-bottom {
	height: auto;
	width: 59px;
	position: relative;
	top: 0px;
	left: 666px;
}

.galleryThumbnail {
	border-right: 2px solid #660000;
	border-bottom: 2px solid #660000;
}