h2 {
	font-size: 26px;
	margin: 0 0 6px 0;
	color: #ffba00;
}

option {
	font-size: 11px; 
	color: #777;
}

/* links */
a { 
	color: #ffba00; 
	text-decoration: underline;
}
a:hover { 
	text-decoration: underline;
}
/* page background */
.masthead_header {
	background: transparent url(../home_main.jpg) no-repeat;
	/*background: transparent url(../windows.png) no-repeat;*/
}

.blog_entry {
	margin: 10px 20px 30px 30px;
	width: 750px;
}

.blog_entry img {
	float: left;
	margin: 0 16px 0 0;

}

.content { 
	color: #888;
}

.callout {
	font-size: 18px;
	line-height: 30px !important;
	color: #999;
}

.callout_header {
	font-size: 17px;
	color: #666;
}