body {
  margin:0;
  padding:0;
  background:url(images/siteBackground.png) repeat-x #fff;
  text-align:center;
  font: 12px Arial,sans-serif;
  color:#493829;
}

h1 {
	font:24px Georgia,serif;
	font-weight:normal;
	margin:0;
	padding:0;
	margin-bottom:23px;
}

h1 span {
	font:12px Arial;
	padding:0 5px;
}

h2 {
	font:18px Georgia,serif;
	color:#999;
	font-weight:normal;
	margin:0;
	padding:0;
	margin-bottom:23px;
}

a {
	color:#32b7e4;
	text-decoration:none;
}

#container {
	background:url(images/contentBackground.png) no-repeat;
	background-position:0px 36px;
	min-height:628px;
	height:628px;
	margin:0 auto;
	width:933px;
	text-align:left;
	margin-bottom:50px;
}

#wrapper {
	margin-left:171px;
	margin-right:7px;
}

#mainNavigation {
  font:15px Arial;
  padding-left:35px;
  height:26px;
  padding-top:14px;
}

#mainNavigation a {
  text-decoration:none;
  color:#3a322d;
  margin-right:31px;
}

#mainNavigation a#active {
  font-weight:bold;
  color:#34b6e4;
}

#subNavigation {
	position:absolute;
	z-index:2;
	top:43px;
	left:50%;
	margin-left:-260px;
}

#subNavigation a {
	color:#999;
	font:13px Arial;
	display:block;
	float:left;
	margin-right:20px;
	padding:0 10px;
}

#subNavigation a#active {
	background:#00a0df;
	color:#fff;
	font-weight:bold;
}

#content {
	padding:26px 42px 26px 38px;
	min-height:400px;
}

#footer {
	background:url(images/footerBackground.jpg) repeat-x 50%;
}

#footerContainer {
	background:#fff;
	margin-left:29px;
	padding-left:10px;
	width:172px;
	font:11px;
}

#footerContainer a {
	margin-right:10px;
}


input.error, textarea.error {
	border:1px solid #cc0000;
	background:#fff2f2;
}

div.error{
	padding:5px;
	font-size: 11px;
	color:#cc0000;
	padding:5px 0 5px 130px;
}

img {
	border:0;
}

a#homeLink {
	display:block;
	position:absolute;
	width:164px;
	height:200px;
	top:50px;
	left:50%;
	margin-left:-470px;
}

