html {
	width: 100%;
	height: 100%;
	min-width: 951px;	
}

body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;	
}

#top_bar {
	width: 100%;
	position: absolute;
	top: 0px;
	height: 70px;
	border-bottom: 10px solid #fff24d;
	background-color: #0b6e17
}

#wrapper {
	width: 81%;
	height: 100%;
	min-width: 915px;
	z-index: 2;
	float:left;
	margin-left: 35px;
	position: relative;
}

#logo {
	max-width: 154px;
	max-height: 154px;
	width: 14%;
	height: 53%;
	float: left;
	margin-top:33px;
	margin-left: 78px;
}

#menu {
	margin: 0px;
	padding: 0px;
	background-color: #0b6e17;
	background: rgba(11, 110, 23, 0.31); 
	float: right;
	margin-top:80px;
	font-family: 'Roboto Slab', serif;
}

#menu li {
	display: inline-block;
	font-size: 14px;
	color: white;
	padding: 13px;
	cursor: pointer;
}

#main {
	width: 293px;
	height: 50%;
	background: rgba(255, 255, 255, 0.74);
	margin-top:235px;
	padding: 15px;
	overflow: auto;
	font-family: 'Roboto Slab', serif;
}

#main h1 {
	font-size: 22px;
	padding: 0px;
	margin: 0px;
}

#main h3 {
	font-size: 11px;
	color: #181818;
	padding: 0;
}

#main p {
	font-size: 13px;
	text-align: justify;
}

#main img {
	width: 250px;
	margin: 0 auto;
	display: block;
}

#footer {
	height: 56px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background-color: #0b6e17;
}

#inner_footer {
	float:right;
	text-align: right;
	color: white;
	font-family: 'Roboto Slab', serif;
	font-size:11px;
	margin-top:5px;
	margin-right:10px;
}

#inner_footer b {
	text-decoration: underline;
}

/* Background Slider Start */

.cbp-bislideshow {
    list-style: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 0;
    margin: 0;
}
 
.cbp-bislideshow li {
    position: absolute;
    width: 101%;
    height: 101%;
    top: -0.5%;
    left: -0.5%;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
}
 
/* If background-size supported we'll add the images to the background of the li */
 
.backgroundsize .cbp-bislideshow li {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
 
/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
    display: none;
}
 
.cbp-bislideshow li img {
    display: block;
    width: 100%;
}
 
.cbp-bicontrols {
    position: fixed;
    width: 300px;
    height: 100px;
    margin: -50px 0 0 -150px;
    top: 50%;
    left: 50%;
}
 
.cbp-bicontrols span {
    float: left;
    width: 100px;
    height: 100px;
    position: relative;
    cursor: pointer;
}
 
.cbp-bicontrols span:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    font-family: 'entypo';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 100px;
    font-size: 80px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    opacity: 0.7;
}
 
.cbp-bicontrols span:hover:before {
    opacity: 1;
}
 
.cbp-bicontrols span:active:before {
    top: 2px;
}
 
span.cbp-biplay:before {
    content: "\e002";
}
 
span.cbp-bipause:before {
    content: "\e003";
}
 
span.cbp-binext:before {
    content: "\e000";
}
 
span.cbp-biprev:before {
    content: "\e001";
}
 
.cbp-bicontrols span.cbp-binext {
    float: right;
}
 
/* Fallback */
 
.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
    opacity: 1;
}
 
.no-js.backgroundsize .cbp-bislideshow li:first-child img {
    display: block;
}

/* Background Slider End */