body{
	text-align:center;
	background-repeat:no-repeat;
}

#layout{
	width:1000px;
	height:1350px;
	margin: 0 0 0 200px;
	background-color:#FFF;
}
#header{
	width:1000px;
	height:200px;
}
#logo{
	background-image:url(../images/new-logo.png);
	background-repeat:no-repeat;
	height:200px;
}
/*navi*/
#navi{
	width:1000px;
	height:88px;
	margin: 0 0 0 50px;
}
/*home*/
#home{
	display:block;
	background-image:url(../images/home.png);
	background-repeat:no-repeat;
	width:106px;
	height:49px;
	float:left;
}
#home:hover{ 
  background-position: 0 -49px;
}

#home span{
  display: none;
}
/*Gallery*/
#gallery{
	display:block;
	background-image:url(../images/gallery.png);
	width:109px;
	height:49px;
	float:left;
}
#gallery:hover{ 
  background-position: 0 -49px;
}

#gallery span{
  display: none;
}
/*Plaster*/
#plaster{
	display:block;
	background-image:url(../images/plaster.png);
	width:106px;
	height:49px;
	float:left;
}
#plaster:hover{ 
  background-position: 0 -49px;
}

#plaster span{
  display: none;
}
/*Tile*/
#tile{
	display:block;
	background-image:url(../images/tile.png);
	width:106px;
	height:49px;
	float:left;
}
#tile:hover{ 
  background-position: 0 -49px;
}

#tile span{
  display: none;
}
/*Coping*/
#coping{
	display:block;
	background-image:url(../images/coping.png);
	width:106px;
	height:49px;
	float:left;
}
#coping:hover{ 
  background-position: 0 -49px;
}

#coping span{
  display: none;
}
/*caulking*/
#caulking{
	display:block;
	background-image:url(../images/caulking.png);
	width:106px;
	height:49px;
	float:left;
	margin: 0 0 0 0;
}
#caulking:hover{ 
  background-position: 0 -49px;
}

#caulking span{
  display: none;
}
/*Deck*/
#deck{
	display:block;
	background-image:url(../images/deck.png);
	width:105px;
	height:49px;
	float:left;
	margin: 0 0 0 0;
}
#deck:hover{ 
  background-position: 0 -49px;
}

#deck span{
  display: none;
}
/*Contact*/
#contact{
	display:block;
	background-image:url(../images/contact.png);
	width:107px;
	height:49px;
	float:left;
}
#contact:hover{ 
  background-position: 0 -49px;
}

#contact span{
  display: none;
}
/*content*/
#content{
	width:700px;
	height:1100px;
	float: left;
}
#rightcontent{
	width:300px;
	height:1100px;
	float:left;
	font-size: 18px;
	font-weight: bold;
}
/*footer*/
#footer{
	clear:both;
	width:1000px;
	height: 140px;
	text-decoration:none;
	margin: 40px;
}
#scrollbar{
	width: 700px;
	height: 1100px;
	overflow: auto;
	padding: 5px;
	text-align: center;
}
#scrollbar2{
	width:300px;
	height:1100px;
	overflow:auto;
	padding: 5px;
}
#layout #content #scrollbar table tr td {
	text-align: center;
}

