html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  height: 100%; 
	margin-bottom: 1px;
}

html {
  /* Turn on scroll bar */
  overflow-y: scroll;
}

body {
  background: #999999 url(images/bg.gif) top repeat-x;
}

* {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

hr  {
  display: block;
  width: 100%;
  height: 1px;
  border-width: 0;
  padding: 0;
	margin-left: 0;
	margin-right: 0;
  background-color: #fff;
  color: #fff;
}

h1 { 
  font-size: 17px;
	margin-top: 0;
}

h2 { 
  font-size: 15px;
}

h3 { 
  font-size: 12px;
}

a {
  color: #333;
	text-decoration: none;
}

.msg {
  border: 1px solid #f00;
	font-weight: bold;
	color: #f00;
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
}

.title {
  color: #FF0000;
	font-size: 33px;
}

.subtitle {
  color: #FF0000;
	font-size: 22px;
}

.head1 {
  background: #ccc;
}

.page {
  width: 800px;
}

.content {
	text-align: left;
	border: 2px solid #fff;
}

.content p {
	text-align: justify;
}

.content td {
	padding: 10px;
}

.content td td {
	padding: 5px;
}

.content form {
  background: #ccc;
	color: #333;
	padding: 10px;
	border: 1px solid #999;
}

.content form td,
.content form strong,
.content form b,
.content form p,
.content form a,
.content form a:link,
.content form a:visited,
.content form a:active {
	color: #333;
}

.nav {
  margin: 15px 0;
}

.nav a {
  font-weight: bold;
	display: block;
	background: #333;
	color: #fff;
	padding: 4px;
	white-space: nowrap;
}

.iptc td {
  padding: 2px 2px 2px 0;
}

.imagerow1>td, 
.imagerow2>td {
  padding: 7px;
}

.price {
  background: #ccc;
}

.price td {
  border-bottom: 1px solid #fff;
  padding: 2px 5px;
}

.price div {
  color: #333;
	font-weight: bold;
}

.price select {
  width: 100%;
}

table.iptc td {
  background-color: #ccc;
	border-bottom: 1px solid #fff;
  padding: 2px 5px;
}

form {
  padding: 0;
	margin: 0;
}

input,
textarea,
select,
option {
  color: #333;
	background: #ddd;
	border: 1px solid #999999;
}

option {
	border: 0;
}

.button {
  color: #333;
	background: #ddd;
	border: 1px solid #999999;
	font-weight: bold;
}

.input {
	width: 250px;
}

.searchinput {
	width: 150px;
}