div#container {
  position: relative;
  width: 900px;
  text-align: left;
  padding: 0px;
  margin: 20px auto;
  background: #fff;
  height: 100%;
}

/* -----------------header--------------------- */
div#header {
  position: relative;
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
  height: 240px;
  clear: both;
}

div#logo {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  width: 165px;
  height: 236px;
  font-size: 11px;
  text-align: center;
  color: #000;
  font-weight: bold;
  background: #F0EEDF;
}

div#subImage {
  position: absolute;
  left: 175px;
  height: 236px;
  width: 190px;
  background: #fff;
}

div#categoryImage {
  position: absolute;
  top: 0px;
  left: 377px;
  height: 240px;
  width: 523px;
  background: #fff;
}

/* -----------------content--------------------- */
div#body {
  position: relative;
  top: 7px;
  left: 0px;
  background: #fd9f1d url(/images/layout/left_menu_bottom.png) no-repeat bottom left;
}

/* --------------left nav------------- */
div#left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 168px;
  margin: 0px;
  padding: 0px;
  color: #000;
  float: left;
}

.menuCategory {
  text-align: right;
  padding: 0px 10px 5px 0px;
  font-weight: bold;
  color: black;
}

/* --------------content------------- */

div#whiteBox {
  position: relative;
  top: 0px;
  left: 168px;
  width: 732px;
  background: #fff;
}

div#topMenu {
  position: relative;
  top: 0px;
  left: 7px;
  width: 725px;
  margin: 0px;
  padding: 0px;
  color: #fff;
  background: #87407c;
  height: 40px;
}

div#topMenuLinks {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0px;
  padding: 0px;
  color: #fff;
  line-height: 25px;
}

div#topMenuSearch {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0px;
  color: #fff;
  height: 25px;
}

.searchForm {
  display: inline;
}

.searchBoxx {
  border: hidden;
  padding: 5px 0px 0px 7px;
  width: 183px;
  height: 25px;
  background: #1989c9 url('/images/layout/search_bg.png') no-repeat;
}

.searchBox {
  border: 2px solid #3154cc;
  background-color: #dde5ee;
  width: 150px;
}

div#content { 
  position: relative;
  top: 0px;
  left: 7px;
  width: 675px;
  padding: 25px;
  z-index: 4;
  background: #f0eedf url(/images/layout/tan_body_lower_right.png) no-repeat bottom right;
}

div#buttons { 
  text-align: right;
}

div#button {
  display: inline;
  text-align: right;
  padding-left: 5px;
}

div#left-button { 
  text-align: center;
  padding: 5px 0px 5px 0px;
}

/* -----------footer--------------------------- */
div#footer {
  position: relative;
  left: 175px;
  top: 10px;
  width: 725px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  color: #02937a;
  background: #fff;
  font-weight: bold;
}

div.tweet{
  font-size: 11px;
  margin-bottom: 10px;
}

div.tweet div.time{
  color:       grey;
  font-size:   10px;
}

div.tweet img{
  border: none;
  float:  left;
  height: 32px;
  margin: 0 5px 0 0;
  width:  32px;
}
