body {
  background-color: white;
  font-size: small;
}

h1 {
  color: #132249;
}

div#container {
  width: 800px;
  overflow: hidden;  
  border: solid;
  border-width: thin;
  background-color: white;
}

div#header {
  width: 799px;
  text: center;
}

div#form {
  float: left;
  max-width: 300px;
  padding-left: 10px;
  margin-left: 10px;
  border-left: solid;
}

div#content {
  width: 450px;
  float: left;
  padding-left: 20px;
}

#acceptance {
  display: none;
}

form_table {
  width: 400px;
  border = 0;
}

.form {
  background-color: white;
  font-size:12px;
  font-style: strong;
  color: #132249;
}

div#main_content {
	padding-top: 25px;
	float: left;
	width: 550px;
	padding-left: 20px;
}

div#products {
  float: left;
  max-width: 175px;
  padding-top: 25px;
  padding-left: 25px;
  margin-left: 10px;
  border-left: solid;
}

div#image_menu {
	float: left;
	width: 800px;
	height: 155;
	margin-left: 20px;
}

div#image_menu_item {
	float: left;
	width: 190;
	height: 153;
}

div#bundle_item {
	float: left;
	width: 150;
	border: solid;
}
