body {
	background-image: url(images/_bg.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding:0;
	height: 100%;
	width: 100%;
}
#rt {
	position:absolute;
	right:0px;
	top:0px;
	width:340px;
	height:99px;
	z-index:1;
}
#mask {
	position:absolute;
	right:340px;
	top:0px;
	width:206px;
	height:99px;
	z-index:2;
}
#table{
	position:absolute;
	left:0px;
	top:133px;
	width:100%;
	height:80%;
	z-index:3;
}
#bottom
{
	background-image:url(images/_bottom_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	vertical-align: bottom;
}
#menu
{
	background-image:url(images/menu.jpg);
	width:265px;
	height:213px;
	background-repeat:no-repeat;
	padding-top:80px;
	vertical-align: top;
}
#menu a
{
	font-size: 18px;
	color: #999999;
	padding-left: 20px;
	font-weight: normal;
	line-height: 30px;
	font-family: "Times New Roman", Times, serif;
}
#menu a:hover
{
	text-decoration: none;
	color: #CCCCCC;
}
#cars {
	position:absolute;
	right:0px;
	top:130px;
	width:246px;
	height:400px;
	z-index:9;
}
#ruen {
	position:absolute;
	right:20px;
	top:5px;
	width:61px;
	height:20px;
	z-index:10;
	font-size: 12px;
}
#ruen a
{
	
	color: #741800;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
#ruen a:hover
{
	text-decoration: none;
	color: #C36005;
}

#content
{
	vertical-align: top;
	border-left: 1px solid #5E0A00;
}
#content h1
{
	text-decoration: none;
	background-color: #FF9933;
	text-align: left;
	font: 80% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 13px;
	margin: 0px 0px 0px 1px;
	padding: 10px 10px 0px 45px;	
}
#content h2{margin: 0px 0px 0px 1px; padding: 10px 10px 0px 45px; font: 90% Arial, Helvetica, sans-serif; color:#FF9933;}
#content a{color:#FF9933;}

#content p{
	color: #666666;
	margin: 10px 0px 0px 45px;
	padding: 0px 0px 0px 0px;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
}
#content span{
	font: 16px Georgia, 'Times New Roman', Times, serif;
	float:left;
	color:#d2d2d2;
	font-weight: bold;
	margin: 10px 0px 0px 7px;
}
#bottom_con {
	background-image: url(images/bottom_center.gif);
	background-position: top;
	background-repeat: repeat-x; 
}
.tr_zag {	
	background-color: #BF9D99;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ffffff;
}
.tr_1 {	
	background-color: #FED9AF;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #9D3F00;
}
.tr_2 {	
	background-color: #FEE4C7;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #9D3F00;
}
.tr_text {
	color: #9D3F00;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	height:18px;
	padding-top:15px;
}
.tr_text a {
	background-color:#F0F0F0;
	width:100px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tr_text a:hover {
	text-decoration: none;
	color: #C36005;
}

input {
	border: 1px solid #FF9900;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 190px;
}

input.button {
	border: 1px solid #FF9900;
	background: #ffffff;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 100px;
}

textarea {
	width: 250px;
	height: 100px;
	border: 1px solid #FF9900;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
strong{
	font-weight: normal;
}