#homepage {
	background-image: url(images/homepage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 341px;
	width: 700px;
}
#container #homepage #textbox {
	text-align: left;
	vertical-align: top;
	visibility: visible;
	height: 100px;
	width: 400px;
	left: 225px;
	top: 230px;
	position: relative;
}
#container #homepage #textbox #homepagenav1 {
	position: absolute;
	visibility: visible;
	width: 150px;
	left: 0;
	top: 20px;
	line-height: 10px;
}

#container #homepage #textbox #homepagenav2 {
	position: absolute;
	visibility: visible;
	width: 150px;
	left: 170px;
	top: 20px;
	line-height: 10px;
}

#container #homepage #textbox #homepagenav1 a, a:link, a:visited {
	text-decoration:none;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fec200;
	text-shadow: #6e3503 3px 3px 3px;
	font-size: 11px;
	line-height: 14px;
	
}
#container #homepage #textbox #homepagenav1 a:hover, a:visited:hover {
	text-decoration:none;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-shadow: #6e3503 3px 3px 3px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;

}
#container #homepage #textbox #homepagenav2 a, a:link, a:visited {
	text-decoration:none;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fec200;
	text-shadow: #6e3503 3px 3px 3px;
	font-size: 11px;
	
}
#container #homepage #textbox #homepagenav2 a:hover, a:visited:hover {
		text-decoration:none;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-shadow: #6e3503 3px 3px 3px;
	font-size: 11px;
	color: #FFFFFF;

}
#container #homepage #textbox #servicelist {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	text-shadow: #672400 3px 3px 3px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF66;
	height: 12px;
	width: 250px;
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 0px;
	text-align: center;
}
