body {
  margin: 2%;
}
/*DIVs*/
	.sidebar {
    height: 100%; 
    width: 160px; 
	Float:left;
    top: 140px;
    left: 0;
	bottom:100px;
    background-color: #fff8dc;
    overflow-x: hidden;
    padding-top: 20px;
	}

    .content {
	height:100%;
    padding: 0px 10px;
	background-color:#fff;
    }



    .wrapper {

      
        color: #0f8412;
		font-family: times body copy;
		font-size: 14px;
    }

.sidebar a{
	color:24880B;
	font-family: Arial;
	Font-size: 14px;
	text-decoration:none;
}

.sidebar a:hover{
	color:#E4Ef18;
	text-decoration:bold;
}
.box {
  color: #000000;
  border-radius: 5px;
  padding: 10px;
  font-size: 150%;
}

.image1{
	float:right;
	height:200px;
	width; 95px;
}

.image2{
	float:left;
	height:95px;
	width; 200px;
}


h1 {
	font-size:30px;
	color:24880B;
	Font-family: helvetica header;
}


/*header and footer*/
.header {
	Height: 100px;
	width:100%;
	background-image: url("header.jpg");
	background-position: bottom;
	background-color: #808000;
	Font-family: helvetica header;
	Font-size: 60px;
	color: #FFF;
	text-align: center;
}


}

	.clear{
		clear:both;
	}
footer {
	Height: 100px;
	width:100%;
	padding:20px;
	Position:Bottom;
	background-color: #808000;
	Font-family: helvetica header;
	Font-size: 14px;
	color:#FFF;
	text-align: center ;
}