body {background-color:rgb(255,239,181); /* "Ages Past" yellow */
	background-image:url(/images/bg.jpg)}

/* default parameters for "classless" tags */


P,UL,OL,TD,TH,H1,H2,H3,H4,H5,DL,A,DIV {
font-family: "Times New Roman", serif;
font-size: 13pt;
color: rgb(116,41,41); /* dark brown */
}

SPAN.phone, P.phone {
font-size: 16pt;
font-weight: bold;
color: rgb(116,41,41); /* dark brown */
}


TD, TH {
font-size: 11pt;
font-weight: bold;
padding-top: 0;
padding-bottom: 0;
}

DD, DT {
font-size: 13pt;
font-weight: normal;
}

DT {
font-weight: bold;
}

H1{
font-size: 24pt;
font-style: italic;
font-weight: bold;
color: rgb(214,33,16); /* Ages Past red */
}

H2 {
font-size: 16pt;
font-weight: normal;
}

H3 {
font-size: 14pt;
font-weight: normal;
}

P,UL,OL {
font-size: 13pt;
font-weight: normal;
margin-bottom: 0;
}



A, A:link { /* A for Netscape browsers that do not support pseudo classes */
font-size: 13pt;
font-weight: normal;
color: rgb(214,33,16); /* "Ages Past" red */
text-decoration: underline;
}

A:visited  {
font-size: 13pt;
font-weight: normal;
color: rgb(180,96,46); /* light brown */
text-decoration: underline;
}

IMG.no-underline {
text-decoration: none;
}

IMG.inline {
padding-top: 10px;
padding-right: 30px;
padding-bottom: 10px;
padding-left: 30px;
}

/* styles for the thumbnail column */

TD.thumb, TH.thumb {
/* background-color:	black; */
padding-top: 10px;
padding-bottom: 10px;
}

IMG.thumb {
border-color: rgb(214,33,16); /* "Ages Past" red *//* in Netscape, the colour of the spurious small rectangle. */
border-style: solid;
border-width: 0px; /*  leaving this out gets rid of the spurious box in Netscape */
text-decoration: none;
color: rgb(214,33,16); /* "Ages Past" red */ /* border colour of a linked image in Netscape */
}

P.thumb {
font-size: 10pt;
font-style: italic;
color:	rgb(180,96,46); /* light brown */
}

A.thumb, A.thumb:link, A.thumb:visited { /* A.thumb for Netscape browsers that do not support pseudo classes */
font-size: 10pt;
font-weight: normal;
font-style: italic;
color:  rgb(180,96,46); /* light brown */
text-decoration: none;
border-width: 0 ; /*  Generally, a border round the liked item is not desirable */
}

/* styles for displaying a featured vehicle  */

IMG.display {
border-color: rgb(214,33,16); /* "Ages Past" red */
border-style: solid;
border-width: 0;/* leaving it out gets rid of the spurious box in Netscape */
}

P.display, H1.display {
font-size: 19pt;
font-style: italic;
font-weight: bold;
text-align: center;
color:	rgb(214,33,16); /* "Ages Past" red */
}

P.price {
font-size: 18pt;
font-weight: bold;
color:	rgb(214,33,16); /* "Ages Past" red */
text-align: center;
}

/* styles for the navigation bar */
P.navbar {
font-size: 10pt;
font-weight: normal;
}

A.navbar, A.navbar:link { /* A.navbar for Netscape browsers that do not support pseudo classes */
font-size: 10pt;
font-weight: normal;
color: rgb(214,33,16); /* "Ages Past" red */
text-decoration: underline;
}

A.navbar:visited {
font-size: 10pt;
font-weight: normal;
color: rgb(180,96,46); /* light brown */
text-decoration: underline;
}

SPAN.navbar {
font-size: 10pt;
font-weight: bold;
color: rgb(214,33,16); /* "Ages Past" red */
text-decoration: none;
}

SPAN.navbar_reverse {
font-size: 10pt;
font-weight: normal;
background-color: rgb(214,33,16); /* "Ages Past" red */
color: rgb(255,239,181); /* "Ages Past" yellow */
text-decoration: none;
}

SPAN.display {
font-size: 19pt;
font-weight: bold;
font-style: italic;
color: rgb(214,33,16); /* "Ages Past" red */
}

/* Note that A.thumb color, in Netscape, controls both image border and caption text
   but has no effect in IE or Mozilla.

   IMG.thumb border-color, in Netscape, controls the small unwanted rectangle twixt image and text.
   In both IE and Mozilla, it does what it should, viz control the image border colour. */

DIV#header_left {
width:	315px;
float:	left;
text-align: left;
/* border-style: solid;
 border-width: 1px; */
}

DIV#header_centre {
position: relative;
top: 13px;
width:	165px;
height: 50px;
float:	left;
text-align: center;
font-size: 12pt;
font-weight: bold;
color: rgb(116,41,41); /* dark brown */
/* border-style: solid;
border-width: 1px; 
border-color: orange; */


}

DIV#header_right {
width:	130px;
position: relative;
top:	25px;
float:	right;
text-align: right;
font-size: 16pt;
font-weight: bold;
color: rgb(116,41,41); /* dark brown */
/* border-style: solid;
border-width: 1px; */
}

DIV#navbar1,DIV#navbar2 {
width:	100%;
clear:	both;
text-align: center;
/*
border-style: solid;
border-width: 1px;
border-color: blue; */
}

DIV#footer_left {
position: relative;
top: 10px;
width:	150px;
height: 32px;
float:	left;
text-align: left;
/* border-style: solid;
border-width: 1px; 
border-color: red; */
}

DIV#footer_centre {
position: relative;
top: 13px;
width:	40%;
height: 32px;
float:	left;
text-align: center;
font-size: 16pt;
font-weight: bold;
color: rgb(116,41,41); /* dark brown */
/* border-style: solid;
border-width: 1px; 
border-color: orange; */


}

DIV#footer_right {
position: relative;
top: 0px;
width:	200px;
height: 80px;
float:	right;
/* font-size: 13pt; */
text-align: left;
/* border-style: solid;
border-width: 1px;
border-color: yellow; */
}


