@charset "utf-8";
.left, .right
{
	display: block;
	float: left;
	width: 280px;
}
.right{ width: 710px; }

.left_hair, .left_feet
{
	height: 20px;
	background: url(../img/layout/hair_left.png) no-repeat;
}
.left_feet{ background: url(../img/layout/feet_left.png) no-repeat; }
.left_content
{
	padding-left: 10px;
	padding-right: 10px;
	background: url(../img/layout/content_left.png) repeat-y;
}
.left_joiner
{
	height: 20px;
	background: url(../img/layout/joiner_left.png) no-repeat;
}

.right_hair, .right_feet
{
	height: 20px;
	background: url(../img/layout/hair_right.png) no-repeat;
}
.right_feet{ background: url(../img/layout/feet_right.png) no-repeat; }
.right_content
{
	padding-left: 10px;
	padding-right: 10px;
	background: url(../img/layout/content_right.png) repeat-y;
}
.chest
{
	width: 990px;
	margin: auto;
}

/* Left */
.lpart
{
	width: 190px;
	border-bottom: 1px solid #CCC;
	height: 35px;
}

.left_nav, .left_nav_current
{
	color: #555;
	font-size: 13px;
	text-decoration: none;
	font-family: "Arial Narrow";
	font-weight: bold;
	line-height: 20px;
}
.left_nav:hover, .left_nav_current{ color: #065796; }

.left_darken{ background: url(../img/layout/darken_left.png) no-repeat;position:relative; }
.backdrop
{
	padding: 30px; 
	padding-top: 35px;
	padding-bottom: 0px;
	background: url(../img/layout/darken_up.png) repeat-x;
}

.footprints
{
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
	font-size: 11px;
}
.fprint
{
	color: #005799;
	text-decoration: none;
}

.return_sect
{
	padding-top: 10px;
	padding-bottom: 10px;

}
.return_btn
{
	background: url(../img/layout/returnbtn.png) no-repeat;
	width: 100px;
	height: 20px;
	display: block;
	float: right;
}
.return_btn:hover{ background: url(../img/layout/returnbtn_roll.png) no-repeat; }

