 /* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #660066;
	text-align: center;	
	font-size: 0.9em;
	color: #663366;
}

#wrapper {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;
}

#header {
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image:  url(../Graphix/corner_top.gif);
	margin-bottom: 20px;
	position: relative;
	height:1%;
}

#logo {
	position: absolute;
	left:50px;
	top: 20px;
}

#leftcol {
	float: left;
	width: 180px;
	padding-left: 10px;
}

#rightcol {
	float: right;
	width: 480px;
	padding-right: 30px;
	padding-top: 10px;
}

#rightcol p{
	margin-bottom: 20px;
}

#rightcol a {
	color: #CC0066;
}

#rightcol a:hover {
	text-decoration: underline;
}

#footer {
	background-image:  url(../Graphix/corner_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	padding-top: 55px;
	clear: both;
	height: 1%;
}

#sitebymark {
	text-align: center;
	margin-top: 5px;
	font-size: 0.8em;
	color: #FFFFFF;
	margin-bottom: 10px;
}

#sitebymark a{
	color: #CCCCCC;
}

#sitebymark a:hover {
	color: #339933;
}

/*---------------------------------*/

#nav {
	margin-left: 15px;
	margin-top: 25px;
}

#nav a {
	display: block;
	color: #FF3366;
	background-image:  url("../Graphix/slash.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 9px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#nav a:hover {
	color: #663366;
	background-image:  url("../Graphix/slash2.gif");
}

#nav ul {
	list-style-type: none;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}

#nav li {
	margin-top: 1px;
	margin-bottom: 1px;
	height: 1%;
}

/*---------------------------------*/

a {
	text-decoration: none;
}

a:hover {}

a:visited {}

h1,h2,h3,h4 {
	margin-bottom: 7px;
}

h2 {
	font-size: 1.3em;
	color: #663366;
}

img {
	margin-right: 20px;
}

ul {
	margin-bottom: 30px;
}

li {
	list-style-type: none;
}
/*---------------------------------*/

.quality {
	text-align: right;
	margin-right: 25px;
}

.stuff {
	font-weight: bold;
	color: #663366;
	padding-left: 370px;
	padding-right: 40px;
}

.hide {
	text-indent: -9000px;
}

.address {
	color: #663366;
	padding-bottom: 3px;
	padding-left: 20px;
	font-size: 0.7em;
}

.address a {
	color: #FF3366;
}

/*---------------------------------*/

.welcome, .racepaint, .insurance, .testimonials, .about, .contact, .repairs, .gallery {
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 20px;
	text-indent: -2000px;
}
.welcome {
	background-image: url(../Graphix/welcome.gif);
}
.racepaint {	
	background-image: url(../Graphix/racepaint.gif);
}
.insurance {	
	background-image: url(../Graphix/insurance.gif);
}
.testimonials {	
	background-image: url(../Graphix/testimonial.gif);
}
.about {
	background-image: url(../Graphix/about.gif);
}
.contact {
	background-image: url(../Graphix/contact.gif);
}
.repairs {
	background-image: url(../Graphix/repairs.gif);
}
.gallery {
	background-image: url(../Graphix/gallery.gif);
}

/*---------------------------------*/

.floatleft {
	float: left;
}
.floatright {
	float: right;
}

.imagebox {
	margin-bottom: 20px;
	text-align: center;
}

.centre {
	text-align: center;
}

.padding {
	margin: 15px;
}

blockquote {
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

blockquote p{
	font-style: italic;
	color: #000000;
}

blockquote img {
	float: left;
}

