h1 {
	font-family:"Kabel Bk BT", Verdana, sans-serif;
	font-size:2em;
	color:#9D4F00;
}

h2 {
	font-family:"Kabel Bk BT", Verdana, sans-serif;
	font-size: 1.5em;
	margin:0 0 0 0;
	padding:0;
}

p {
	font-family:"Kabel Bk BT", Verdana, sans-serif;
	font-size: 1em;
}



/* -------------- Template Layers ---------------*/

#testbox {
	height: 30px;
	width: 30px;
	background: #FF0000;
}

#wrapper {
	margin: auto;
	width: 840px;
	background-color: #FFFFFF;
	/* border:outset #FAF0CB; */
}

#header {
	width: 820px;
	height: 227px;
	background: #7A9436;
	position: relative;
}

#header_box1 {
	width: 174px;
	height: 20px;
	background: #E1E1E1;
	border: none;
}

#header_logo {
	width: 174px;
	height: 103px;
	border: none;
	background: #FFFFFF;
}

#header_pic1 {
	width: 133px;
	height: 103px;
	border: none;
	position: absolute;
	top: 21px;
	left: 174px;
}

#header_pic2 {
	width: 134px;
	height: 103px;
	border: none;
	position: absolute;
	top: 21px;
	left: 307px;
}

#header_pic3 {
	width: 137px;
	height: 103px;
	border: none;
	position: absolute;
	top: 21px;
	left: 441px;
}

#header_box2 {
	width: 83px;
	height: 103px;
	border: none;
	position: absolute;
	background: #E1E1E1;
	top: 21px;
	left: 578px;
}

#header_box3 {
	width: 174px;
	height: 104px;
	border: none;
	margin: 0px;
	background: #7A9436;
}

#header_pic4 {
	width: 267px;
	height: 104px;
	border: none;
	position: absolute;
	left: 174px;
	top: 123px;
}

#header_box4 {
	width: 220px;
	height: 104px;
	border: none;
	background: #E4CA61;
	position: absolute;
	left: 441px;
	top: 123px;
}

#header_pic5 {
	width: 159px;
	height: 197px;
	border: none;
	background: #E4CA61;
	position: absolute;
	left: 661px;
	top: 30px;
}

#menu_border {
	height: 25px;
	width: 820px;
	background: #9D4F00;
	position: absolute;
	border: none;
}

#menu_startpoint {
	height: 25px;
	background: #9D4F00;
	position: absolute;
	left: 260px;
	z-index: 1;
	border: none;
}

#greensidebar {
	min-height: 713px;
	width: 820px;
	background: #7A9436;
	position: relative;
	top: 25px;
	border: none;
}

#menu_text {
    height: 40px;
    width: 120px;
    left: 20px;
    top: 40px;
    z-index: 1;
    background: #7A9436;
    padding: 5px;
    position: absolute;
}

#content_area {
	min-height: 783px;
	width: 626px;
	left: 174px;
	z-index: 1;
	background: #FFFFFF;
	padding: 10px;
	position: relative;
}

#footer_area {
	height: 45px;
	width: 820px;
	z-index: 2;
	background: #9D4F00;
	position: relative;
}

/* Items for the forms  */
#form {
	font-family:"Kabel Bk BT", Verdana, sans-serif;
	width:25em;
}

fieldset {
	position:relative;
	background:#C361D2;
	border:none;
	margin-bottom:1em;
	width:30em;
	padding-top:1.5em;
}

p.legend {
	background:#CC9900;
	z-index:1;
	color:black;
	padding:.2em .3em;
	font-size:120%;
	border:2px outset #DED983;
	position:relative;
	margin-bottom:-1em;
	width:17em;
	margin-left:1em;
	margin-top:1em;
}

#personal {
	background:#E6D3B4;
	border:outset #f3b4f5;
}

#choices {
	background:#E6D3B4;
	border:outset #f5d9b4;
}

#suggestions {
	background:#E6D3B4;
	border:outset #b4f5da;
}

#personal label {
	position:absolute;
	font-size:1em;
	padding-top:.2em;
	left:20px;
}

#personal input {
	margin-left:9em;
	line-height:1.4em;
	margin-bottom:.2em;
}

#choices label {
	position:absolute;
	padding-top:.2em;
	left:10px;
}

select {
	margin-left:9em;
	margin-bottom:0
}

#detpacket {
	font-size:1em;
}

#detpacket input {
	margin-left:13em;
}

#detpacket input + input {
	margin-left:1em;
}

#detpacket br+ input {
	margin-left:6em;
}

#extras {
	font-size:1em;
}

#extras input {
	margin-left:6em;
}

#extras input +input {
	margin-left:1em;
}

#extras br+input {
	margin-left:6em;
}


textarea {
	font:1em , "Kabel Bk BT", Verdana, sans-serif;
	width:26em;
	padding:.2em;
}

input[type="submit"], input[type="reset"] {
	background:#7A9436;
	font:1em, "Trebuchet MS", Verdana, sans-serif;
}

#buttons {
	text-align:center;
}