h1 {
	color: #3c3c3c;
	font-family: Times New Roman, Times, Georgia, Serif;
	font-size: 24px;
	margin: 15px 0px;
}

h2 {
	color: #3c3c3c;
	font-family: Times New Roman, Times, Georgia, Serif;
	font-size: 18px;
}

#header_table {
	width: 990px;
	height: 96px;
	margin: auto;
	background: url(../images/background_bristlecone.jpg) no-repeat;
}

#main_holder {
	width: 990px;
	background: url(../images/main_background_tile_news.jpg) repeat-y;
	vertical-align: top;
	border: 1px solid #000;
}

.sub-content_holder {
	width: 365px;
	vertical-align: top;
}

.horizontal_divider {
	width: 21px;
	background: url(../images/h_divider.jpg) repeat-y;
}

optgroup {
	font-family: Times New Roman, Times, Georgia, Serif;
	size: 14px;
	font-style: normal;
	text-align: center;
}

option {
	text-align: left;
}

/*---------------------------------- NEWS TABLE --------------------------------------- */

#news_table {
	width: 750px;
	margin: auto;
}

#current_issue {
	width: 375px;
	padding: 0px 10px 10px 30px;
	vertical-align: middle;
	text-align: center;
}

#news_issues {
	width: 375px;
	padding: 0px 10px 10px 30px;
	vertical-align: top;
	text-align: center;
}

#news_sample {
	vertical-align: top;
	text-align: center;
}

			
/* ------------------------------------ FOOTER --------------------------------------------- */
			
#color_divider {
	width: 100%;
	height: 5px;
	color: #3c3c3c;
	background: #3c3c3c;
	border: none;
	margin: auto;
}


