#panelframe {
	position:relative;
	width: 100%;
	height: 483px;
	overflow:hidden;
	background: #ddd url('/images/homepage/panelframe_bg.png') 8px left no-repeat;
}
a#panelbuttonleft {
	display:block;
	position:absolute;
	z-index:20;
	left:4px;
	top: 202px;
	width: 50px;
	height: 50px;
	background: url('/images/homepage/panel_button_left.png') 5px 0 no-repeat;
	text-decoration:none;
}
a#panelbuttonleft:hover {
	background-position: -138px 0;
}
a#panelbuttonleft b {
	position:relative;
	left: -5000px;
}

a#panelbuttonright {
	display:block;
	position:absolute;
	z-index:20;
	right:7px;
	top: 202px;
	width: 50px;
	height: 50px;
	background: url('/images/homepage/panel_button_right.png') 5px 0 no-repeat;
	text-decoration:none;
}
a#panelbuttonright:hover {
	background-position: -138px 0;
}
a#panelbuttonright b {
	position:relative;
	left: -5000px;
}
.panel {
	float:left;
	z-index:5;
}
.textpanel {
	background:#868076 url('/images/homepage/textpanel_bg.png') repeat-x;
	color: #fff;
	width: 292px;
	height: 430px;
	float:left;
}

.textpanel p {
	width: 255px;
	margin-top: 25px;
	font-family: Commerce, "ITC Franklin Gothic", "Helvetica Neue", "DejaVu Sans Condensed", "Bitstream Vera Sans", Arial, sans-serif;
	font-weight:normal;
	font-size: 14px;
}
.textpanel li {
	font-family: Commerce, "ITC Franklin Gothic", "Helvetica Neue", "DejaVu Sans Condensed", "Bitstream Vera Sans", Arial, sans-serif;
	font-weight:normal;
	font-size: 14px;
}
#paneltop {
	width: 1000px;
	height: 8px;
	background: url('/images/homepage/panel_top.png') no-repeat;
}
.panelbottom {
	float:left;
    width:890px;
	background:#f1f1f1 url('/images/homepage/panel_bottom.png') no-repeat;
	min-height: 45px; 
	padding: 1px 0 0 0px;
	font-family: Arial, Helvetica, "Bitstream Vera Sans", "Lucida Sans", sans-serif;
	font-size:12px;
}
.panelbottom dl {
	width: 650px;
}
.panelbottom dd, .panelbottom dt {
	display: inline;
	margin:0;
	white-space:nowrap;
}
.panelbottom dd {
	color: #16a6cb; 
	padding: 0 5px;

}
#menuholder {
	margin-left: 82px;
}

.morebutton a:link, .morebutton a:visited {
	display:block;
	padding:10px 10px 0 10px;
	width:125px;
	height:32px;
	background:url('/images/template/morebutton_bg.png') top left no-repeat;
	font-family: Arial, Helvetica, "Bitstream Vera Sans", "Lucida Sans", sans-serif;
	color:#fff;
	font-size:14px;
	text-shadow:#999 1px 1px 1px;
	text-decoration:none;
}
.morebutton a:hover {
	color:#16a6cb;
	text-shadow: #ccc 1px 1px 1px;
	background-position:0 -42px;
}
.morebutton span {
	padding:5px 10px;
}