html,body {  font-family: arial,verdana,tahoma,helvetica,sans-serif;
  font-size: 85%;  color: #777; 
 margin: 0; 
 padding: 0;	
background-color: #111111;
background-image:     url(img/stripe_pattern.png);
background-repeat:repeat;

}

img{background:url('img/loader.gif') no-repeat center;}
.load{background:url('img/loader.gif') no-repeat center;}

 #wrapper {   
       -moz-box-shadow:    0 0 10px #000000;
   -webkit-box-shadow:  0 0 10px #000000;
   box-shadow:      0 0 10px #000000;
  margin: 11px auto 0 auto; 
  min-height: 700px;
  height: 100%;  
 padding: 10px;
  background: #fff;
  border: 1px solid #ccc;  overflow: hidden;}
 
 #holder {
    min-height: 100%;
    position:relative;
}
 
#logo {  float: right;  
width: 400px;  height: 100px;}
#nav {  float: left;  width: 520px;  height: 0px;}

#overview {    padding: 30px 0; min-height: 650px;  clear: both; }

.left {  float: left;  width: 440px;  margin: 0 20px 0 0;  }
.right {  float: right;  width: 420px;  margin: 0 0 0 20px;  }
.right2 {  float: right;  width: 440px;  margin: 0 0 0 20px;  }
#footer { position: relative;   bottom: 0;  height: 100px; width: 98%;  border-top: 1px solid #e0e0e0; }

#nav li {  float: left;  display: inline;  font-size: 1.0em;  color: #bbb;  margin: 0 0 0 16px;  padding: 0;}
#nav li a {  color: #111;  text-decoration: none;  padding: 7px 9px;  background: #fff;}#nav li a:hover {  color: #fff;  text-decoration: none;  background: #111;}
#footer ul {  float: left;  margin: 0;  padding: 0;  list-style: none;}
#footer li {  float: left;  display: inline;  font-size: 0.9em;  line-height: 30px;  color: #999;  margin: 0 16px 0 0;  padding: 0;}
#footer li a {  color: #777;  text-decoration: underline;}#footer li a:hover {  color: #111;  text-decoration: underline;}
/* TYPOGRAPHY */#wrapper h1 {  font-size: 2.8em;  font-weight: normal;  line-height: 1.1em;  letter-spacing: -2px;  color: #bbb;  margin: 0;  padding: 0;}
#wrapper h1 a, #wrapper h3 a {  color: #111;  text-decoration: none;} 
input.field:focus,
 textarea.field:focus 
{  color: #fff;  background: #25a0d8;  border: 1px solid #111;}

.btn7 {
  color: #444;
  text-decoration: none;
  padding: 6px 9px;
  background: none;
  border: 1px solid #ccc;
}

:hover.btn7 {
  color: #fff;
  text-decoration: none;
  padding: 7px 9px;
  background: #25a0d8;
  border: 1px solid #444;}

 