
#header {
	height: 647px;
	overflow: hidden;
	position: relative;
}
.banner {
	padding-top: 170px;
	height: 467px;
	overflow: hidden;
}
#slogan {
	height: 54px;
	padding: 0 20px;
	position: absolute;
	top: 472px;
	right: 0px;
	background-color: #fff;
	color: #d1d1d1;
	overflow: hidden;
}
#slogan P {
	font-size: 24px;
	line-height: 54px;
	padding: 0;
}
#content {
	background: none;
	padding: 0 15px;
}
#main {
	width: 450px;
	padding-right: 0;
	padding-top: 0px;
	height: 100px !important; /* ie6 */
	overflow: visible;
	overflow-x: hidden;
	font-size: .9em;
	line-height: 1.4em;
}
HTML>body #main {
	height: auto !important;
	min-height: 100px;
	overflow: hidden;
}
#main H1,
#column1 H1 {
	width: auto;
	font-size: 20px;
	border: 0;
	color: #7c7c7c;
}
#main H1 A,
#column1 H1 A {
	color: #7c7c7c;
}
#main H1 A:hover,
#column1 H1 A:hover {
	color: #000;
}
#main HR {
	width: 450px;
}
#column1 {
	width: 410px;
	padding-right: 0;
	padding-top: 0px;
	height: 100px !important;  /* ie6 */
	overflow: visible;
	overflow-x: hidden;
	background: none;
	font-size: .9em;
	line-height: 1.4em;
}
HTML>body #column1 {
	height: auto !important;
	min-height: 100px;
	overflow: hidden;
}
.column1Text {
	padding-left: 0px;
}
#column1 H1,
#column1 HR {
	width: 410px;
	position: static;
}
#clearDiv {
	background: none;
}

/* red links
============*/
#main A, 
#column1 A {
	color: #e51313;
	text-decoration: none;
}
#main A:hover, 
#column1 A:hover {
	text-decoration: underline;
}
