﻿body {

    margin: 0px;
    padding: 0px;
    background-image: url(images/main_bg.gif);  
}

#container
{
	margin: 20px auto;
	width: 1000px;
	height: 800px;	
}

#main
{
    width: 965px;
    height: 612px;
    border: 1px solid #cccccc;
    margin-left: 14px;
}

#bg
{
    background-color: #fff;
    height: 730px;
    width: 1000px;
}

#header
{
   background-image: url(images/header_bg.png);
   background-repeat: no-repeat;
   height: 79px;
}


#leftTop
{   
    float: left;
    width: 732px;
    height: 168px;
    background-image: url(images/car.jpg); 
}

#login
{
    float: right;
    width: 233px;
    height: 168px;
    background-image: url(images/login.png);  
}

#left
{
    
    float: left;
    width: 732px;
    height: 32px;
    background-image: url(images/carbottom.jpg);  
}

#right
{   
    float: right;
    background-image: url(images/sidebar.png); 
    width: 233px;
    height: 424px;
}

#footer
{
	clear: both;
	margin-left: 14px;
	margin-top: 5px;
	width: 965px;
	height: 100px;
	
	
}

/*tabs*/


/*tabs*/


#tabs
{
	
	position: relative;
	top: 0px;
	left: 0px;
	width: 650px;
	height: 20px;
	display: block;
	
	
}

#tabs a
{
	float: left;
	display: block;
	
	text-decoration: none;
	font-family: Trebuchet MS;
	text-align: center;
	padding:  0px 10px 0px 10px;
	border-right: 1px solid #c0c0c0;
	height: 20px;
}

.LinkButtons
{
	color: Black;
}
a.LinkButtons:hover
{
    background: #00457b;
    color: #fff;
    height: 20px;
   
}

.HyperLink
{
	color: Black;
}
a#HyperLink1:hover
{
  
    background: #00457b;
    color: #fff; 
    height: 20px;    
}




