body {
	background-image: url('body_bg.png');
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#page {
	margin: 0 auto;
	text-align: center;
	width: 1024px;
}

#page-top {
	background-image: url('page_bg-top.png');
	height: 160px;
}

#page-middle {
	background-image: url('page_bg-middle.png');
}

#page-bottom {
	background-image: url('page_bg-bottom.png');
	height: 200px;
}

#page-bottom .inner a {
	color: #ce8300;
	text-decoration: none;
}

#page-bottom .inner a img {
	border: none;
	margin: 0px 0px 0px 15px;
	vertical-align: middle;
}

.inner {
	margin: 0 auto;
	padding: 0px 20px;
	text-align: left;
	width: 760px;
}

#page-top .inner {
	padding-top: 50px ;
}

#page-top .inner img { margin-left: 50px; }

#page-top .inner a img { border: none; }

#page-bottom .inner {
	padding-top: 65px;
	text-align: right;
}

.clear {
	clear: both;
}

.thin {
	font-size: 1pt;
	height: 1px;
}

.publisher {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
}

.publisher h2 {
	border-bottom: 2px solid #f6a416;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#kcsunnews h2 {
	border-bottom-color: #ff0000;
}

#miconews h2 {
	border-bottom-color: #03a103;
}

#sunpublications h2 {
	border-bottom-color: #0000ff;
}

.publisher h2 a img {
	border: none;
}

.publication {
	float: left;
	margin: 0px 0px 0px 15px;
}

.publication a {
	color: #f6a416;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

#kcsunnews a {
	color: #ff0000;
}

#miconews a {
	color: #03a103;
}

#sunpublications a {
	color: #0000ff;
}

.publication a:hover {
	text-decoration: underline;
}

.publication a img {
	background-image: url('newspaper.jpg');
	border: none;
	height: 75px;
	width: 125px;
}