body {
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;	
	font: 62.5% "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
}

/*div {
	border: 1px solid black;
}
*/
#box {
	width: 820px;
	text-align: left;
	margin: 0 auto;
}

#header {
	float: left;
	width: 820px;
	height: 185px;
	background: url('/i/header-top-row.jpg') top left no-repeat;
	margin: 0;
	padding: 0;
}

#header h1 {
	display: none;
	margin: 0;
	padding: 0;
}

#menu {
	float: left;
	margin: 0;
	padding: 0;
	height: 32px;
}

#menu img {
	border: none;
	margin: 0;
	padding: 0;
}


#header-bottom {
	float: left;
	padding: 0;
	margin: 0;
}

#content {
	padding: 10px 50px;
}

#content h2 {
	font-size: 1.8em;
}

#content h3 {
	font-size: 1.5em;
	font-style: italic;
	font-family: Georgia, Times "New Roman", serif;
	
}

#content p, #content dl, #content ul {
	font-size: 1.3em;
}

#content dt {
	margin-top: 10px;
	font-weight: bold;
}

#content dd {
	padding-left: 0;
	margin-left: 0;
	
}

#footer {
	margin: 0 18px;
	height: 32px;
	width: 802px;
	text-align: center;
	color: white;
	clear: both;
	float: left;
	background: url('/i/footer-tile.jpg') left top repeat-x;
}

a {
	color: #396C07;
}

#footer a {
	color: white;
}

/* For notation */

p em {
	color: red;
}

p.small-print {
	font-size: 0.8em;
	font-style: italic;
	font-color: #ccc;
}

div.row {
	float: left;
	width: 100%;
	margin: 5px;
}

span.details {
	font-size: 1.2em;
	float: left;
	width: 45%;
}

span.price {
	color: #376A0B;
	font-family: Georgia, Times "New Roman", serif;
	font-size: 2em;
	width: 45%;
	float: right;
}

form {
	font-size: 1.2em;
}

div.form-row {
	width: 500px;
	margin: 5px 0px;
}

div.form-row label {
	float: left;
	width: 30%;
	text-align: right;
	padding: 0 5px;
}


table {
	width: 700px;
}

table input {
	width: 20px;
}

table input.footprint	{
	width: 150px;
}
