#frontpanel {
	position: relative;
	top: -10px;
	left: 0px;
	width: 800px;
	height: 425px;
}

#leftimage {
	position: absolute;
	left: 0px;
	top: -40px;
        width: 400px;
}

#leftimage img {
	border: none;
        margin-left: 0px;
}

#leftimage h3 {
	margin: 0px;
        text-align: center;
        color: #ff7817;
}

#leftimage a, #leftimage a:link, #leftimage a:visited {
	text-decoration: none;
}

#bttext {
	position: absolute;
	top: 280px;
	font-size: 14px;
}

#breadcrumbs {
	visibility: hidden;
}

#middleimage {
	position: absolute;
	left: 300px;
	width: 250px;
	top: 0px;
	height: 350px;
	padding: 0px;
	background-color: #c7e4e7;
	color: white;
	border: 1px solid black;
}

#middleimage h1 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px;
	text-align: center;
}

#middleimage img {
	position: absolute;
	top: 75px;
	left: 50px;
}

#rtimage {
	position: absolute;
	left: 450px;
	top: -40px;
	width: 300px;
	height: 300px;
	background-color: #FF6600;
	padding: 7px;
	padding-bottom: none;
	border: 1px solid #333333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#rtimage img {
	border: none;
	margin: 5px;
}

#rtimage h2,#rtimage h2 a, #rtimage h2 a:link,#rtimage h2 a:visited {
       font-size: 12px;
	color: #333333;
	text-decoration: none;
}

#rtimage h2 a:hover {
       font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

#rbimage {
	position: absolute;
	left: 520px;
	top: 230px;
	width: 320px;
	height: 100px;
	background-color: white;
	padding: 7px;
	border: 1px solid black;
	font-size: 10px;
}

#rttext {
	position: absolute;
	left: 450px;
	top: -20px;
	width: 320px;
	height: 340px;
	background-color: white;
	padding: 7px;
	border: none;
}

#rbimage img {
	float: left;
	margin: 5px;
}
