/* News CSS */

/* First import the main page layout stylesheet */
@import url(main.css);

/* Then style the news page */

#headlines {
	position: fixed;
	width: 246px;
	height: 300px;
	background: url(../images/site/news-bg.png) no-repeat;
	z-index: 20;
}

#headlines a {
	text-decoration: none;
}

#headlines-content {
	position: relative;
	top: 20px;
	left: 15px;
	width: 200px;
}

#news-container {
	position: relative;
	float: right;
	right: 130px;
	width: 420px;
	top: 0px;
}

#headlines-content {
	position: relative;
	top: 20px;
	left: 15px;
	width: 200px;
}

#right-column {
	float: right;
	width: 544px;
}

.anchors, #article-top {
	position: relative;
	top: 0px;
	padding-bottom: 20px;
	margin-top:-90px;
	padding-top:90px;
}


#article-top{
	padding-top:180px;
}

.news-top {
	position: relative;
	width: 420px;
	height: 20px;
	background: url('../images/site/top-bg.png') no-repeat;
}

.news-mid {
	position: relative;
	width: 420px;
	background: url('../images/site/mid-bg.png') repeat-y;
}

.news-content {
	position: relative;
	width: 370px;
	left: 20px;
	z-index: 1;
}

.news-bot {
	position: relative;
	width: 420px;
	height: 20px;
	background: url('../images/site/bot-bg.png') no-repeat;
}

ul {
	list-style-type: disc;
	margin: 0px 0px -10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
li {
	list-style-type: disc;
	margin: 0px 0px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
