body {
	width: 1024px;
    height: 796px;
    background-image: url(../images/24.jpg);
    margin: 0 auto 0 auto;
 	margin-top: 20px;
}

#background {
	background-position: center top;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
}
/*pictures*/
#pic {
	margin-top: 170px;
	margin-left: 10px;
}

#pics {
    background-image: url(../images/squares.jpg);
	background-color: #000080;
	background-repeat: repeat-x;
	background-repeat: repeat-y;


}
/*paragraph in home page*/
#par {
	margin-top: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin-right: 10px;
}
/*second paragraph in home page*/
#pars {
	margin-top: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
/*paragraph in prices page*/
#parsy {
	margin-top: 172px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin-right: 10px;
	
}

/*paragraph in links page*/
#parsys {
	margin-top: 172px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin-right: 10px;
}

/*paragraph in rentals page*/
#parsysi {
	margin-top: 172px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin-right: 10px;
}

/*position of email contact*/
#mail {
	margin-top: 140px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

/*position of pictures in rentals*/
#pics {
    margin-top: 110px;
	margin-left: 10px;
	padding-bottom: 5px;
}

/*position of pictures in rentals*/
#picsy {
	margin-left: 10px;
	padding-bottom: 5px;
}

/*menu position on home page*/
#left {
	margin-top: 165px;
}
/*menu position on prices page*/
#lefty {
	margin-top: 86px;
}

/*menu position on prices page*/
#leftysy {
	margin-top: 169px;
}

/*menu position on rentals page*/
#leftys {
	margin-top: 123px;
}

/*positon left side of menu*/
#home {
	margin-left: -30px;
	padding-bottom: 5px;
}

#prices {
	margin-left: -30px;
}

#bikes {
	margin-left: -30px;
}

#repairs {
	margin-left: -30px;
}

#custom {
	margin-left: -30px;
}
#rentals {
	margin-left: -30px;
}

#fixeo {
	margin-left: -30px;
}

#links {
	margin-left: -30px;
}
/*navigaton on all pages*/
ul {
	list-style: none;
}

ul a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px -20px;
	width: 0px;
}

ul a:hover {
	text-decoration: none;
}

ul li {
	width: 130px;
	height: 25px;
	padding-top: 3px; 
} 


ul li span {
	display: none;
}

ul li a {
	width: 130px;
	height: 30px;
}

ul li#home a {
    background-image:url(../images/home.jpg);
	background-repeat: no-repeat;
}

ul li#home a:hover {
    background-image: url(../images/home_over.jpg);
	background-repeat: no-repeat;
}

ul li#prices a {
    background-image: url(../images/prices.jpg);
	background-repeat: no-repeat;
}

ul li#prices a:hover {
    background-image: url(../images/prices_over.jpg);
	background-repeat: no-repeat;
}

ul li#bikes a {
    background-image:url(../images/bikes.jpg);
	background-repeat: no-repeat;
}

ul li#bikes a:hover {
    background-image:url(../images/bikes_over.jpg) ;
	background-repeat: no-repeat;
}

ul li#repairs a {
    background-image: url(../images/repairs.jpg);
	background-repeat: no-repeat;
}

ul li#repairs a:hover {
    background-image: url(../images/repairs_over.jpg);
	background-repeat: no-repeat;
}

ul li#custom a {
    background-image:url(../images/customs.jpg);
	background-repeat: no-repeat;
}

ul li#custom a:hover {
    background-image: url(../images/customs_over.jpg);
	background-repeat: no-repeat;
}

ul li#rentals a {
    background-image: url(../images/rentals.jpg);
	background-repeat: no-repeat;
}

ul li#rentals a:hover {
    background-image: url(../images/rentals_over.jpg);
	background-repeat: no-repeat;
}

ul li#fixeo a {
    background-image: url(../images/fixeo.jpg);
	background-repeat: no-repeat;
}

ul li#fixeo a:hover {
    background-image: url(../images/fixeo_over.jpg);
	background-repeat: no-repeat;
}

ul li#links a {
    background-image: url(../images/links.jpg);
	background-repeat: no-repeat;
}

ul li#links a:hover {
    background-image: url(../images/links_over.jpg);
	background-repeat: no-repeat;
}