@charset "utf-8";

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
}

a:link {
	color:#00f;
	text-decoration:none;
}

a:visited {
	color:#00f;
	text-decoration:none;
}

a:hover {
	color:#f30;
	text-decoration:none;
}

#container {
	background-color: #fff;
	height: 100%;
	margin: 0 auto -45px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0;
	text-align: center;
}

#container2 {
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

div.blank {
	height: 45px;
	margin: 0;
	padding: 0;
}

#pheader {
	background: #fff url('/ic/img/bg01a.gif') repeat-x 0 0;
	clear: both;
	height: 70px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

#head {
	margin: 0 auto;
	position: relative;
	width: 800px;
}

#ci {
	text-decoration: none;
	outline: 0;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
}

#ci a {
	background: url('/ic/graphics/ic_logo3.gif') no-repeat left center;
	display: block;
	float: left;
	height: 70px;
	left: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	position: absolute;
	text-decoration: none;
	text-indent: -9999px;
	top: 0;
	width: 430px;
}

#pfooter {
	background: url('/ic/img/bg01b.gif') repeat-x 0 0;
	clear: both;
	height: 45px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

#foot {
	margin: 0 auto;
	position: relative;
	width: 800px;
}

#foot p {
	margin: 0 auto;
	padding: 0;
	text-align: right;
}

#foot p.contact {
	margin-top: 1px;
}

#foot span.contact {
	font-size: 85%;
}

#foot p.copyright {
	color: #fff;
	margin-top: 3px;
}

#content {
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	width: 800px;
}
