/* CSS Document */

body {
	font-size:11px;
}
h1 {
	font-size:22px;
	margin-bottom:4px;
}

.bolder {
	font-weight:bold;
	font-style:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* interaction */
.index_mid a:link, .index_mid a:visited {
	color:#E4D3BA;
}
.index_mid a:active, .index_mid a:hover {
	color:#FFF;
	text-decoration:none;
}
.step {
	color:#522601;
}

/* positioning */
.index_crest {
	position:absolute;
	left:310px;
	top:180px;
	z-index:2;
}
.index_head {
	width:892px;
	height:16px;
	padding:4px;
	background-color:#052700;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	text-align:center;
	overflow:visible;
}
.index_mid {
	width:892px;
	height:16px;
	padding:4px;
	background-color:#052700;
	color:#E4D3BA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	z-index:1;
	clear:both;
	overflow:hidden;
}

.wrap { width:900px; }
.wing {
	width:250px;
	height:200px;
	float:left;
}
.middle {
	width:398px;
	height:400px;
	float:left;
	border-left:1px solid #E4D3BA;
	border-right:1px solid #E4D3BA;
	overflow:hidden;
}
.box {
	width:196px;
	height:100%;
	padding-left:15px;
	padding-right:13px;
	padding-bottom:100px;
	margin-bottom:-88px;
	border-right:1px solid #512501;
	background-color:#E4D3BA;
	float:left;
	color:#052700;
}
.step_box {
	border:none;
	color:#512501;
	width:197px;
}
#sidelinks { padding-top:20px; }