@charset "UTF-8";
/* CSS Document */


a:link {
	color:#258fb8;
}

a:visited {
	color:#258fb8;
}

a:hover {
	color:#996600;
	text-decoration:underline;
}

a:active {
	color:#996600;
}

a:focus {
	color:#996600;
}

.body_main {
	background-color:#6c6a6d;
	font-size:90%;
}

.container {
	width:100%;
	text-align:center;
	clear:both;
	position:inherit;
}

.content {
	text-align:left;
	width:950px;
	color:white;
	position:inherit;
	margin:auto;
	background-image:url(./images/content_bg.jpg);
	background-repeat:repeat-y;
}

.bikes_container {
	width:900px;
	margin:auto;
	margin-top:10px;
	background-color:black;
	color:white;
	padding:10px 10px;
}

.page_title {
	width:900px;
	height:20px;
	background-color:black;
	padding:7px;
	margin:10px auto;
	vertical-align:middle;
}

.title {
	width:5%;
	font-size:130%;
	font-weight:bold;
}

.caption {
	text-align:right;
}

.maker {
	width:200px;
}

.pic_container {
	width:900px;
	position:relativet;
}

.custom_discription {
	width:900px;
}

.point {
	color:yellow;
	font-weight:bold;
}

.foot {
	
}