/*Theme Name: SBEF    
Theme URI:
Description:
Version:1.0
Author:
Author URI:
The CSS, XHTML and design is released under GPL:
*/

img{
	max-width:100%;
	height:auto}

/* Navigation */
.navigation{
	padding-top: 30px;
	padding-bottom: 60px;
	text-align: center;
}
.navigation li{
	display: inline-block;
	font-family: "geww";

}
.navigation li a{
	background-color: #13a89e;
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.header_banner{
	background-color: #FFF;
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 1px solid #CCC;
	text-align: center;
	overflow: hidden;

}
