#page-wrapper {
	background-image:  url(../images/main-background.jpg);
	width: 800px;
	margin: 0px;
	padding: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003300;
	border-left-color: #003300;
}
#banner {
	background-image:  url(../images/banner-2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	vertical-align: bottom;
	padding-top: 440px;
	padding-bottom: 20px;
	width: 800px;
	position:relative;

}
#footer {
	background-image: url(../images/footer-image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 183px;
	width: 800px;
	text-align: right;
	vertical-align: bottom;




}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/page-background.jpg);
	background-color: #B1B6CA;
	background-repeat: repeat-y;
	background-position: center;


}
#content {
	text-align: justify;
	font-family: "Century Gothic", Arial, Helvetica, SanSerif;
	font-size: 15px;
	color: #000033;
	padding: 15px;
	margin-top: -30px;
	margin-right: 50px;
	margin-left: 50px;


}
#credit {
	font-size: 8px;
	color: #FFFFFF;
	font-family: "Century Gothic", Arial, Helvetica, SanSerif;
	margin-top: 150px;
	margin-right: 60px;

}
#content a {
	font-weight: normal;
	color: #000033;
}
#content fieldset {
	border: 1px solid #000000;
	padding: 5px;
	margin-bottom: 15px;
	font-size: 12px;

}
#content label {
	vertical-align: top;
	width: 200px;
	float: left;
	margin-right: 20px;
	font-size: 12px;
}
#accom div {
	height: 40px;

}
#content input, #content select {
	font-size: 12px;
}
#content pre {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	background-color: #FFFF99;
	padding: 10px;
	width: 500px;
	margin-left: 15px;
	border: 1px solid #000000;

}
#banner .menu-item {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#content legend {
	color: #000000;
}
#credit a {
	color: #FFFFFF;
}
a img {
	border: none;
}

#header-accom {
	position:absolute;
	right: 27px;
	top: 28px;
}
.accom-focus {
	margin: 1em 1.5em;
	border: 2px solid #ccd6b4;
	padding: 8px;
}
.accom-focus strong {
	color:#202d55;
}
.accom-focus p {
	margin: 6px 0;
}
.right {
	float:right;
	margin: 0 0 0 20px;
}
