body, html, #wrapper {
	min-height: 99%;
	width: 99%;
	height: 99%;
}
html>body, html>body #wrapper {
	height: auto;
}
#wrapper {
	position: absolute;
	margin: 0 auto 10;
	text-align: left;
	width: 700px;
	height: 520px;
	border: 1px solid #58461B;
}

body {
	margin: 10px;
}

#header {
	width: 100%;
}
#header .logo {
	float: right;
	margin: 10px;
}
#line {
	background-color: #9B1212;
	clear: both;
	height: 4px;
}
#whiteline {
	background-color: #FFFFFF;
	clear: both;
	height: 1px;
}
#header .picture {
	float: left;
}
#navigation {
	float: left;
	height: 600px;
	width: 132px;
	background-position: right top;
	position: absolute;
	background-color: #9B1212;
}
#navigation ul {
	margin-left: -30px;
	list-style-type: none;
	margin-top: 40px;
}
#navigation li {
	margin-bottom: 14px;

}
#navigation ul li a:link, #navigation ul li a:visited, #navigation ul li a:active  {
	padding: 5px 10px 4px;
	margin: 1px 1px 6px;
	border: 1px solid #9B1212;
}
#navigation ul li a:hover {
	border: 1px solid #FFFFFF;
	padding: 5px 10px 4px;
}
#strapline {
	float: left;
	margin-top: 17px;
	margin-left: 25px;
	width: 222px;
	text-align: center;
}
#logo {
	background-color: #990000;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
#text {
	float: right;
	position: relative;
	right: 0px;
	width: 550px;
	margin-top: 10px;
}
#text a:link, #text a:visited, #text a:active, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color: #58461B;
	text-decoration: underline;
	font-weight: bold;
}
#text a:hover {
	color: #DDCAB7;
	text-decoration: underline;
	font-weight: bold;
}
#footer {
	background-color: #ECE2CC;
	bottom: 0px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding: 2px;
	text-align: center;
	left: 0px;
	right: 0px;
}
#strapline .contact {
	margin-top: 24px;
}
#images {
	float: right;
	width: 90px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-left: 10px;
}
#images .bordertop {
	margin-top: 1px;
}
#text p {
	line-height: 2.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#text h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #A5833D;

}
