body {
	background-color: #000;
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
}

#container { 
	width: 800px; 
	text-align: left; 
}
#gallery { 
	width: 750px; 
	text-align: left; 
}

#header { 
	height: 170px;
	padding-bottom:4px;
	padding-top:4px;
}

#nav {
	background: url("images/layout_buttonbg.gif") 0 0 #000 repeat-x;
	width: 800px;
}


#menu2 {
  display:table;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  white-space:nowrap;
  }
#menu2 li {
  display:table-cell;
  }
* html #menu2 li {
  float:left;
  }
#menu2 a {
  width:auto;
  display:block;
  padding:4px 16px;
  color:#fff; 
  border-right:1px solid #fff; 
  text-decoration:none;
  }
* html #menu2 a {
  float:left;
  }
#menu2 a:hover {
  color:#000;
  background: url("images/layout_buttonbg-over.gif") 0 0 #8f8f8f repeat-x;
  }

.container {clear:both; text-decoration:none;}
* html .container {display:inline-block;}

#body { 
	background-color: #585757;
	padding: 3px;
	width: 794px;
}

#copyright {
	font-size: 10px;
	text-align: center;
}

table.bundle { border: 1px solid #000 }

td.top {
	background: url("images/layout_buttonbg.gif") 0 0 #000 repeat-x;
	text-align: center;
	height: 17px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #000;
}

td.bot {
	padding: 3px;
	/*background: url("images/bundle_bg2.gif") 0 0 #969594 repeat;*/
	color: #FFF;
	background-color:#848589;
	font-size: 12px;
}

img.border {
	border: 1px solid #000;
}

input {
	font-size: 12px
}

.error {
	color: #FF0000;
	font-weight: bold;
}

.separationboxes { margin: 4px; border: 1px solid #000; }td.bot2 {
	padding: 3px;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #000000;
}
td.top2 {
	background: #000 url(images/layout_buttonbg.gif) repeat-x 0 0;
	text-align: center;
	height: 17px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	border-bottom-style: outset;
	border-bottom-color: #FFFFFF;
}
