@charset "utf-8";
body {
	background: url(../images/header_bg.jpg) repeat-x;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6e6e6e;
	line-height:140%;
}
p{margin:12px 0;}
img{border:0}
h3{
	font-size:17px;
	margin:24px 0 12px 0;
	color:#3b3b3b;
}
h4{
	font-size:15px;
	margin:24px 0 12px 0;
	color:#3b3b3b;
}
#page_con{
	width:960px;
	margin:auto;
}
#header{height:170px;}
#header h1{
	float:left;
	margin:47px 0 0 0;
	text-indent:-1000px;
	background: url(../images/logo.jpg) no-repeat;
	width:212px;
	height:37px;
}
#header_right{
	float:right;
	background: url(../images/header_right.jpg) no-repeat;
	margin:40px 0 0 0;
	width:242px;
	height:130px;
}
#left_col{
	float:left;
	width:465px;
	padding-bottom:20px;
}
#right_col{
	float:right;
	width:465px;
	padding-bottom:20px;
}
.code_con{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:140%;
	font-size:11px;
	color:#6e6e6e;
	background:#ebebeb;
	border:none;
	padding:15px 10px 0 10px;
	width:445px;
}
.clear{
	font-size: 1px;
	line-height: 1px;
	clear: both;
	height: 1px;
}