/* babbis design */
body {
	text-align:left;
	margin: 0;
	background-attachment : fixed;
	background-image : url(../gif/bg.gif);
	background-repeat : repeat-y;
}
.bodytext {
	text-align:left;
	font-size:9pt;	
	font-family : Verdana;
	padding: 1em;
	padding-left: 150px;
	padding-right: 160px;
	background-image : url(../jpg/fork_truck.jpg);
	background-repeat : repeat-y;
	background-position: top right;
	height: 100%;
}

#header {
	background-image : url(../jpg/logo.jpg);
	background-position : left top;
	background-repeat : no-repeat;
	height:112;
	text-align:left;
	border-bottom : 12px solid Gray;
}

#home{
	font-size:10pt;	
	font-family : Verdana;
	background-attachment : fixed;
	background-image : url(../jpg/fork_truck.jpg);
	background-repeat : repeat-y;
	height: 600px;
	width: 150px;

}

.imagetable {
	
}
.texttable {
padding: 1em;

}
.bodytable {
border : 1px solid #FFD700;
width: 100%;
font-size:9pt;
line-height:1.3em;
}
h1{
	margin-left : 20px;
	font-family : verdana;
	font-size : 12px;
	font-style : italic;
}

a {	
	color: #000;	
	text-decoration: none
}


a:hover {
	color: #999;	
	text-decoration: underline
	}
a:active {
	color: #000;	
	text-decoration: bold;
	}
