body {
	height:100%;
	font : helvetica, sans-serif;
	color: #000;
	background: #bbb
}


#wrapper {
	background-color: #bbb; 
	min-width: 100%;
	min-height:100%;
	border:1px solid black;
}

#wrapper1 {
	background-color: #bbb; 
	min-width: 100%;
	border:1px solid black;
}

#header {

height: 100px;
/*background: #5f6c72 url(images/logo3.jpg) left no-repeat;
background-size: auto 80px;
background-position:35px;*/
background-image:url(images/hb.jpg);
margin: 0;
border-bottom : 3px solid #eee;
}

#iheader {
    float: left;
    height: 80px;
    margin: 10px 0px 0px 20px;
    border: 0;
}

#ilheader {
    float: right;
    height: 80px;
    margin: 10px 20px 0px 0px;
    border: 0;
}

#imi {
	text-align: center;
    height: 150px;
    border: 0;
}
.center {text-align: center;}
.left {text-align: left;}

	

#foot {
height: 30px;
background-image:url(images/hb.jpg);
text-align: right;
margin-top: -30px;
border-top : 3px solid #eee;
}

#left {
	background-color: #bbb; 
	width: 150px;
	float:left;
	margin-bottom: 50px;
}
#main {
	background-color: #bbb;
	padding:60px 0px 0px 0px;
	margin-left: 400px;
	max-width: 60%;
	height:auto;
	
}

#gutter {
clear:both;
float: left;
width: 10%;
height: 1px;
}

/*font*/


#hh2 {
/*margin-top: 20px;*/
font-size : 200%;
letter-spacing: 3px;
color : F48000;
background :transparent;
font-weight : bold;
font-variant: small-caps;
}

h2 {
margin-top: 10px;
font-size : 200%;
letter-spacing: 3px;
color : #666972;
background :transparent;
font-weight : bold;
font-variant: small-caps;
}

/*blockquote {
  font: 18px/26px normal helvetica, sans-serif;
  color : #F48000;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  widht: 50px;
  border-left: 3px solid F48000;
} */

blockquote {
 border-left : 3px solid #F48000;
 width: 70%;
 font: 18px/26px normal helvetica, sans-serif;
 color : #F48000;
 margin-top: 50px;
 margin-bottom: 50px;
 margin-left: auto;
 margin-right: auto;
 padding: 10px;
 text-align:center;
 background-color: #ccc;
}

p {
font: 16px/24px normal helvetica, sans-serif;
text-align: center;
margin-left: 7px;
margin-right: 7px;
 margin-bottom: 30px;
}

