header#header {
height: 55px;
width: 100%;

/*min-width: 1280px;*/
/*background: #627d4d;*/
/*background: #443D35;*/

/*background: rgba(98,125,77,1);
background: -moz-linear-gradient(bottom,#586949 0%, #7F9A65 100%);
background: -webkit-gradient(to top, right top, color-stop(0%,#586949), color-stop(100%, #7F9A65));
background: -webkit-linear-gradient(bottom,#586949 0%, #7F9A65 100%);
background: -o-linear-gradient(bottom,#586949 0%, #7F9A65 100%);
background: -ms-linear-gradient(bottom,#586949 0%, #7F9A65 100%);
background: linear-gradient(to top, #586949 0%,#7F9A65 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#586949', endColorstr='#7F9A65', GradientType=1 );*/
}
.button1 {
/*background:#7F9A65 !important;*/
/*color:fff !important;*/
text-shadow: none !important;
}

.div_border_front1{
	background : #3a6f8f;
	background : #003300 !important;
	width : 100%;
	height : 4%;
	
	-webkit-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	border-top-left-radius: 10px;
	
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-right-radius: 10px;
}
.site_title a img {
	width: 100%;
	padding: 5px 0;
}
._program {
	position: absolute;
	top: 5px; right: 5px;
	width: auto; height: 40px;
	cursor: default;
}
._program ul {
	padding: 0;
	margin: 0;
}
._program li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: right;
	/*color: #cb6d01;*/
	/*color: #fff;*/
}
._program li:first-child {
	font-size: 25px;
}
