#primary {
	width: 660px; // 685 - 25
}
#secondary {
	width: 230px;
	margin: 25px 0 50px 0;
	padding: 0 0 100px 25px;
	float: right;
	height: auto;
	border-left: 1px solid #ddd;
	}
#secondary p {
	font-size: 15px;
}
#secondary ul {
	font-size: 14px;
	line-height: 18px;
	}
.section {
	padding: 0 0 10px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
	}
.section.last {
	padding: 0;
	margin: 0;
	border: 0;
	}

/* Link List */
#rightbox {
	width: 222px; /* 230 */
	height: 252px; /* 260 */
	padding: 4px;
	background: #333;
	margin: 0 0 20px 0;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
#rightbox h4 {
	font-size: 17px;
	padding: 7px 10px 8px 10px;
	color: #fff;
	text-shadow: 0 1px 2px #000;
	}
#linklist a:hover {
	text-decoration: none;
	background: #ddd;
	}
#linklist a:active {
	background: #fff;
	}
#linklist a {
	display: block;
	width: 202px; /* 210 */
	padding: 17px 10px;
	font-size: 18px;
	line-height: 20px;
	height: 37px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
	background: #eee url('/images/arrow.png') 202px 25px no-repeat;
	color: #444;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	}
#linklist a span {
	font-size: 12px;
	line-height: 16px;
	}
#linklist a.first {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	}
#linklist a.last {
	border-bottom: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	}
#linklist a:hover {
	text-decoration: none;
	background: #ddd;
	}
#linklist a:active {
	background: #fff;
	}
#linklist {
	position: absolute;
	bottom: 4px;
}