body {
	font-family: verdana, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #000;
}

.wrapper {
  position: relative;
  background: url('img/botshad.gif') bottom left no-repeat;
  margin: 20px auto;
  width: 870px;
}

#header {
  background: url('img/tophead.gif') top left no-repeat;
  height: 107px;
  padding: 10px 10px 0px 10px;
}

#nav {

  margin-top: 5px;

}

#content {
  /*background: transparent url('img/topsection.gif') 0px 0px no-repeat;*/
  background: #ffffff;
  padding: 10px;
}

#bottomcontent {
  padding: 10px;
  margin-bottom: 5px;
  margin-left: 100px;
}

img {
  border: 0px;
}

a {
  color: #666666;
}

a.visited {
  color: #929292;
}



/** Right Boxes **/

#rightWrap {
  position: absolute;
  top: 10px;
  right: 10px;
}

.rightBox {
  background: #f8f8f8 url('img/rightbg.gif') top left repeat-y;
  width: 262px;
  color: #333333;
  margin-bottom: 20px;
}

.rightBox a {
  text-decoration: none;
}

.rightBox .topCap {
  background: transparent url('img/rightcaptop.gif') top left no-repeat;
}

.rightBox .botCap {
  background: transparent url('img/rightcapbot.gif') bottom left no-repeat;
  padding: 20px;
}


/**Persistant Data**/

#pers {
  background: #fafafa url('img/persbg.gif') top left repeat-x;
  border: 1px solid #e7e7e7;
  width: 555px;
  color: #cc6666;
}

#pers .pad {
  padding: 15px;
}


/**TWEEEEEETS**/

table#tweets {
  width: 555px;
}

table#tweets tr {
  background: #e8eeef url('img/tdbg.gif') top left repeat-x;
}

table#tweets td {
  border-bottom: 10px solid #ffffff;
  vertical-align: top;
}

table#tweets td.left {
  width: 55px;
  text-align: center;
}

table#tweets td.middle {
  text-align: left;
  color: #333333;

}

table#tweets td.right {
  width: 85px;
  font-size: 10px;
  color: #666666;
  text-align: left;
  line-height: 170%;

}

table#tweets td.right a{
  color: #666666;
}

table#tweets td.left div{
  padding: 8px;
}

table#tweets td.middle div{
  padding: 8px;

}

table#tweets td.right div{
  padding: 8px;
  white-space: nowrap;
  border-left: 1px solid #ccd4d6;  
  padding-top: 5px;
}


