/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #CCCCCC;
	margin:0;
	padding: 0px;
	width: 100%;
}
#header {
    position:relative;
    background:#FFFFFF url(images/catscars.jpg) top left no-repeat;
	margin:0;
	height: 100px;
	padding:0;
}
#header span {
    position:absolute;
	color: #333333;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	letter-spacing: 0.5em;
	padding: 30px 0 0 420px;
	margin:0;
	border:0;
}

#wrapper {
	margin: 0px;
	padding: 10px;
	background-color: #CCCCCC;
	width:95%;
}
#wrapper #leftcontent {
    position:relative;
	float: left;
	padding:5px;
	margin:5px;
}
#wrapper #rightcontent {
    position:relative;
    float:right;
	padding:5px;
	margin:5px;
}
.clear {
clear:both;
}
/* Holly Hack Targets IE Win 6 Below only \*/
* html .clear {height:1%;}
.clear {display:block;}
/* End Holly Hack */

#menu {
	background-color: #433D2E;
	padding: 2px 0 2px 2px;
	border: 0px solid #000000;
	margin:0;
}

#menu a {
	background-color: #FF0000;
	padding: 0 15px 0 12px;
	margin: 0;
	text-transform: lowercase;
	letter-spacing: 0.2em;
	font-weight: bold;
	background:#666666;
	text-decoration:none;
}

#menu a:link {
	color: #CCCCCC;
}
#menu a:visited {
	color: #CCCCCC;
}
#homepage #home, #auctpage #auct, #carpage #cars, #supportpage #supp, #contactpage #cont {
	color: #000000;
	background:#999999;
}
#menu a:hover {
	color: #000000;
	background:#CCCCCC;
}
#menu a:active {
	color: #FF0000;
}
#wrapper img {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
#footer {
	background: #7D7355;
	width:50%;
	height:auto;
	padding:0;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	color:#CCCCCC;
}
#wrapper #rightcontent #imagetwo {
	position:absolute;
	background-color: #FFFF99;
	left: 25px;
	top: 319px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	left: 14px;
	top: 323px;
	font-size: 12px;
	padding: 1px;
}
#wrapper #leftcontent #imageone {
	position:absolute;
	background-color: #FFFF99;
	left: 25px;
	top: 319px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
}
.body-copy {
color:#660000;
margin:5px 0 0 100px;
}

