/* Sub Pages */
#content {
	float:right;
	margin: 0;
	padding: 0;
	width:780px;
	overflow:hidden;
}
#container {
	margin:26px 0 0 100px;
	width:430px;
}
#sidebar {
	float:left;
	width:187px;
	overflow:hidden;
	background:transparent url(../images/bg_side_01.jpg) no-repeat;
	color:#fff;
	height:664px;
}
#featureBox {
	margin:26px 0 0 10px;
	padding:0;
	width:135px;
	background:#2a547c;
	font-weight:bold;
}
/*html*/
#content #container #title {
	background:#d0d1d3 url(../images/title_left.gif) no-repeat;
	color:#605953;
	padding: 0 0 0 39px;
	margin: 0 0 10px 0;
}
#content #container h2.titleR {
	background:transparent url(../images/title_right.gif) no-repeat top right;
	color:#605953;
	height:23px;
	line-height:23px;
	vertical-align:middle;
	font-size: 130%;
}
#featureBox p {
	padding: 5px;
	margin:0;
}
#featureBox p.boxTop {
	background: #f0a025;
	color:#ffffff;
	margin:0;
	padding:2px 5px;
}
#featureBox a, #featureBox a:link, #featureBox a:visited, #featureBox a:active{
	text-decoration: none;
	color: #f0a025;
	background:transparent;
}
#featureBox a:hover {
	text-decoration: none;
	color: #fff;
	background:transparent;
}
