body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #000000;
}
#header {
	background-color: #FFFFFF;
	border: 2px solid #D11600;
	width: 745px;
	margin-left:auto;
	margin-right:auto;
}
#menu {
	width: 745px;
	margin-left:auto;
	margin-right:auto;
}
#main {
	background-color: #FFFFFF;
	border-left: 2px solid #D11600;
	border-right: 2px solid #D11600;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
}
#mainleft {
    float:left;
	border-right: 2px solid #D11600;
	width:350px;
	height:325px;
	    background-image: url(images/car001.jpg);
	background-position: right bottom;
		background-repeat: no-repeat;
}
.link1 {
	color:#000000;
    text-decoration:none;
}
.link1:hover {
	color:#000000;
	text-decoration:underline;
}
.leftpad15 {
	padding-left: 15px;
}
#mainright {
    float:right;
	width:348px;
	height:325px;
	background-image: url(images/joel.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.glossary {
	text-align:left;
	border:1px solid black;
	margin:0px 10px 10px 10px;
	padding:3px;
}
#prefooter {
	width: 745px;
	height: 26px;
	margin-left:auto;
	margin-right:auto;
}
#footer {
	width: 745px;
	height: 90px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	border: 2px solid #D11600;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
.pagetitle{
	background-image:url(images/bkgtitle.jpg);
	background-repeat:repeat-x;
	padding: 5px;
	font-size: 14pt;
	font-weight: bold;
}
