body 
{
	background-color:#EAEAEA;
	text-align:center;
	font-family: Arial, sans-serif;	
}

div#page
{
	background-image: url('images/background.png');
	background-repeat: repeat-y;
	background-color: #FAFAFA;	
	margin:auto;
	text-align:center;
	width:770px;
}

div#topBorder
{
	background-image: url('images/background_top.png');
	background-repeat: repeat-y;
	background-color: white;
	display:block;
	height: 14px;
	font-size:2px;
}

div#bottomBorder
{
	background-image: url('images/background_bottom.png');
	background-repeat: repeat-y;
	background-color: white;
	display:block;
	height: 14px;
	font-size:2px;	
}

div.grayBar
{
	background-image: url('images/grayBar.png');
	background-repeat: repeat-x;
	background-color: gray;
	border: 1px solid white;
	height: 23px;
	margin:auto;
	width: 750px;
	padding-top: 7px;
	font-size: 13px;
}

div.grayBar a
{
	float: right;
	margin: 0 10px;
	color: #4444CC;
}

div#header
{
	height: 127px;
	background-image: url('images/car.jpg');
	background-repeat: no-repeat;
	background-color: #FAFAFA;
	background-position: left center;
	margin:auto;	
	width: 750px;
}

div#header a
{
	height: 97px;
	width: 350px;
	text-align: left;
	color: #FF7700;
	font-size:20px;
	text-decoration: none;
	padding-top: 30px;
	padding-left: 400px;
	display: block;
}

div#content
{
	width: 710px;
	margin:auto;
	font-size: 12px;
	text-align: justify;
	padding: 30px 10px;
}

table.car
{
	width: 90%;
	margin-bottom: 30px;
}

td.image
{
	width:210px;
}

img.car
{
	width: 200px;
}

a.carLink
{
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

a.paging
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 5px;
}

div.carTitle
{
	font-family: Verdana, sans-serif;
	font-size: 16px;
}

div.carInfo
{
	margin: 20px 5px 10px 30px;
}

td.photo
{
	width: 250px;
	text-align:center;
}

table.admin
{
	border-collapse: collapse;
	width: 90%;
}

table.admin tr td,th
{
	border: 1px solid black;
	padding: 2px;
}

a.delete
{
	color: #000000;
	font-size: 15px;
}

div.grayBar a.actionCar
{
	color: #CC0000;
	float: none;
	font-weight: bold;
	margin: 0 2px;
}

div.grayBar a.copy
{
	color: #000000;
	float: none;
	font-weight: bold;
	margin: 0;
}

a img
{
	border-style: none;
}

.warning
{
	color:red;
	font-style: italic;
	display: block;
	margin: 10px 0 20px 0;
}

.listing
{
	color: #4444CC;
}

.listing a
{
	color: #3333CC;
}

.contact
{
	font-family: Georgia, serif;
	font-size:18px;
	margin-left: 20px;
}
