/* ---------- overall ---------- */

body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #8e7452;
	background: #fff url(img/bg.gif) repeat-x;
	text-align: center;
}
body, div, ul, li, dl, dd, dt, p, table, tr, th, td, hr, a, img, form {
	padding: 0;
	border: 0;
	margin: 0;
}
a, a:link {
	outline: none;
	color: #6ea1a4;
	text-decoration: none;
}
a:visited {
	color: #94bfc2;
}
a:hover, a:activer {
	color: #6ea1a4;
	text-decoration: underline;
}
p {
	margin: 0 0 15px 0;
}
ul {
	padding: 0 0 15px 25px;
	list-style: square;
}
h1 {
	color: #ef8100;
	margin: 25px 0 15px 0;
	font-size: 18px;
	font-weight: normal;
}
h2 {
	color: #ef8100;
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: normal;
}
h3 {
	color: #8e7452;
	margin: 0 0 2px 0;
	font-size: 12px;
	font-weight: bold;
}
hr {
	color: #b0eaee; /* same colour as below (with slight change for validation)  */
	background-color: #afeaee; /* same colour as above */
	height: 2px;
	margin: 15px 0 20px 0;
}
.header {
	display: block;	
}
.picRight {
	float: right;
	margin: 0 0 20px 20px;
}
.picLeft {
	float: left;
	margin: 0 20px 20px 0;
}


/* ---------- layout ---------- */

#container {
	display: table;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	background: url(img/head-internal.jpg) no-repeat center top;
}
#innerContainer {
	display: table;
	width: 840px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}
#nav {
	width: auto;
	height: 37px;
}
#nav li {
	display: inline;
	margin-right: 4px;
	margin-left: 4px;
}
#fullColumn {
	clear: both;
	display: inline;
	float: left;
	width: 790px;
	height: auto;
	text-align: left;
	margin: 404px 0 0 24px;
}
#leftColumn {
	clear: both;
	display: inline;
	float: left;
	width: 430px;
	height: auto;
	text-align: left;
	margin: 400px 0 0 24px;
}
#rightColumn {
	display: inline;
	float: right;
	width: 334px;
	height: auto;
	text-align: left;
	margin: 400px 16px 0 0;
}
#footer {
	clear: both;
	display: table;
	width: 100%;
	height: 50px;
	text-align: center;
	margin: 40px auto 0 auto;
	background: url(img/footer.gif) no-repeat center bottom;
	font-size: 10px;
	color: #af9c7c;
	white-space: pre;
}
#footer a, #footer a:link, #footer a:visited {
	color: #af9c7c;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #8e7452;
	text-decoration: underline;
}


/* ---------- home ---------- */

#homeContainer {
	display: table;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	background: url(img/head-home.jpg) no-repeat center top;
}
#homeContainer #leftColumn {
	margin-top: 454px;
}
#homeContainer #rightColumn {
	margin-top: 454px;
}
.homeBlock {
	clear: both;
	float: left;
	width: 334px;
	height: 159px;
	text-align: left;
	margin: 0 0 16px 0;
}


/* ---------- other pages ---------- */
.testifier {
	font-style: italic;
	font-weight: bold;
}
#newsletterForm {
	margin: 10px 0 0 0;
	height: auto;
	width: auto;
	float: left;
}
input {
	font: 12px Arial, Helvetica, sans-serif;
	color: #8e7452;
}
.submit {
	margin: 0 0 -9px 0;
}
