body {
	background-color: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #000000;
}
#top {
	font-family : Tahoma, Arial, Verdana;
	font-size : 18pt;
	font-weight : bold;
	height: 175px;
	width: 468px;
	color : #000000;
	font-style : normal;
	text-decoration: none;
	background-image: url(images/toyota_header.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: 0px -10px;
}
#top p{
	font-family: Tahoma, Arial, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#top h2{
	font-family: Tahoma, Arial, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	position:relative;
	left:135px;
	top:-5px;
}

#top h1{
	font-family: Tahoma, Arial, Verdana;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	position:relative;
	left:35px;
	top:-2px;
}
#top span{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	position:relative;
	left:15px;
	top:0px;
	text-align: center;
}

div.p468x97_ad {
	position: relative;
	height: 97px;
	width: 468px;
	background-color: #000000;
}
div.main {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-decoration: none;
}
div.main_inside {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-decoration: none;
	padding: 4px;
}
li a {
	text-decoration: none;
	color: #0033CC;
}
li.sitemap {
	text-decoration: none;
	color: #0033CC;
	list-style-type: square;
}
div.p728x90_ad {
	height: 150px;
	width: 770px;
	background-color: #000000;
	font-family: Tahoma, Arial, Verdana;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
div.p300x250_ad {
	position: relative;
	height: 250px;
	width: 300px;
	margin:0 auto;
}
div.p160x600_ad {
	position: relative;
	height: 600px;
	width: 160px;
	margin:0 auto;
}
.title {
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
}
.title2 {
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.title3 {
	font-family: Helvetica, Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

h1 {
	font-family: Helvetica, Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

#sub-nav{
	padding-bottom:1px;
	padding-top:10px;
/*Above two lines adjusted based on font height*/

	display:block;
	width:612px;
	border-bottom:1px solid #333;
	background:#292929;
	font-family:"Arial Narrow";
	font-size:12px;
	font-weight:bold;
}

#sub-nav ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#sub-nav li{
	display:inline;
}

#sub-nav a{
	background:#ccc;
	color:#006;
	text-decoration:none;
	padding-bottom:1px;
	border:1px solid #333;
	padding-left:4px;
	padding-right:4px;
}

#sub-nav a:hover{
	background:#fff;
	color:#600;
}

#sub-nav a.current{
	background:#fff;
	color:#000;
	border-bottom:1px solid #fff;
}

