#contents-left {
	float: left;
	height: auto;
	width: 250px;
}
#contents-right {
	float: left;
	height: auto;
	width: 686px;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#breadcrumbs {
	float: left;
	width: auto;
	font-size: 0.85em;
	position: absolute;
	font-weight: bold;
	color: #666666;
	z-index: 10;
	right: 1px;
	top: 115px;
}
#breadcrumbs a {
	text-decoration: none;
	color: #666666;
}
#breadcrumbs  a:hover, #page-links a:hover {
	text-decoration: underline;
}

#page-links {
	text-align: right;
	font-size: 0.8em;
	position: relative;
	top: 10px;
	right: 20px;
	width: 20%;
	z-index: 10;
	float: right;
	clear: right;
}
#page-links a {
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	color: #666666;
}
#nav-left {
	height: auto;
	width: 225px;
	color: #626060;
	font-size: 1.1em;
	margin-left: 14px;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#nav-left ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav-left a {
	display: block;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #626060;
}
#nav-left a:hover {
	color: #ef3c32;
	text-decoration: none;
}


#contents {
	background-image: url(/assets/images/inside/bg-contents.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

