* {
	margin: 0;
	padding: 0;
}

body {
	background: #B9CFF8 url('../images/page_bg.gif') repeat-x;
	font-family: Arial;
	font-size: 12px;
}

:active, :focus {
  outline: none;
}

a {
	text-decoration: none;
	color: white;
}

#wrapper {
	width: 853px;
  margin: 0 auto;
  padding: 105px 20px 10px 20px;
	background: url('../images/wrapper_bg.jpg') no-repeat;
}

#primary_navigation {
  font-size: 1.6em;
	color: white;
}

#primary_navigation li {
	display: inline;
	list-style-type: none;
}

#secondary_navigation {
  padding-top: 15px;
  font-size: 1.6em;
  color: white;
}

#secondary_navigation li {
	display: inline;
	list-style-type: none;
}

#content {
	margin-top: 25px;
	font-size: 1.1em;
	color: #006699;
}

#content h1 {
	margin-bottom: 10px;
	font-size: 1.4em;
	color: #006699;
}

#content h2 {
	margin-bottom: 5px;
}

#content p {
	margin-bottom: 10px;
	line-height: 1.5em;
}

#content a {
	color: #006699;
	text-decoration: underline;
	font-weight: bold;
}

#content a:hover {
	background: white;
	color: #006699;
}

#content .towns {
	font-size: 0.9em;
}

#content ul {
	margin-bottom: 10px;
  padding-left: 14px;
}

#content li {
	line-height: 1.5em;
}

#contact_form {
  float: left;
  width: 50%;
}

fieldset {
  border: 0 none;
}

label {
  display: block;
  font-weight: bold;
}

.text_entry { border: 1px solid #9ac; padding: 5px; width: 85%; }
.small_heading_text { font-size: 11px; }

#footer {
	margin-top: 15px;
	padding-top: 3px;
	border-top: 1px solid #006699;
	font-size: 0.9em;
	color: #006699;
}

#footer a {
	color: #006699;
}

#footer a:hover {
  color: white;
}

#portrait {
  float: right;
  margin-top: 25px;
}

#portrait p {
  font-size: 10px;
  color: #006699;
  text-align: center;
  font-style: italic;
}