html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
	font-family:Arial, Helvetica, sans-serif
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {height: 100%}
body {	
	width: 100%;
	height: 100%;
	background:#b6b6b6 url(images/backgroundPattern.png) ;
	
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 700px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	margin-top:25px;
	height: 100px;
	background: right url(images/logo.png) no-repeat;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 250px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom:25px;
	padding-bottom: 350px;
	background: url(images/allcars.png) no-repeat left bottom;
}
#content {
	padding: 0 0 0 310px;
}

#content table{
	text-align:left;
}
td, th {
	padding: 5px;
}
th {
	padding-top: 15px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 290px;
	margin-left: -100%;
	position: relative;
	padding-bottom:
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 700px;
	margin: -250px auto 0;
	height: 250px;
}

/* Content
-----------------------------------------------------------------------------*/
.headerList {
		  font-family: Arial  Helvetica  sans-serif;
		  color: #992215;
		  font-weight:bold;
		  margin: 0px 0px 20px 0px;
		  font-size: 24px;
		  margin-top:25px;
}

#header ul li{          
		  list-style-type:none;
		  margin: 5px 0px 0px 0px;
		  padding: 0px;
		  font-family: Arial Helvetica sans-serif;
		  font-size: 18px;
		  font-weight: bold;
		  line-height: 24px;
		  color: #992215;
		  
}

.contentList{
		  margin:0px;
		  padding:0px;
		  list-style-type:none;
		  margin-bottom:25px;		  
}
.contentList a {
		  color: #000000;
		  font-family:Calibri, Myriad pro, Verdana, Arial;
		  font-size:14px;
		  line-height:21px;
}
.linkImg {
		  border:none;
		  text-decoration:none;
}
.linkImg img{
		  border:none;
		  text-decoration:none;		  
}

#home {
	position: relative;
	margin-top: -25px;
	text-align: right;
}

#baners {
	float: right;
	width: 300px;
	height: 100px;
}
