@charset "UTF-8";
* {
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #FFF;
	height: 100%;
	background-image: url(img/bg_top.jpg);
	background-repeat: repeat-x;
}
img {
	border: 0;
}
a {
	color: #FFF;
	text-decoration: underline;
}
a:hover{
	color: #999;
	text-decoration: none;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -102px; /* the bottom margin is the negative value of the footer's height */
}
.footer,.push {
	height: 102px;
}
.cntarea {
	background-image: url(img/cnt_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
.contact {
	float: right;
	height: 584px;
}
p {
	font-size: 13px;
	line-height: 21px;
	width: 584px;
	margin-left: 60px;
	margin-top: 20px;
}
.pcol {
	width: 267px;
	float: left;
	padding-bottom: 20px;
}
.ph {
	font-size: 19px;
	font-weight: bold;
	color: #65C0E6;
	line-height: 35px;
}
.plh {
	font-size: 23px;
	font-weight: bold;
	color: #2BACE3;
	line-height: 30px;
}
.ph2 {
	font-size: 19px;
	font-weight: bold;
	color: #C00;
	line-height: 24px;
}
.plh2 {
	font-size: 23px;
	font-weight: bold;
	color: #C00;
	line-height: 30px;
}
.pnews {
	border-bottom: 1px dashed #555;
	padding-bottom: 15px;
}
.pdate {
	font-size: 11px;
	line-height: 20px;
}
.prdt_btn {
	padding: 30px 0 0 60px;
}
.prdt_btn a {
	opacity:0.75;filter:alpha(opacity=75);
	padding: 2px;
}
.prdt_btn a:hover {
	opacity:1;filter:alpha(opacity=100);
}
#dist_list {
	width: 585px;
	margin-left: 60px;
	margin-top: 20px;
	font-size: 13px;
	line-height: 20px;
}
#dist_list th {
	color: #555;
	text-align: left;
}
#dist_list td {
	line-height: 30px;
}