@charset "utf-8";
/* CSS Document */

body, html {
	color: #653600;
	font-family: Arial, Helvetica, sans-serif;
	border:none;
	margin:0;
	padding:0;
}


#wrap {
	height: 650px;
	width: 1100px;
	margin: 0;
	padding: 0px;
	position:absolute;

}
#bottom-bg, #top-bg  {	
	width: 1020px;
	margin: 0;
	padding: 0px;
	
		height: 790px;}
	
	
#wrap #top-bg {
	background-image: url(top-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
}
#wrap #bottom-bg {
	background-image: url(../bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
}
#top-bg #bottom-bg {
	background-image: url(bottom-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#callout {
	position: absolute;
	left: 10px;
	top: 10px;
	background-color: transparent;
	z-index:300;
}
#form {
	background-color: #FFF;
	position: absolute;
	width: 700px;
	top: 225px;
	left: 350px;
	z-index: 200;
	border: 13px solid #653600;
}

#form th, #form th p {
	font-family:Arial, Helvetica, sans-serif; font-size:27px; font-weight:normal;


}
#form td, #form p {

font-family:Georgia, 'times New Roman', serif; font-size:12px;
margin:.5em 0;
}

input {
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 0px;
	margin: 0px;
	background-image: none;
}

#reset, #submit {
	color: #653600;
}
.btn {
	color: #653600;
	border: 1px solid #653600;
	background-color: #FFF;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	padding:4px 6px;
}
td #story {
	border: 1px solid #653600;
	width: 250px;
	margin: 1em 0;
	height: 120px;
}
.actions {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 30px;
}
td h3 {
	font-weight: normal;
	font-size: 14px;
}
a:link, a:visited {
	color: #F78E1E;
	text-decoration: none;
}
a:hover {
	color: #653600;
	text-decoration: underline;
}

#email, #name {
	border: 1px solid #653600;
}
