html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #f983a5 url('/images/background.jpg') repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 67.5%;
}

img {
	display: block;
	border-width: 0;
}

img.center {
	margin: 0 auto;
}

h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
}

h2 {
	margin: 0;
	padding: 0;
	margin-top: 4px;
	padding-bottom: 2px;
}

#pagecontainer {

}

#header {
	width: 760px;
	height: 176px;
	margin: 0 auto;
	background: transparent url('/images/header.jpg') no-repeat;
}

#navigation {
	width: 760px;
	height: 32px;
	margin: 0 auto;
	background: #f983a5 url('/images/navigation-background.jpg') no-repeat;
}

#navigation ul {
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 1.3em;
	list-style: none;
}

#navigation ul li {
	margin: 1px 0 0 0;
	padding: 0 10px;
	float: left;
	border: 1px solid #ffffff;
	border-width: 0 0 0 1px;
	line-height: 30px;
	list-style: none;
}

#navigation ul li.first {
	border-width: 0;
}

#navigation ul li a {
	text-decoration: none;
	color: #000000;
}

#navigation ul li a:hover {
	color: #f983a5;
}

#content {
	width: 760px;
	margin: 0 auto;
	background: #ffffff url('/images/content-background.jpg') repeat-y;
}

#content a {
	color: #f983a5;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#leftcolumn {
	float: left;
	margin: 20px 0 10px 30px;
	width: 445px;
}

#rightcolumn {
	float: left;
	margin: 20px 0 10px 30px;
	width: 220px;
}

#rightcolumn p {
	padding: 0 6px;
	margin: 0;
}

#rightcolumn p.margintop {
	margin: 5px 0 0 0;
}

#footerimage {
	width: 760px;
	height: 73px;
	margin: 0 auto;
	background: #f983a5 url('/images/footer.jpg') no-repeat;
}

#footertext {
	width: 760px;
	height: 80px;
	margin: 0 auto;
}

#footertext p {
	padding: 0 10px 3px 10px;
	color: #ffffff;
	line-height: 1.6em;
}

.floatleft {
	float: left;
}

#footertext a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#footertext .textright {
	float: right;	
}
#footertext a:hover {
	color: #000000;
}


.box-header {
	width: 220px;
	height: 10px;
	background: #feeaf0 url('/images/box-header.jpg') no-repeat;
}

.box-content {
	width: 220px;
	background-color: #feeaf0;
}

.box-content p {
	padding: 0 10px;
}

.box-footer {
	width: 220px;
	height: 10px;
	margin-bottom: 12px;
	background: #ffffff url('/images/box-footer.jpg') no-repeat;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

form {
	background-color: #ffffff;
	padding: 8px;
	width: 410px;
	border: 0px solid #f983a5;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

legend {
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 4px;
	color: #000000;
}

label {
	clear: left;
	float: left;
	width: 110px;
	vertical-align: middle;
	font-size: 1.1em;
	margin-left: 10px;
	padding-top: 10px;
}

.formInput {
	float: left;
	margin: 5px 0;
	width: 280px;
	background-color: #feeaf0;
	border: 1px solid #f983a5;
}

.formTextarea {
	float: left;
	margin: 5px 0 0 10px;
	width: 390px;
	height: 150px;
	background-color: #feeaf0;
	border: 1px solid #f983a5;
}

.formButton {
	margin: 5px 5px;
	background-color: #feeaf0;
	border: 1px solid #f983a5;
}

br.clear {
	clear: left;
}

.message {
	width: 410px;
	font-weight: bold;
	color: #ff0000;
}

.required {
	color: #ff0000;
}

#map {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 300px;
	border: 1px solid #999999;
}

#flashgallery {
	width: 445px;
	height: 395px;
	margin: 10px 0;
}

#content ul li {
	margin-bottom: 5px;
}

#leftcolumn table {
	width: 100%;
}

#leftcolumn table th {
	text-align: left;
	font-weight: bold;
}