
#header {
	height: 1px;
	overflow: visible;
	padding: 132px 0 0 0;
}
HTML>BODY #header {
	height: auto;
	min-height: 1px;
	overflow: hidden;
}

/* indexPic
=============*/
.indexPic {
	width: 585px;
	height: 235px;
	position: absolute;
	top: 110px;
	right: 45px;
}
.indexPic P {
	margin: 0;
	padding: 0;
}

/* links
==========*/
.links {
	margin: 15px auto 10px auto;
	width: 885px;
	height: 26px;
	padding: 0 0 0 5px;
	overflow: hidden;
	background: url(color_gray/pics/border.gif) repeat-x bottom;
}
.links UL {
	margin: 0;
	padding: 0;
}
.links UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
.links UL LI.first {
	background: url(color_gray/pics/linksFirstRight.gif) no-repeat right top;
}
.links UL LI A {
	display: block;
	float: left;
	line-height: 26px;
	padding: 0 15px;
	font-weight: bold;
}
.links UL LI.first A {
	padding: 0 30px 0 15px;
	background: url(color_gray/pics/linksFirstLeft.gif) no-repeat left top;
	color: #333;
	font-weight: normal;
}

/* content
==========*/
#content {
	padding: 10px 65px;
}
#main,
#column1,
#column2 {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 250px;
}
#column1,
#column2 {
	padding-left: 48px;
}