/* template header and footer */
#defaultheader {
	background:#859D29 url(../../img/template_topright.gif) no-repeat top right;
	padding:0;
}
#defaultheader span {
	background:url(../../img/template_topleft.gif) no-repeat top left;
	padding:8px 20px 4px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	display:block;
	text-transform:uppercase;
}
#defaultbody {
	border-left:solid 1px #859D29;
	border-right:solid 1px #859D29;
	padding:10px 20px;
}
#defaultfooter {
	background:#859D29 url(../../img/template_bottomright.gif) no-repeat top right;
	padding:0;
}
#defaultfooter span {
	background:url(../../img/template_bottomleft.gif) no-repeat top left;
	padding:8px 20px 7px;
	display:block;
}

#backtotop {
	float:right;
}
#backtotop a {
	background:url(../../img/backtotop.gif) no-repeat left;
	padding:6px 2px 4px 22px;
	color:#F66F00;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
#backtotop a:hover {
	color:#F66F00;
	text-decoration:none;
}