@charset "UTF-8";

#wrapper {
	width: 890px;
	margin:-7px auto 0;
	min-height:100%;
	position:relative;
}
#header {
	padding:40px 0 40px;
	}
#header h1 {
	color:#9C3700;
	font-size: 36px;
	font-weight:bold;
}
#header p {
	margin:0;
}
.content {
	overflow: hidden;
	padding-bottom:16px;
}
.left {
	width: 250px;
	float: left;
}
.right {
	width: 620px;
	float: right;
}
#wrapper section {
	text-align: left;
	padding:0 15px 0;
}
#wrapper section h1 {
	color:#9C3700;
		font-size: 18px;
		font-weight:bold;
		margin-bottom:10px;
}
#wrapper section h2 {
	color:#9C3700;
		font-size: 14px;
		font-weight:bold;
		margin-bottom:5px;
}
#wrapper section p {
	font-size: 14px;
	line-height:170%;
}
.btn {
	text-align: center;
	font-size: 13px;
	display: block;
	background: -moz-linear-gradient(top,#80CCE6,#80CCE6 5%,#09C 5%,#069 95%,#069 95%,#00293D);
	background: -webkit-gradient(linear, left top, left bottom, from(#80CCE6), color-stop(0.05,#80CCE6), color-stop(0.05,#09C), color-stop(0.95,#069), color-stop(0.95,#00293D), to(#00293D));
	border: 1px solid #DDD;
	color: #FFFFFF;
	width: 150px;
	padding: 10px 0;
}
.btn:hover {
	filter: alpha(style=0,opacity=80); opacity: 0.8;
}
#footer {
	height:16px;
	position:absolute;
	bottom:10px;
}
#footer p {
	font-size:9px;
}
.pan {
	font-size:14px;
	text-align:left;
	padding:0 0 40px;
}