html, body {
	background-color: #fff;
	font-family: Arial;
	font-size: 10pt;
	color: #003148;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

#wrapper {
	height: 547px;
	width: 900px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -455px;
	margin-top: -273px;
	padding: 0;
}

#menu {
	position: absolute;
	left: 0px;
	bottom: 20px;
	right: 0px;
	height: 32px;
	left: 0px;
	color: #c8e347;
	color: #003148;
	color: #fff;
	font-size: 120%;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 32px;
	background-color: transparent;
	background-image: url(menu-bar.png);
	background-repeat: repeat-x;
	background-position: top left;
}

#content-wrapper {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 900px;
	bottom: 0;
	margin: 0;
}

#background-image, #card-image {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: none;
}

#content-main {
	background: transparent url(bg.jpg) no-repeat fixed center center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#content-transparent {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 125px;
	right: 50px;
	bottom: 125px;
	left: 50px;
	background-color: #d9ec87;
}

#content {
	position: absolute;
	top: 125px;
	right: 50px;
	bottom: 125px;
	left: 50px;
	padding: 10px;
	background-color: transparent;
	overflow: auto;
}

#content p {
	margin: 0 0 10px 0;
}

#content a, #content a:link, #content a:visited {
	color: inherit;
	font-style: italic;
	text-decoration: none;
}

#content a:hover, #content a:active {
	color: #fff;
	font-style: italic;
	text-decoration: none;
}
#content img {
	border: none;
}

#menu > ul {
	margin: 5px;
	padding: 0;
	list-style: none none inside;
	display: inline;
}

#menu li {
	display: inline;
}

#menu ul li + li {
	padding-left: 20px;
	background-image: url(bullet.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}

#menu li a, #menu li a:link, #menu li a:visited {
	color: inherit;
	text-decoration: none;
}

#menu li a:hover, #menu li a:active {
	color: #fff;
	color: #003148;
	text-decoration: none;
}

#contact-bottom {
	bottom: 0px;
	font: inherit;
	color: inherit;
	border: none;
	width: 100%;
	left: 0px;
	text-align: center;
	height: 25px;
	position: absolute;
	margin-bottom: 3px;
}

#contact-bottom em {
	font-style: normal;
	font-weight: bold;
	color: #c8e348;
	color: #fff;
}

#contact-form-wrapper {
	text-align: center;
}

#contact-form {
	text-align: left;
	display: inline-block;
}

#contact-form label {
	float: left;
	width: 100px;
	text-align: right;
	clear: both;
	margin: 17px 10px 5px 0;
}

.contact-form-input {
	width: 300px;
	border: none;
	height: 1.5em;
	margin: 14px 0 5px 0;
	background-color: #e8e8e8;
	font: inherit;
	color: inherit;
}

.contact-form-input-textarea {
	height: 6em;
}

#content h1 {
	margin: 0 0 0.5em 0;
	font: inherit;
	font-size: 120%;
	font-weight: bold;
}

#content .photo {
	margin: 5px 5px 5px 30px;
}

#content .photo-right {
	float: right;
	text-align: right;
}

