body 
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
}

.link {
	font-size: 25px;
	text-decoration:none;
}

.bg {
	background-image:url(gfx/site/tns.jpg);
	background-repeat:no-repeat;
}

.thinborderfloat {
  border:solid 1px silver;
  padding:5px;
} 

.galbg{
	background-color: #807e7f;
}

.morebg{
	background-color: #807e7f;
	border-color:#eb880e;
	border-style:solid;
	border-width: 1px;
}

.title {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	border-bottom : 2px solid #eb880e;
}
.subtitle {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight: bold;
}
A:link {
	color:#807e7f; 
}

A:active {
	color:#807e7f; }

A:visited {
	color:#807e7f; 
}
A:hover {
	color:#eb880e;
}
.tinytable {
	font-size:12px;
	color:#000000;
	border-color: #666666;
	border-width:thin;
}
.tinytitle {
	color: #666666;
	font-weight:bold;
}

.tinyundertitle {
	color: #666666;
	font-weight:bold;
	border-bottom : 1px solid #666666;
}

.tdyellow {
    color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF5BC;
}

tr.tdyellow:hover{ background-color:#F9EA93 } 
tr.tdlight:hover{ background-color:#F9EA93 }

.tdlight {
    color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E5E5E5;
}

/* LAYOUT */
#image {
position: absolute;
width : 1000px;
height: 599px;
background: url(gfx/site/tns.jpg) top left no-repeat;
}
#airride {
position: absolute;
width : 127px;
height: 24px;
left: 44px;
top: 198px;
}
#suspension {
position: absolute;
width : 127px;
height: 24px;
left: 44px;
top: 232px;
}
#wheels {
position: absolute;
width : 127px;
height: 24px;
left: 44px;
top: 264px;
}
#gallery {
position: absolute;
width : 127px;
height: 24px;
left: 44px;
top: 299px;
}
#links {
position: absolute;
width : 127px;
height: 24px;
left: 44px;
top: 330px;
}
#contact {
position: absolute;
width : 127px;
height: 24px;
left: 44px;
top: 364px;
}
