@font-face {
	font-family: sans-copperplategothic;
	src: url("font/sans-copperplategothic.ttf");
}
body {
	background-color: #CCCCAA;/*IE doesn't support rgba() but here is the equivalent of "#CCCCAA": rgba(204, 204, 170, 1.0)*/
	word-wrap: break-word;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: hsla(197, 36, 14, 1.0);/*#182226;*/
	letter-spacing: 0px; /*no tracking*/
	font-kerning: none;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	font-variant: normal;
}
/* unvisited link */
a:link {
	color: inherit;
	text-decoration: none;
}
/* visited link */
a:visited {
	color: inherit;
	text-decoration: none;
}
/* mouse over link */
a:hover {
	color: inherit;
	text-decoration: none;
}
/* selected link */
a:active {
	color: inherit;
	text-decoration: none;
}

/*For IE*/
img {
	border-width: 0px;
}

.classiclink:link {
	color: blue;
	text-decoration: underline;
}
.classiclink:visited {
	color: blue;
	text-decoration: none;
}
.classiclink:hover {
	color: blue;
	text-decoration: underline;
}

.link, .link:link, .link:visited, .link:active {
	color: blue;
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
}

.rot:hover img {
	-o-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	opacity: 1.0;
}

.container {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
}
.mainborder {
	border-color: #ABAB7F;
	border-style: solid;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
.page {
	min-width: 600px;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
.footer {
	background-color: #ABAB7F;
}
.menu {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	background-color: #ABAB7F;
}
.title {
	text-align: center;
	font-size: 36pt;
	line-height: 50px;
	font-family: sans-copperplategothic, Arial, Helvetica, sans-serif;
	margin-top: 15px;
}
.message {
	width: 75%;
	font-size: 15pt;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 10px;
}
.banner {
	background-color: #ABAB7F;
	text-align: center;
	font-size: 12pt;
}
.bannerText {
	height: 350px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	line-height: 350px;
	text-align: center;
}
.bannerTextDisplay {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.clear {
	clear: both;
}
.button {
	width: 175px;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	line-height: 45px;
	text-align: center;
	background-color: #6D7A81;
	border-color: #3A4E58;
	border-style: solid;
	border-width: 1px;
	/*cursor: pointer;*/
}
.button:hover {
	background-color: #8C959A;
}
.menuButton {
	width: 125px;
	height: 30px;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 30px;
	text-align: center;
	background-color: #6D7A81;
	border-color: #3A4E58;
	border-style: solid;
	border-width: 1px;
	/*cursor: pointer;*/
	float: left;
}
.menuButton:hover {
	background-color: #8C959A;
}

#question {
	width: 80%;
	margin-left: 10%;
}

#question input[type="text"] {
	width: 360px;
}

#question textarea[name="message"] {
	width: 100%;
	height: 15em;
	resize: none;
}

#question input[type="submit"] {
	min-width: 125px;
	padding: 5px;
	background-color: #6D7A81;
	border-color: #3A4E58;
	border-style: solid;
	border-width: 1px;
	height: 30px;
	font-size: 16px;
	margin-top: 10px;
}

#question input[type="submit"]:hover {
	background-color: #8C959A;
	/*cursor: pointer;*/
}

#question label {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.input {
	margin: 0px;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #182226;
	background-color: #ABAB7F;
}

.layout {
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.message figure {
	display: block;
	margin-left: 10%;
	width: 80%;
	clear: both;
	float:left;
    overflow: auto;
    white-space:nowrap;
}

.message figure img {
	display: inline-block;
	border-radius: 10px;
	margin: 1%;
	width: 98%;
}

.description {
	text-indent: 12px;
}

#fbwrapper {
	width: 450px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}
