body {
	background-image: url(sourceimg/SH-web-background.jpg);
	background-repeat: repeat-x;
}
/* layout */

#contentend {
	width: 1000px;
	position:absolute;
	left:50%;
	margin-left: -500px; /* half the width of the div */
	background-image: url(sourceimg/backgrdbtm.png);
	background-repeat: no-repeat;
	height: 45px;
	padding-right: 8px;

}

#contentbox {
	width: 1000px;
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -500px; /* half the width of the div */
	background-image: url(sourceimg/backgroundcontent.png);
	background-repeat: repeat-y;
	padding-left: 8px;
}

#footer {
	width: 1000px;
	left:50%;
	margin-left: -500px; /* half the width of the div */
}

/* format within layout */

#contentbox p {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	padding-left: 10px;
}
#contentend p {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #fff;
	
}
#contentbox #contentend p {
	color: #FFF;
	font-weight: normal;
	font-size: 13px;
}
table tr td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#contentbox form table {
	font-family: "Trebuchet MS";
	;
}

/* link colours */

a:link {
	color: #C60;
}

a:visited {
	color: #C60;
}
a:hover {
	color: #C60;
}

a:active {
	color: #C60;
}

/* link colour for footer */

#contentend a:link {
	color: #fff;
}

#contentend a:visited {
	color: #fff;
}
#contentend a:hover {
	color: #fff;
}

#contentend a:active {
	color: #fff;
}



#gallery img {
	padding: 5px;
	border: 1px solid #333;
	margin: 20px;
}
/* Copyright 2010 Seng Hin Sawmill Co. (S) Pte Ltd */
#sprytooltip1 {
	font-family: "Trebuchet MS";
	font-size: 7pt;
	color: #FFF;
	background-color: #000;
	padding: 1px;
}
#sprytrigger1 {
	font-size: 14px;
}
