body {
  background-image:	url('../images/site/background.jpg');
  margin-top:		30px;
}

#header {
  vertical-align:	top;
  height:		193px;
  background-image:	url('../images/site/header.jpg');
  padding-top:		111px;
  padding-left:		120px;
}

#leftt {
  width:		118px;
  background-image:	url('../images/site/left.gif');
  vertical-align:	top;
  background-position:	bottom;
}

#right {
  width:		182px;
  background-image:	url('../images/site/right.gif');
  vertical-align:	top;
  background-position:	bottom;
}

#main {
  width:		662px;
  background-color:	4C4C4C;
  padding-right:	15px;
  padding-left:		15px;
  vertical-align: top;
}

#footer {
  padding-top: 10px;
  height:		39px;
  background-image:	url('../images/site/footer.jpg');
}

.header_text, .error {
  color: white;
  font-weight: bold;
  font-size: 13px;
}

.header_text a {
  text-decoration: none;
}

.error {
  text-align: center;
}

.shaded_table td {
  border-left: 1px solid black;
  border-top: 1px solid black;
  color: black;
  font-size: 12px;
  padding: 4px;
}

.shaded_table {
  background-color: 	#B1B1B1;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}



