div {
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}

img {
border-style: none;
}

#outer-wrapper {
width: 900px;
/*margin:0 auto auto 0;
padding:0px;
text-align:left;*/
background-color:#FFFFFF;
margin-left: auto;
margin-right: auto;
}

#main-wrapper {
width: 740px;
margin-left: 160px;
/*float: right;*/
background-color:#FFFFFF;
/*padding:10px;
word-wrap: break-word; fix for long text breaking sidebar float in IE */
}


#menu-wrapper {
width: 160px;
float: left;
background-color:#FFFFFF;
padding:10px;
/*word-wrap: break-word; fix for long text breaking sidebar float in IE */
}

#footer {
  font-size: 70%;
  line-height: normal;
  text-align: center;
  margin-top: 40px;
}


.MenuItem {
  float: left;
  height: 29px;
  width: 120px;
  margin-top: 10px;
  background-color:#ffffff;
  border-width: 0px;
  border-style: solid;
  border-color: black;
  /*padding-top: 5px;
  text-align: center;*/
  text-decoration: none;
  border-style: none;
}


a:link {
text-decoration: none;
color: #000000;
}

a:hover {
 text-decoration: none;
 /* font-weight: bold; */
}

a:visited {
 text-decoration: none;
}

#contact {
 margin-top: 10px;
 background-color:#cccc99
 }

