@charset "UTF-8";

h1#title {
	border-bottom: 5px solid #7C0300;
	width: 700px;
	height: 475px;
	text-indent: -9999px;
	background-image: url(../image/top_3.png);
	background-repeat: no-repeat;
	}

h2 {
	font-weight: normal;
	margin-bottom: 0.3em;
	}

#boxUpdates {
	background: #000000;
	padding: 20px 10px 20px 10px;
	overflow: auto;
	border-top: solid 1px #333333;
	}

#boxUpdates .listUpdates {
	border-left: solid 4px;
	padding-left: 5px;
	color: #FFFFFF;
	padding-right: 5px;
	}

#boxUpdates .listUpdates li {
	margin-bottom: 0.3em;
	}

/* site updates */
#siteUpdates {
	float:left;
	width: 340px;
	}
	
#siteUpdates h2 {
	text-indent: -9999px;
	background: url(../image/site_updates.gif) no-repeat;
	display:block;
	}
	
#siteUpdates #listSiteUpdates {
	border-color:#7C0300;
	height: 200px;
	}

/* latest activity */
#latestActivity {
	float: left;
	width: 340px;
	}

#latestActivity h2 {
	text-indent: -9999px;
	background: url(../image/latest_activity.gif) no-repeat;
	display:block;
	}
	
#latestActivity #listLatestActivity {
	border-color: #E7DEB4;
	height: 200px;
	}

span.date {
	color: #E7DEB4;
	}
