.header
{
	background: url(header.jpg) no-repeat top center;
	height: 354px;
}

.headerbg
{
	background: url(headbg.jpg) no-repeat top center;
}

.pagebg
{
	background: url(pagebg.jpg) repeat-y center;
}

.footer
{
	background: url(footer.jpg) no-repeat center;
	height: 338px;
}

.navbl
{
	background: url(nav.jpg) no-repeat bottom;
	width: 888px;
	height: 68px;
}

.navtext
{
	font: bold 14px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.navtext a:link
{
	color: #ff6600;
}
.navtext a:visited
{
	color: #ff6600;
}
.navtext a:hover
{
	color: #ff0024;
}

.boxy
{
	background: #fffddf;
	border: 1px dashed #ff9600;
	padding: 4px;
}

.boxy2
{
	background: #e2f0ff;
	border: 1px dashed #569aff;
	padding: 4px;
}