body {
 background-image: url(/images/gradient.jpg);
 background-repeat: repeat-x;
 background-color: #fff;
}
#matte {
 background: #ddd;
}
.vmenu, .vmenu ul li {
 font-size: 14px;
}
.vmenu {
 width: 12em;
}
#bottomItems {
 width: 595px;
}
#leftMenu h2 {
 margin-top: 10px;
 text-align: center;
 color: white;
}
#bottomItems {
 margin-top: 10px;
}
#bottomItems h1 {
 margin: 0 10px;
 font-size: 24px;
 font-weight: bold;
 text-align: center;
}
#bottomItems h2 {
 margin: 10px;
 font-size: 18px;
 font-weight: bold;
 text-align: center;
}
#bottomItems p {
 margin: 0 10px 10px 10px;;
 padding: 0;
 line-height: 1.5;
}
#bottomItems hr {
 margin: 10px;
}
#outer {
 margin: 10px auto;
 width: 580px;
}
.thumbnail {
 padding: 5px;
 border: 1px solid #999;
 background-color: white;
 font-size: 11px !important;
}
.desc {
 width: 300px;
 margin: 10px auto;
 background-color: white;
 padding: 10px;
 border: 1px solid black;
}
/* boxed and drop shadow */
.bnds, .bndsc {
 margin: 10px 10px 20px 10px;
 padding: 5px 5px 5px 10px;
 background-color: #eee;
 box-shadow: 10px 10px 5px #888;
 -webkit-box-shadow: 10px 10px 5px #888;
 -moz-box-shadow: 10px 10px 5px #888;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
}
.bndsc {
 width: 300px;
 margin: 10px auto;
}
