@charset "UTF-8";

html, body {
	height:100%;
	overflow:inherit;
	margin:0px;
	padding:0px;
}

body {
	background-image:url(../assets/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#2e0901;
}

#container {
	width:756px;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../assets/container.png);
	background-position:top;
	background-repeat:repeat-y;
}

#header {
	width:100%;
	margin:0px auto 0px auto;
	height:194px;
	text-align:center;
	z-index:20;
}

#bannerimage {
	margin-left:-342px;
}

#rightvine {
	width:127px;
	height:594px;
	background-image:url(../assets/rightclimbingvines.png);
	background-repeat:no-repeat;
	z-index:40px;
	position:relative;
	margin:-680px auto 0px auto;
	left:392px;
}

#leftwallvine {
	width:143px;
	height:367px;
	background-image:url(../assets/leftwallvine.png);
	background-repeat:no-repeat;
	z-index:50px;
	position:relative;
	margin-top:-287px;
}

#parkbench {
	width:422px;
	height:280px;
	background-image:url(../assets/bench.png);
	background-repeat:no-repeat;
	z-index:100;
	position:relative;
	margin-top:-235px;
	margin-left:2%;
}

#rightwallvine {
	width:316px;
	height:872px;
	background-image:url(../assets/rightwallvine.png);
	background-repeat:no-repeat;
	z-index:60px;
	position:relative;
	margin-top:-955px;
	left:100%;
	margin-left:-316px;
}

#navigation {
	width:370px;
	height:726px;
	background-image:url(../assets/navbg.png);
	background-repeat:no-repeat;
	position:relative;
	left:-128px;
	top:-50px;
	z-index:5;
}

#navlinks {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	font-weight:bold;
	line-height:35px;
	margin-left:170px;
	padding-top:175px;
}

#bodyfield {
	width:445px;
	margin-left:240px;
	margin-top:-695px;
	padding-bottom:150px;
}

#footer {
	width:100%;
	height:156px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-156px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:center;
	z-index:10;
	position:fixed;
	bottom:0px;
	background-image:url(../assets/brickwall.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
	color:#4b1102;
}

h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	line-height:24px;
	color:#833a27;
}

h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
}

p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:24px;
}

td {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:24px;
}

strong {
	color:#000;
}

a:visited {
	color:#4b1102;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

a {
	color:#4b1102;
	text-decoration:none;
}

.floatRight {
	float:right;
	margin-right:10px;
	margin-bottom:10px;
}

.formInput {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	width:200px;
	color:#333;
}

.formArea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
	width:375px;
	color:#333;
}

#footertext {
	margin-top:22px;
	font-weight:normal;
	font-size:10px;
	font-weight:bold;
	text-shadow:#000 0px 2px 2px;
}

#centerphoto {
	width:445px;
	height:297px;
	text-align:center;
	background-image:url(../assets/photos/placeholder.png);
}

em {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	line-height:16px;
	font-style:italic;
	
}
