#leftbox {
	background: url('../images/main/main1.png') top center no-repeat;
	height: 260px;
	width: 620px;
	margin: 0 0 20px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
#leftbox.about {
	background: url('../images/main/about.png') top center no-repeat;
	}
#rightbox {
	width: 300px;
	height: 252px; /* 260 */
	padding: 4px;
	background: #333;
	float: right;
	margin: 0 0 0 0;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
#linklist {
	position: absolute;
	bottom: 4px;
}
#rightbox h4 {
	font-size: 17px;
	padding: 7px 10px 8px 10px;
	color: #fff;
	text-shadow: 0 1px 2px #000;
	}
#rightbox p {
	padding: 5px 0;
	margin: 0;
	font-size: 13px;
	color: #fff;
	}
#rightbox select {
	border: 0;
	width: 100%;
	font-size: 12px;
	height: 21px;
	}
#linklist a {
	display: block;
	width: 280px;
	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') 280px 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;
	}

#primary .segmented p {
	text-align: justify;
	padding: 5px 0 5px 0;
	font-size: 14px;
	line-height: 21px;
	}
.segmented div {
	float: left;
	}
.segmented div.first {
	width: 47%;
	padding-right: 3%;
	}
.segmented div.last {
	width: 47%;
	padding-left: 3%;
	}

#primary p.chronodata {
	font-size: 12px;
	line-height: 12px;
	padding: 9px 0 0 0;
	margin: 0;
	}