body{
	background: #FFF;
	margin: 0px;
	padding: 0px;

	font-family: Arial;
}

a{
	color: #00589B;
}
a:hover{
	color: #FF0000;
}
div#container{
	width: 1000px;
	border:0px;
	margin: auto;
}
div#header{
	background: url(../images-toyota/header-bg.png) no-repeat #FFF;
	height: 112px;
}
div#name{
	float: left;
	width: 350px;
	margin: 30px 0px 0px 420px;	
}
div#name a{
	font-size: 42px;
	color: #6A92BD;
	text-decoration: none;
}
div#name a:hover{
	color: red;
}


div#logo{
	float: right;
	width: 180px;
	margin-top: 10px;
	
}

div#menu{
	background: #AA0000;
	height: 35px;
}
div#menu table td{
	padding: 7px 0px 0px 0px;
	text-align: center;
}
div#menu table td a{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
div#footer{
	background: #84A1AB;
	height: 35px;
	color: #fff;
	font-size: 11px;
}

div#clear{
	clear: both;
}
div#footer div{
	padding: 10px 0px 0px 200px;
}
div#left-menu{
	float: left;
	width: 180px;
	background: url(../images-toyota/left-bg.png) #F5F5F5;
}
div#left-menu div{
	margin: 20px;
	line-height: 18px;
}
div#left-menu div a{
	color: #AA0000;
	font-size: 12px;
}
div#left-menu div a:hover{
	color: #000;
}

div#main{
	float: right;
	width: 790px;
	margin: 10px;
	color: #464646;
	font-size: 12px;
}

h3{
	color: #AA0000;
	font-size: 20px;	
	margin: 0px 0px 15px 0px;
}

div#right{
	float: right;
	width: 160px;
	margin: 0px 0px 0px 10px;
}
div#left{
	float: left;
	width: 600px;
}
.table th{
	background: #BACAD0;
	font-weight: normal;
	text-align: left;
	padding-left: 25px;
	height: 25px;
}
.table tr.col{
	background: #EBEBEB;
}
.table td{
	text-align: left;
	padding-left: 25px;
	height: 25px;
}
.small{
	font-size: 10px;
}
.tr1{
	background: #DEDEDE;
}
.td1{
	padding: 1px;
	padding-left: 9px;
}