							
									
									        /* general */
									        
html {
   overflow: -moz-scrollbars-vertical; /* always shows scrollbar on short pages */
   overflow-y: scroll; /* always shows scrollbars on short pages for IE8 */
	} 

body { 
margin: 0; 
padding: 0; 
background-color: silver; 
color: #000; 
text-align: center;
} 

table {
	border-collapse: collapse;
} 
                                      

table, td, tr, p	{
	color: #000000;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;	
}
img {
border: 0;
}

h6     { 
font-family: arial; 
font-size: 12pt; 
margin: 15px 20px 0 0;
padding: 0;
 }
.main {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background-color: #FFFFFF;
}
.logo {
	text-align: center;
	vertical-align: middle;
	width: 400px;
	height: 221px;
}
.phone {
	width: 580px;
	text-align: right;
	vertical-align: top;
}
.navholder {
	text-align: center;
	vertical-align: bottom;
}
.navigation {
	margin-left: auto;
	margin-right: auto;
	width: 890px;
	height: 49px;
}
.navbutton {
	width: 176px;
	text-align: center;
	vertical-align: bottom;
}
.carimagetb {
	width: 950px;
	background-color: #535456;
}
.carcell {
	width: 950px;
	height: 382px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
}
.white {
	background-color: white;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
}
.copyright {
	text-align: left;
	vertical-align: center;
	color: #ffffff;
	background-color: #535456; 
	font-size: 12px;
	padding: 10px; 15px 10px 15px;
}


a:link  {
	color: #000066;
	text-decoration: underline;
}

a:active	{
	color: #000066;
	text-decoration: underline;
}

a:visited 	{
	color: #000066;
	text-decoration: underline;
}

a:hover 	{
	color: #000066;
	text-decoration: none;
}