body {
	margin: 0px;
	padding: 0px;
	background-color: #eee;
}

html, body {
height: 100%;
}

h1 { font-size:20px; margin-top:0px;}
h2 { font-size:16px;}

img.portrait { float:left; padding:2px;margin:3px; border:thin; border-style:solid; }
.motor_menu { text-align:center; padding:5px; }


a:link {color: #FFFFFF;text-decoration: none;}
a:visited {color: #FFFFFF;text-decoration: none;}
a:hover {color: #CCCCCC;text-decoration: none;}
a:active {color: #FFFFFF;text-decoration: none;}
a.motor_menu:link {color:#4a0500;text-decoration:none;font-weight:bold;}
a.motor_menu:hover {color:#999999;text-decoration:none;font-weight:bold;}
a.motor_menu:visited {color:#4a0500;text-decoration:none;font-weight:bold;}
a.motor_menu:active {color:#4a0500;text-decoration:none;font-weight:bold;}



.header {
	display:block;
	width:100%;
	height:338px;
	background-color:#4a0500;
	background-image:url(/IMAGES/header-bg.png);
}
.header_left {
	display:inline;
	width:50%;
	height:321px;
	background-image:url(/IMAGES/scott_wright.jpg);
	background-repeat:no-repeat;
	float:left;
}
.header_right {
	display:inline;
	width:50%;
	height:64px;
	float:right;
	text-align:right;
}
.title_text {
	height:64px;
}
#menu {
	margin-left:34px;
	margin-top:45px;
	font:Helvetica;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	line-height:20px;
}
#title {
color:#FFFFFF;
margin-right:40px;
font-size: 36px;
}
#address {
color:#FFFFFF;
margin-right:40px;
font-size: 14px;
}
#top_images {
	width:596px;
	height:250px;
	background-image:url(/IMAGES/top_photos.jpg);
}



.content {
	display:block;
	width:100%;
	height:auto;
	background-color:#eee;
	text-align:left;
}

.left_column {
	width:250px;
	float:left;
	background-color:#EEE;
	text-align:left;
}

.center_column {
	background-color:#EEE;
	margin-left:275px;
	margin-right:275px;
	text-align:justify;
}
.right_column {
	float:right;
	width:250px;
	background-color:#EEE;
	text-align:right;
}
.footer {
	width:100%;
	display:block;
	font:Helvetica;
	background-color:#4a0500;
	text-align:center;
	clear:both;
}
.copyright {
color:#FFFFFF;
text-align:center;
font-size: 14px;
}
