body {
  background-color: #000000;
  overflow-y: scroll;
}

body, p, ol, ul, td {
  color: #BABABA;
  /*
  Georgia, "Times New Roman", Times, serif; 
  "Palatino Linotype", “Book Antiqua”, Palatino, “Times New Roman”, Times, serif; 
  Tahoma, Arial, sans-serif;
  Verdana, Arial, Helvetica, sans-serif;
  */
  font-family: "Palatino Linotype", “Book Antiqua”, Palatino, “Times New Roman”, Times, serif; 
  font-size: 18px;
}

input[type=text] {
	display: block;
	width: 150px;
}

th {
  text-align:left;
  text-decoration: underline;
}

p {
  text-indent: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.float_right {
  float: right;
}

.float_left
{
	float: left;
}

.width_constraint {
  width: 300px;
}

.left_pad {
  padding: 0px 0px 0px 30px;
}

.heavy_left_pad {
  padding: 0px 0px 0px 60px;
}

.pad_right {
  padding: 0px 5px 0px 0px;
}

.inflated_text {
  font-size: 34px;
}

.dark_text {
  color: #2B2B2B;
}

h1 {
  font-weight: bold; 
  font-size: 28px;
  margin-bottom: 0px;
  margin-top: 0px;
}

h2 {
  font-weight: bold;
  font-size: 24px;
}

a {
  color: #DDDDDD;
  font-weight: bold;
  text-decoration: none;
}

.button_border img {
  border-width: 0px;
  margin: 0px; 
  padding: 0px;
}

.root {
  margin-top: 40px;
  margin-bottom: 40px;
  
  /* Center things inside root, works for IE */
  text-align: center; 
}
.container {
  background-image: url("../images/layout/background.jpg");

  
  width: 700px;

  overflow: hidden;
  /* Center the container, works for Mozilla */
  margin: 0 auto;
	text-align: left;
  border: 0px red solid;
}
.rightBar {
  background-image: url("../images/layout/rightBar.jpg");
  background-repeat: no-repeat;

  border: 0px yellow solid;
}
.leftBar {
  margin-left: 126px;
  border: 0px blue solid;
}
.bottomBar {
  width: 550px;
}

.bottomBar a {
  color: #2B2B2B;
}

.mainContent {
  margin: 0px 40px 0px 20px;
  border: 0px purple solid;
}
.imageLink {
  border-width: 0px;
}

div .productRoot {
  border: 3px #2B2B2B solid;
  background-color: #DDDDDD;
}

.productRoot b, th {
  color: #000000;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  vertical-align: top;
}

.productRoot table {
  border-spacing: 0px;
}

.productRoot a {
  color: #2B2B2B;

}

.productRoot form {
  margin: 0px;
}

.productRoot input {
  margin-bottom: 4px;
}

.productRoot, .productRoot td, div .productInfo, .productInfo p {
  font-size: 12px;
  color: #555555;
}

div .blog img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 3px #333333 solid;
}

div .productInfo {
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

div .productLeftPanel {
  float: left;
}

.productThumb img {
  border-right: 3px #AAAAAA solid;
  border-bottom: 3px #AAAAAA solid;
  margin-right: 5px;
  margin-bottom: 8px;
}