//@import url("/online/css/reset.css");

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#99
}

p {
    padding: 10px;
}

#leftInner {
  float:left;
  margin:5px auto;
  border-radius: 5px;
  border: 2px solid #d08181;
  padding: 10px;
  margin-right:5px;
  margin-bottom:5px;
  width: 80px;
  height: 100px;  
  background: rgba(140,35,35,.1) url(/images/loginFP.png);
      background-position: center bottom;
  background-repeat: no-repeat;
  padding: 5px;
            background-size: 60px;
  cursor: -webkit-grab; cursor: grab;

}
		
#rightInner {
  float:left;
  margin:5px auto;
  border-radius: 5px;
  border: 2px solid #9294d8;
  padding: 10px;
  		  margin-right:5px;
  margin-bottom:5px;
  width: 80px;
  height: 120px;  
  background: rgba(25,55,115,.1) url(/images/requestFP.png);
	  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 5px;
  background-size: 60px;
  cursor: -webkit-grab; cursor: grab;
}
		
#outer {
  margin: 0 auto;
  border-radius: 5px;
	border: 0px solid #cccccc;
  padding: 0px; 
  width: 80px;
  height: 400px;  
}



#wrapper {
    width: 100%;
    min-width: 800px;
    max-width: 2000px;
    margin: 0 auto;
}

#header {
    //float: left;
    height: 40px;
    width: 100%;
    background: #1e87f0;
}

#navigation {
    float: left;
    height: 70px;
    width: 100%;
    background: #f8f8f8;
}

#contentliquid {
    float: left;
    width: 100%;
}

#content {
    background: inherit;
    margin-left: 220px;
   min-height: 82vh;
    max-height: 100vh;

}

#leftcolumn {
    background: inherit;
    width: 150px;
    float: left;
    margin-left:-100%;
}

#rightcolumn {
    background: #FFFFFF;
    width: 200px;
    float: left;
    margin-left:150px;
}

#footer {
    height: 100px;
    width: 100%;
    background: #000000;
    clear: both;
}
* {
  box-sizing: border-box;
}
.centerimage {
  float: left;
  width: 33.33%;
  padding: 5px;
}

.imageframe::after {
  content: "";
  clear: both;
  display: table;
}

