/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#e4e4e4;
	background-image:url(images/pageBg.jpg);
	background-repeat:repeat-x;
	margin-top: 0px;
	padding: 0;
}

.siteTbl {
	margin-top: 20px;
	width: 828px;
	height: 644px;
	background: url(images/bodyBg.png);
}

.header {
	height:65px;
	background:none;
}


.mainLogo {
	margin-left: 34px;
	margin-top: 32px;
}

.modelLogos {
	margin-top: 32px;
	margin-left: 180px;
}

.flash {
	margin-left:12px;
	margin-top: 0px;

}



.boxes {
	margin-left:40px;
	margin-top: 0px;
}


.footer {
	margin-top: 0px;
	width: 828px;
	height: 10px;
}

.link a{
	float:right;
	margin-right: 22px;
	font-size:10px;
	color: #6f6f6f;
	text-decoration:none;
	background: none;
}


