* {
	margin: 0;
	padding: 0;
}
* body {
	margin: 30px 0 0;
	background: #fff url(../images/bg.gif) repeat-x;
	font: .74em arial, sans-serif;
	color: #444;
}
h1 {
	font-size: 3em;
	font-weight: normal;
	float: left;
}
h1 a {
	text-decoration: none;
	margin:0;
}
h2 {
	font-size: 1.8em;
	color: #FFF2B3;
	font-weight: normal;
	font-style:italic;
	margin: 0 0 .8em;
}
h3 {
	font:normal 1.7em arial, sans-serif;
	border-bottom: 1px solid #eee;
	margin: 0 0 .8em;
}
h4 {
	font-size: 1.3em;
	color: #444;
	font-weight: bold;
	margin: 0 0 .6em;
}
p {
	font:normal 1.1em arial, sans-serif;
	margin: 0 0 2em 0;
	line-height: 1.8em;
}
em {
	border-bottom: 1px dotted #fff;
	cursor: pointer;
}
a {
	color: #9D2900;
}
a:hover {
	color: #A0000E;
	text-decoration: none;
}
img {
	border: 0;
}
.red {
	color: #9D2900;
}
.wrap {
	width: 900px;
	margin: 0 auto;
}
#header {
	width: 900px;
	height: 30px;
	margin: 0 auto;
}
#menu {
	float: right;
	width:640px;
	padding: 6px 0 0 0;
	height: 30px;
	list-style: none;
	margin-right:-80px;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	margin-left: 30px;
	margin-top:-10px;
	padding: 3px;
	text-decoration: none;
	font:bold 1.2em arial, sans-serif;
	color: #005dab;
}
#menu a:hover {
	color: #9D2900;
	border-bottom: 4px solid #ccc;
}
#menu .active a {
	border-bottom: 4px solid #C70012;
	color: #9D2900;
}
#banner {
	clear: both;
	height: 300px;
	background: #fff url(../images/banner_bg.jpg) repeat-x;
	*margin-top:117px;
}
.intro {
	float: left;
	padding: 55px 0 0;
	width: 320px;
	color: #C7E3EE;
	line-height:1.6em;
}
#image {
	float: right;
	width: 571px;
	position: relative;
	background: none;
	height: 300px;
}
#bar {
	height: 44px;
	margin: 0 0 7px;
	padding: 8px 0 0 0;
	background: url(../images/bottom_bar.gif) repeat-x;
}
.step {
	cursor: pointer;
	color: #FAFDDD;
	padding: 4px 0 0 11px;
	margin: 0 35px 0 0;
	font-size: 1.4em;
	float: left;
	text-align: center;
	background: url(../images/step.gif) no-repeat;
	height: 30px;
}
.step a {
	color: #fff;
	margin: 0 10px 0 0;
}
.col {
	float: left;
	width: 462px;
	margin: 10px 30px 16px 0;
}
.col_full {
	float: left;
	width: 880px;
	margin: 10px 10px 16px 0;
}
.last {
	background:#f1f6fa;
	float: right;
	margin: 0 0 20px 0;
	width:370px;
	padding:10px 15px;
	border:1px solid #e3e3e3;
}
li {
	font:normal 1.1em arial, sans-serif;
	padding: 0 0 10px 0px;
	margin-left:18px;
	list-style:square;
	line-height:1.8em;
}
.last li {
	font:normal 1.0em arial, sans-serif;
	padding: 0px;
	margin-left:18px;
	list-style:square;
	line-height:1.6em;
}
.last h3 {
	font:normal 1.3em arial, sans-serif;
	margin-top:7px;
	border-bottom: 0px
}
.info {
	border: 1px solid #e0e0e0;
	background: #f4f4f4;
	padding: 7px;
}
#footer {
	clear: both;
	font:normal 1.0em arial, sans-serif;
	width: 900px;
	margin: 0 auto;
	padding: 15px;
	border-top: 1px solid #e0e0e0;
	background: #fff;
}
#footer p {
	font:bold 0.95em arial, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	color:#777;
}
#footer .right {
	float: right;
	margin: 0 55px 0 0;
}
#footer a {
	color: #808080;
	font-weight: bold;
}
