#container {
  margin: auto;
  padding: 0;
  width: 768px;
  text-align: left;
  background: url("../images/container_bg.gif") repeat-y top;
}
  
#header {
  margin: 0;
  padding: 0;
  width: 768px;
  height: 165px;
  background: url("../images/header_bg.jpg")  no-repeat top left;
  clear: both;
}

#logoButton {
  margin: 40px 160px 0px 0px;
  width: 200px;
  height: 100px;
  float: left;
}

#topButtons {
  margin: 40px 0px 0px 0px;
  width: 245px;
  height: 125px;
  float: left;
}
	
#leftColumn {
  margin: 0px 0px 0px 4px;
  padding: 0px 0px 0px 0px;
  width: 190px;
  float: left;
}

#leftColumn ul {
  margin: 0;
	padding: 0;
	
  list-style-type: none;
  color: #F30;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  font-family: arial;
	width: 190px;
	text-align: left;
}

#leftColumn ul li.light{
  background: url("../images/button_light.gif");
  border-bottom: 1px solid #eeeeee;
  padding: 7px 0;
  height: 21px;
}
#leftColumn ul li.dark{
  background: url("../images/button_dark.gif");
  border-bottom: 1px solid #eeeeee;
  padding: 7px 0;
  height: 21px;
}
	  
#rightColumn {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 569px;
  background: url("../images/right_column_bg.jpg") no-repeat top right;
  border-left: 1px solid #eeeeee;
  float: left;
}

#rightColumn ul {
  list-style-type: none;
  margin: 0px 0px 0px 15px;
}

#rightColumn ul li {
  margin: 2px 0px 12px 6px;
  padding: 0px 0px 0px 32px;
  background: url("../images/bullet.gif") no-repeat top left;
}

#feature ul li {
  font-size: 15px; 
  color: #376793; 
  font-weight: bold;
  line-height: 25px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 32px;
}

#story {
  width: 180px; 
  border: 1px solid #eeeeee; 
  float: right; 
  margin: 3px 5px 10px 10px; 
  padding: 6px;
  background-color: #ecf2f7;
  display: block;
}

#rightColumn #story p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#rightColumn #story h3 {
  margin: 0px 0px 8px 0px;
  color: #376793;
  font-size: 18px;
}

#orderButton {
  float: left;
  margin: 0px 10px 0px 0px;
  display: block;
  height: 135px;
  text-align: center;
}

#orderButton p {
  margin: 0px 0px 0px 0px;
}

#article p td {
  font-size: 12px;
  font-weight: normal;
}
		
#footer {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  width: 768px;
  background: url("../images/footer_bg.gif") no-repeat bottom;
  clear: both;
}

#footer p {
  font-size: 9px;
  padding: 5px 10px 5px 10px;
}

#footerLinks {
  margin: 0px 0px 10px 4px !important;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  width: 760px;
  height: 50px;
  text-transform: uppercase;
  background: url("../images/footer_links_bg.gif") no-repeat;
  border-top: 1px solid #eeeeee;
  clear: both;
}

#footerLinks p {
  font-size: 11px !important;
  font-size: 11px;
  margin: 0px 0px 0px 0px;
  font-weight: bold;
}