* {
margin: 0;
padding: 0;
}


a {
color: #993300;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #DC8552;
}

ul {
list-style-image: url("images/bullet.gif");
margin: 15px 40px;
}

body {
background: #3B362E url("images/bg.jpg") repeat-y;
background-position: 50% 50%;
font: normal 11px/18px georgia, times, serif;
text-align: center;
font-size: 12px;
}



#header {
width: 700px;
background-color: #FFF;
margin: auto;
margin-bottom: 6px;
text-align: center;

}

#content {
text-align: left;
width: 660px;
margin: auto;
}

h2{
font-style: italic;
letter-spacing: -1px;
font-size: 18px;
color: #323232;
padding-top: 10px;
padding-bottom: 10px;
}

h1{
font-style: italic;
letter-spacing: -1px;
font-size: 22px;
color: #323232;
text-align: center;
line-height: 30px;
}

#menu2 {
  font-family: "Lucida Sans", Arial;
  font-size: 11px;
  text-transform: uppercase;
  display:table;
  padding:0;
  margin:0 auto;
  list-style-type:none;
  white-space:nowrap;
  text-align:center;
  }
#menu2 li {
  display:table-cell;
  list-style-type:none;
  float:left;
  }
* html #menu2 li {
  float:left;
  }
#menu2 a {
  width:auto;
  display:block;
  padding:4px 16px;
  color:#fff;
  background:#993300;
  border:1px solid #fff;
  text-decoration:none;
  }
* html #menu2 a {
  float:left;
  }
#menu2 a:hover {
  color:#fff;
  background:#333;
  }

* html .mcontainer {display:inline-block;}

#footer {
width: 680;
margin-top: 15px;
margin-bottom: 15px;
padding-bottom: 15px;
text-align: center;
}

.box{
background-color: #E0E0E0;
color: #000;
border: 1px solid #c0c0c0;
float: left;
padding: 6px;
margin-right: 12px;
margin-left: 6px;
margin-top: 12px;
margin-bottom: 6px;
}

