@import url(reset.css);
@import url(nav.css);
html {
	text-align: center;
	color:#777777;
}
body {
	position: relative;
	width: 960px;
	margin: 0 auto;
	font: normal 12px "arial","helvetica","verdana",sans-serif;
	text-align: left;
}
a {
	color: #981b1e;
	text-decoration: none;
}
h2.hati a{
	display: block;
	margin: 15px auto;
	font-size: 24px;
	text-align: center;
	text-decoration: underline;
}
div#header{
	margin: 50px 0 0;
}
h1#branding {
	position: relative;
	top: 0;
	left: 0;
	background: url(../images/logo.gif) no-repeat;
	width: 111px;
	height: 37px;
	text-indent: -9999px;
	float: left;
}
h2#brand_activists{
	position: relative;
	top: 5px;
	left: 0px;
	font: 13px "Arial", "Helvetica", sans-serif;
	margin: 0;
	float: left;
	margin: 0 60px 0;
}
h1#branding a{
	display: block;
	width: 111px;
	height: 37px;
}
h2#contact_page_subhead{
	display: block;
	width: 147px;
	height: 24px;
	background: url(../images/title_contact.gif);
	text-indent: -9999px;
	margin: 8px 0 0 0;
	float: left;
}
div#content {
	position: relative;
	top: 0;
	left: 0;
	width: 790px;
	margin: 0;
	border-top: 1px dotted #ccc;
	padding-top:  10px;
}
div#sub_column{
	position: relative;
	left: 0;
	top: 25px;
	width: 247px;
}
div#main_column{
	position: relative;
	top: -150px;
	left: 248px;
	width: 542px;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 1px;
}
div#news_nav{
	float: left;
	height: 20px;
	display: block;
}
h2#news_head {
	color: #981b1e;
	margin: 4px 12px 0 6px;
	font-size: 11px;
	float: left;
	height: 15px;
	display: block;
}
#news {
	border-top:1px solid #981b1e;
	height:20px;
	margin:0;
	width:458px;
	padding: 3px 0 0;
	display: block;
}
.news_up {
	background: url(../images/news_up.gif) no-repeat;
	width: 9px;
	height: 7px;
	display: block;
	text-indent: -9999px;
	margin: 0 !important;
	margin: 0 0 -6px 0;
}
.news_down {
	background: url(../images/news_down.gif) no-repeat;
	width: 9px;
	height: 7px;
	display: block;
	text-indent: -9999px;
	margin: 3px 0 -18px 0;
}
.news_up a, .news_down a{
	width: 9px;
	height: 7px;
	display: block;
	cursor: pointer;
}
ul#news_articles{
	margin: 0 0 0 -10px;
	height: 15px;
	display:block;
	float: left;
}
ul#news_articles li{
	margin:4px 0 0;
	width: 400px;
	font-size: 11px;
}
p#copyright {
	padding: 0 0 40px 0;
	display: block;
	font-size: 11px;
	text-align: right;
}
