body {
	background: #659495;
}
#header {
	background: #FFF url(/images/header-repeat.gif) repeat-x bottom;
}

.header-pad-left {
	padding: 0 0 13px 14px;
}

.header-pad-right {
	padding: 0 9px 13px 0;
}

#nav-left {
	background: #FFF url(/images/nav-left.gif) no-repeat;
}

#nav-repeat {
	background: #FFF url(/images/nav-repeat.gif) repeat-x;
	padding-top: 8px;
}

#nav-right {
	background: #FFF url(/images/nav-right.gif) no-repeat;
}

#page-top {
	background: url(/images/main-top.gif) no-repeat bottom;
}

#page-repeat {
	background: url(/images/main-repeat.gif) repeat-y;
	padding: 10px 20px;
}

#page-bottom {
	background: url(/images/main-bottom.gif) no-repeat;
	color: #FFF;
	font-size: 11px;
	padding: 14px 12px 0 12px;
}

#page-bottom a {
	color: #FFF;
	text-decoration: none;
}

#page-bottom a:hover {
	color: #FFF;
	text-decoration: underline;
}


#box-top {
	background: url(/images/box-top.gif) no-repeat bottom;
}

#box-repeat {
	background: url(/images/box-repeat.gif) repeat-y;
	padding: 5px 15px;
}

#box-bottom {
	background: url(/images/box-bottom.gif) no-repeat top;
}

.box-top-left {
	background: url(/images/box-top-left.gif) no-repeat bottom left;
}

.box-top-repeat {
	background: url(/images/box-top-repeat.gif) repeat-x bottom;
}

.box-top-right {
	background: url(/images/box-top-right.gif) no-repeat bottom right;
}

.box-right-repeat {
	background: url(/images/box-right-repeat.gif) repeat-y right;
}

.box-left-repeat {
	background: url(/images/box-left-repeat.gif) repeat-y left;
}

.box-bottom-left {
	background: url(/images/box-bottom-left.gif) no-repeat top left;
}

.box-bottom-repeat {
	background: url(/images/box-bottom-repeat.gif) repeat-x top;
}

.box-bottom-right {
	background: url(/images/box-bottom-right.gif) no-repeat top right;
}

.box-middle {
	background: #FFF;
	padding: 5px 5px;
}

#search-left {
	background: url(/images/search-left.gif) no-repeat right top;
}

#search-repeat {
	background: url(/images/search-repeat.gif) repeat-x top;
}

#search-right {
	background: url(/images/search-right.gif) no-repeat left top;
}

.line {
	border-top: 1px #CCC solid;
	height: 1px;
	margin: 2px 0 5px 0;
}

.line2 {
	border-top: 1px #CCC solid;
	height: 1px;
	margin: 2px 4px 10px 0;
}

.indent {
	margin: 0 0 0 8px;
}

.search {
	border: 0;
	width: 100px;
	height: 14px;
	font-size: 11px;
}

.search-button {
	background: url(/images/search-go.jpg) no-repeat;
	width: 30px;
	height: 26px;
	border: 0;
	margin-left: 8px;
}

.margin-right {
	margin-right: 15px;
}

