#content td.right {
	width: 430px;
}


/* OVERVIEW TABLE */

#content div.overview-table {
	margin-bottom: -10px;
	padding: 0;
}

#content div.overview-table table {
	margin: 0;
	padding: 0;
}

#content div.overview-table td {
	padding: 10px;
	border-bottom: 6px solid #FFF;
}

#content div.overview-table tr.last td {
	border-bottom: none;
	padding-bottom: 20px;
}

#content div.overview-table td.picture {
	padding: 10px 0;
	width: 150px;
	border-right: 6px solid #FFF;
	text-align: center;
}

#content div.overview-table h2,
#content div.overview-table p {
	margin-bottom: 3px;
}

#content div.overview-table p.more {
	margin-bottom: 0;
}


/* SECTION MENU */

#content ul.section-menu {
	color: #666;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content ul.section-menu li {
	margin-bottom: 5px;
	font-weight: bold;
	padding-left: 12px;
}

#content ul.section-menu a {
	color: #666;
	text-decoration: none;
}

#content ul.section-menu a:hover,
#content ul.section-menu li.active a {
	color: #E9901C;
}

#content ul.section-menu li.active {
	background: url("images/arrow.gif") no-repeat 0 2px;
}


/* MAIN CONTENT */

#content td.right a {
	color: #E9901C;
}

#content td.right a:hover {
	color: #000;
}