body {
	background-image: url(../images/bobtrottercyles/body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.line {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999;
	margin-top: 10px;
	margin-bottom: 10px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a:link {
	color: #F00;
}

a:hover {
	color: #900;
}
a:visited {
	color: #F00;
}


#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#header {
background-color:#fff;
float:left;
width: 960px;
}

.logo {
	float: right;
}
.tel {
	float: left;
	margin-top: 27px;
background-color:#fff;
}

#content {
	background-color: #cccccc;
	padding: 10px;
float:left;
}

.section_left {
vertical-align:top;
}

.leftside {
	float: left;
margin:0 20px 0 0;
padding:0;
width:230px;
}
.menu {
	float: left;
margin:0;
padding:0;
}
.menu ul {
margin:0 0 10px 0;
padding:0;
}

.menu li {
	display: block;
	padding: 5px;
	margin-bottom: 10px;
margin-top:0px;
	text-align: right;
	background-color: #999;
}
.menu li a {
	height: 20px;
	width: 205px;
	display: block;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	padding-top: 32px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #000;
}
.menu li a:hover {
	color: #000;
	background-color: #FFF;
}
.menu .bot {
	margin: 0px;
}

.main {
	float: left;
padding-right:10px;
	width: 450px;
}
.main p {
	line-height: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.main ul {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 18px;
}
.main .makes {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
}
.rightside {
	float: right;
	width: 217px;
}
.rightside img {
	background-color: #999;
	padding: 5px;
	margin-bottom: 10px;
}
.rightside h3 {
	color: #F00;
	padding-bottom: 10px;
}
.rightside .bottom {
	margin: 0px;
}
#footer {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}
#footer .copyright {
	float: left;
}
#footer .designedby {
	float: right;
}   
