@charset "utf-8";
.png {behavior:url("hack-png.htc");}


a:link{	color: #d79d31; text-decoration:none; font-size:14px; line-height:20px;}
a:hover {	color: #936612; text-decoration:underline; font-size:14px; line-height:20px;}
a:visited {	color: #d79d31; text-decoration:none; font-size:14px; line-height:20px;}
a:active {	color: #d79d31; text-decoration:none; font-size:14px; line-height:20px;}
a:visited:hover {	color: #936612; text-decoration:underline; font-size:14px; line-height:20px;}



html, body {
	margin:0px;
	padding:0px;
	background:#fff;
	color: #000;
	font-family:Arial;
	background: url(/design/img/bg.jpg) top left no-repeat;
}
a img {border: none;}
td {padding: 0px;}
table {border-collapse: collapse;}
.h1
{
    font-family: "Times New Roman" , Times, serif;
    font-size: 1.8em;
    font-weight: normal;
}
h1
{
    font-family: Arial;
    font-size: 2.3em;
    font-weight: bold;
    line-height: 100%;
}

.main {
	width: 100%;
	height: 100%;
}
.top {
	height: 165px;
	vertical-align:top;
	background: url(/design/img/top_bg.jpg) top right no-repeat;
}

.center {
	height: 500px;
	vertical-align:top;
	padding-top:40px;
}
.center_left {
	width:25%;
	text-align:left;
	vertical-align:top;
	padding-left:30px;
	padding-right:20px;
}
.center_center {
	width:50%;
	text-align:left;
	vertical-align:top;
	font-size:14px;
	line-height:18px;
	color:#000000;
	padding-bottom:40px;
}

.center_right{
	width:25%;
	text-align:left;
	vertical-align:top;
	padding-left:20px;
}
.bottom {
	height:150px;
	vertical-align:bottom;
	text-align:left;
	background: url(/design/img/bottom_bg.jpg) bottom right repeat-x;
}