﻿body {
	margin: 0px;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	font-size: 0.75em;
}
/* Styles for DIV tags */
#container {
	border: 4px ridge #C0C0C0;
	border-right: 4px ridge #C0C0C0;
	border-bottom: 4px ridge #C0C0C0;
	border-left: 4px ridge #C0C0C0;
	background-color: #FFFFFF;
	background-image: url('../images/mainstreet motorcycles.JPG');
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#masthead {
	background-position: right top;
	background-color: #FFFFFF;
	padding: 15px;
	background-image: url('../images/mainstreet motorcycles.JPG');
	background-repeat: no-repeat;
}
#navigation {
	border-style: solid;
	border-width:2px;
	margin-left: 131px;
	background-color: #FF6600;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color: #FFFFFF;
	padding: 5px;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#column_left {
	float: left;
	color: #000000;
}
#column_right {
	background-color: #FF6600;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#footer {
	background-color: #FFFFFF;
	padding-top: 15px;
}
/* Styles for Masthead */
#masthead h1 {
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#masthead h3 {
	color: #0000FF;
	margin-bottom: 0px;
}
#masthead a {
	color: #000000;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: blink;
	color: #FF6600;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	background-color: #FF6600;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 2px solid #000000;
	text-decoration: none;
	color: #000;
}
#navigation a:hover {
	background-color: #000000;
	border: 1px solid #FF6600;
	color: #FFFFFF;
	text-decoration: blink;
}
/* Styles for Right Column */
#column_right h4 {
	color: #0000FF;
}
#column_right p {
	color: #000000;
	font-size: 0.9em;
}
#column_right a {
	color: #0000FF;
}
#column_right a:hover {
	text-decoration: blink;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #0000FF;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: x-large;
	color: #0000FF;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: large;
	color: #0000FF;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-size: medium;
	color: #0000FF;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 {
	font-size: x-small;
	margin-top: 0px;
	color: #0000FF;
}
h6 {
	font-size: xx-small;
	margin-top: 0px;
	color: #0000FF;
}
a {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: blink;
	color: #000000;
	font-weight: bold;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.85em;
	text-align: center;
	color: #000000;
}
#copyright p {
	font-size: 0.8em;
	color: #000000;
}
#footer a {
	color: #FF6600;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: blink;
	color: #000000;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


