@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 21px;
}
h1 {
	font-family: "Lithos Pro Regular", Arial;
	font-size: 24px;
	color: #972218;
	font-weight: normal;
}
a,  a:link {
	color: #9B301C;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #EB3C25;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
a:focus {
	color: #FFCC00;
}
a:active {
	color: #E86126;
}
#left {
	position:absolute;
	left:0;
	top:0;
	padding:0;
	width:50%;
	height:100%;
	background:#231F20;
	float: left;
	background-image: url(Images2/title.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-right: solid #AB2317 1px;
	

}
#right {
	position:absolute;
	right:0;
	top:0;
	padding:0;
	width:50%;
	height:100%;
	color:#333;
	background-color: #FFFFFF;
	float: right;
	background-image: url(Images2/title.png);
	background-repeat: no-repeat;
	background-position: center top;
} 
#messageleft{
	position:absolute;
	top:35%;
	height:19em;
	margin-top:-5em;
	background-color: #FFFFFF;
	width: 400px;
	display: block;
	margin-left: -220px;
	left: 50%;
	-moz-border-radius: 20px 20px;
	-webkit-border-radius: 40px 20px;
	padding: 160px 20px 20px 20px;
	border: solid #A09202 1px;
	background-image: url(Images2/river.jpg);
	background-repeat: no-repeat;
	color: #231F20;
}

#button{
	width:120px;
	padding:10px;
	border: solid #ccc 2px;
	background-color:#A89800;
	color:#9A2118;
	-moz-border-radius: 20px 20px;
	-webkit-border-radius: 40px 20px;
	-moz-box-shadow: 3px 3px 3px #8f8e8a;
	-webkit-box-shadow: 3px 3px 3px #8f8e8a;
	box-shadow: 3px 3px 3px #333;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-left: 130px;
}
#messageRight{
	position:absolute;
	top:35%;
	height:19em;
	margin-top:-5em;
	background-color: #FFFFFF;
	width: 400px;
	display: block;
	margin-left: -220px;
	left: 50%;
	-moz-border-radius: 20px 20px;
	-webkit-border-radius: 40px 20px;
	padding: 160px 20px 20px 20px;
	border: solid #A09202 1px;
	background-image: url(Images2/tree.jpg);
	background-repeat: no-repeat;
	color: #231F20;
}

#buttonr{
	width:120px;
	padding:10px;
	border: solid #ccc 2px;
	background-color:#231F20;
	color:#FFFFFF;
	-moz-border-radius: 20px 20px;
	-webkit-border-radius: 40px 20px;
	-moz-box-shadow: 3px 3px 3px #8f8e8a;
	-webkit-box-shadow: 3px 3px 3px #8f8e8a;
	box-shadow: 3px 3px 3px #333;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-left: 130px;
