
body {
	background: #fff url(bg/bgIndex.jpg) repeat-x top;
}

#shadow {
	background: url(bg/shadowFr.jpg) no-repeat center top;
}

#content {
	height: 100px;
	background: none;
}
html>body #content {
	min-height: 100px;
}
#index {
	display: block;
	height: 510px;
	background: url(bg/border.gif) repeat-x bottom;
	position: relative;
}
#column1Text {
	width: 470px;
	height: 170px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#column1Text A,
#column1Text P,
#column1Text P A {
	display: block;
	width: 100%;
	height: 100%;
}
#column1Text A:hover {
	text-decoration: none;
}
.searchBox {
	width: 440px;
	height: 63px;
	background: url(bg/searchBox.jpg) no-repeat left top;
	position: absolute;
	right: 0px;
	bottom: 57px;
}
INPUT.searchString {
	width: 280px;
	height: 18px;
	padding: 0px;
	border: 0px;
	background: none;
	color: #6a6a6a;
	position: absolute;
	top: 18px;
	left: 55px;
}
INPUT.searchSubmit {
	width: 77px;
	height: 18px;
	border: 0px;
	background: none;
	color: #fff;
	position: absolute;
	top: 18px;
	right: 15px;
	cursor: pointer;
}
#main {
	padding-top: 5px;
	float: left;
	width: 420px;
}

/* newsbox
======================*/

#newsbox {
	width: 435px;
	float: right;
}
#newsbox A {
	color: #000;
}
.newsPageName H1 A {
	color: #000;
}
#newsbox P {
	padding: 5px 0px 10px 40px;
	background: url(bg/news.jpg) no-repeat left 5px;
}
.newsDate {
	color: #909090;
}
