@charset "UTF-8";
/* CSS Document */
body {
	background: #1b1b1b url(../images/willow_bg_small.gif);
	height: 100%;
	text-align: center;
	margin-top: 50px;
}
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 880px;
	height: 670px;
	position: relative;
}
#banner {
	background: #C0C0C0;
	width: 880px;
	height: 46px;
	font-family: "Lucida Calligraphy", "Apple Chancery", "Monotype Corsiva", cursive;
	font-family: "Lucida Calligraphy", "Monotype Corsiva", "Apple Chancery", "URW Chancery L", "times new roman", times, serif;
	font-size: 28px;
	letter-spacing: .06em;
	text-align: center;
	padding-top: 10px;
}
#btn1 {
	position: absolute;
	top: -30px;
	left: -30px;
}
#btn2 {
	position: absolute;
	top: -30px;
	right: -30px;
}
#btn3 {
	position: absolute;
	bottom: -30px;
	left: -30px;
}
#btn4 {
	position: absolute;
	bottom: -30px;
	right: -30px;
}
#inner {
	width: 880px;
	height: 600px;
	background: #151515;
	color: #c0c0c0;
	position: absolute;
}
#footer {
	position: absolute;
	width: 850px;
	top: 660px;
	text-align: right;
	color: #c0c0c0;
	padding-right: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
a {
	text-decoration: none;
	color: #c0c0c0;
}
a:hover {
	text-decoration: underline;
	color: #444;
}
#nav {
	position: absolute;
	background: url(../images/willow_logo_180.gif) bottom no-repeat;
	float:left;
	width: 180px;
	margin: 20px;
	margin-top: 40px;
	padding-top: 40px;
	height: 500px;
	font-family: "lucida calligraphy", "Apple Chancery", "Monotype Corsiva", cursive;
	font-family: "Lucida Calligraphy", "Monotype Corsiva", "Apple Chancery", "URW Chancery L", "times new roman", times, serif;
  font-size: 22px;
}
#nav p {
	line-height: 22px;
	font-weight: normal;
	letter-spacing: .06em;
}
#main {
	position: absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	width: 580px;
	margin: 20px;
	margin-left: 220px;
	margin-top: 40px;
	height: 500px;
	padding-left: 40px;
	padding-top: 40px;
	border-left: solid #444 2px;
}
.floatRight {
	float: right;
	margin-left: 40px;
}
.fixedwidth {
	display: block;
	width: 80px;
	float: left;
	margin-bottom: 10px;
}
#form1 .inpt {
	width: 170px;
	margin-bottom: 10px;
	background: #c0c0c0;
}
#form1 textarea {
	width: 170px;
	height: 60px;
	margin-bottom: 10px;
	background: #c0c0c0;
}
#form1 #query {
	height: 90px
}
#nwsletter {
	font-size:10px;
}
