/* CSS Document */

/*CYCLEBOYZ HOMEPAGE*/
body {
margin:auto;
background-color:#C8C8C8;
}


#Table_01 {
	position:absolute;
	left:0px;
	top: 0px;
    left: 10%;
    width:850px;
	height:1191px;
	
	
}
#LOGO-tba {
	position:absolute;
	left:0px;
	top:0px;
	width:850px;
	height:215px;
}

#home {
	position:absolute;
	left:0px;
	top:215px;
	width:148px;
	height:51px;
}

#about {
	position:absolute;
	left:148px;
	top:215px;
	width:135px;
	height:51px;
}

#bikes {
	position:absolute;
	left:283px;
	top:215px;
	width:128px;
	height:51px;
}

#store {
	position:absolute;
	left:411px;
	top:215px;
	width:120px;
	height:51px;
}

#photogallery {
	position:absolute;
	left:531px;
	top:215px;
	width:154px;
	height:51px;
}

#contact {
	position:absolute;
	left:685px;
	top:215px;
	width:165px;
	height:51px;
}

#index-08 {
	position:absolute;
	left:0px;
	top:266px;
	width:850px;
	height:205px;
}


#body_photogallery {
	position:absolute;
	background-image: url('images/body_photogallery.jpg');
	left:0px;
	top:471px;
	width:850px;
	height:558px;
}

#index-15 {
	position:absolute;
	background-image: url('images/footer_contact.jpg');
	left:0px;
	top:1026px;
	width:850px;
	height:162px;
}
#footer {
	position:absolute;
	background-color:#000000;
	left:0px;
	top:1186px;
	width:850px;
	height:100px;
}
#imageholder {
    width:800px;
	height: 550px;
	margin-left: 40px;
	}
.thumbnail
{
    float: left;
    width: 150px;
    margin: 75px 6px 6px 30px;
    font-family:Arial, Helvetica, sans-serif;
	align: center;
	font-size:10px;

}
.clearboth { clear: both; }

.row2_thumbnail
{
    float: left;
    width: 150px;
    margin: 30px 6px 6px 25px;
    font-family:Arial, Helvetica, sans-serif;
	align: center;
	font-size:10px;

}
.subrow_thumbnail
{
    float: left;
    width: 80px;
    margin: 1px 6px 6px 25px;
    font-family:Arial, Helvetica, sans-serif;
	align: center;
	font-size:10px;

}
A:link {border:thin; border:#000000;}
/*A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}
