body {
	margin: 0;
	padding: 10px 0;
	background-color: #FFFFFF;
	color: #2D2D2D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#outer {
	width: 900px;
	margin: 0 auto;
}
#topbar {
	float: left;
	width: 100%;
	background-color: #A7A7A7;
	color: #373737;
}
#logo {
	float: left;
}
#nav {
	float: right;
	margin: 0;
	padding: 14px 0;
	list-style: none;
	font-size: 75%;
	font-weight: bold;
}
#nav li {
	float: left;
	padding: 0 20px;
	border-left: 2px solid #373737;
}
#nav li.first {
	border-left: none;
}
#nav li a {
	background-color: #A7A7A7;
	color: #373737;
	text-decoration: none;
}
#nav li a:hover {
	background-color: #A7A7A7;
	color: #E2E2E2;
}
#content {
	clear: left;
	float: left;
	width: 100%;
	padding: 10px 0;
}
#imagezone {
	float: left;
	width: 503px;
	min-height: 475px;
	padding: 18px;
	background-color: #2D2D2D;
	color: #E2E2E2;
}
#imagezone object,#imagezone img#largeimage {
	display: block;
	width: 503px;
	height: 475px;
}
#gallery {
	width: 447px;
	margin: 0 auto;
}
#gallery .row {
	clear: left;
	float: left;
	width: 100%;
	margin: 20px 0 0;
}
#gallery .first {
	margin: 0;
}
#gallery img {
	float: left;
	width: 109px;
	height: 120px;
	margin: 0 9px;
	border: 11px solid #746D6D;
}
#textzone {
	float: right;
	width: 291px;
	min-height: 453px;
	padding: 34px 30px 24px;
	background: #424242 url(/images/bgTextZone.gif) repeat-x 0 0;
	color: #FFFFFF;
}
#textzone a {
	background-color: transparent;
	color: #EE9915;
}
#textzone a:hover {
	background-color: transparent;
	color: #000000;
}
#textzone h1 {
	margin: 0 0 1.2em;
	font-size: 70%;
	line-height: 1.6em;
}
#textzone p {
	margin: 0 0 1.2em;
	font-size: 70%;
	line-height: 1.6em;
}
#textzone ul {
	margin: 0 0 1.2em;
	padding: 0 24px;
	font-size: 70%;
	line-height: 1.6em;
	list-style: none;
}
#textzone li {
	padding: 0 0 0 8px;
	background: transparent url(/images/bulletList.gif) no-repeat 0 6px;
	color: #EE9915;
}
#contactdetails {
	width: 100%;
	border-collapse: collapse;
	font-size: 70%;
	line-height: 1.6em;
}
#contactdetails tr {
	vertical-align: top;
}
#contactdetails th,#contactdetails td {
	padding: 0 0 1.2em;
}
#contactdetails th {
	font-weight: normal;
	text-align: left;
}
#footer {
	clear: left;
	float: left;
	width: 872px;
	padding: 12px 14px;
	background-color: #A7A7A7;
	color: #2D2D2D;
	font-size: 70%;
}
#footer a {
	background-color: #A7A7A7;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	background-color: #A7A7A7;
	color: #2D2D2D;
	text-decoration: underline;
}