﻿@charset "utf-8";
/* website and css by anthony rigby - guitar@mocohq.com */

html, body { 
	height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: url('design_images/bg.jpg') #2aa027;
	text-align: center;
	font-size: 12px;
	color: #333333;
}
a {
	text-decoration: none;
	color: #006600;
}
a img {
	border: 0px;
}
.picborder {
	border: 1px solid #000000;
}

.container {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	background: #ffffff;
}
.content_container {
	width: 960px;
	margin-right: 20px;
	margin-left: 20px;
}
.banner {
	width: 960px;
}
.maincontent_left {
	width: 580px;
	float: left;
}
.maincontent_left2 {
	width: 570px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
}
.maincontent_right {
	width: 380px;
	float: left;
	text-align: center;
}
.footer {
	width: 960px;
	text-align: center;
}
.garages {
	width: 960px;
}
.garagebox {
	width: 137px;
	text-align: center;
	float: left;
}
.form {
	text-align: center;
	background-color:#CCCCCC;
}

/* CLEARS */

.clear {
	clear: both;
}

/* FONTS */

.header {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
}