body {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	color: #333336;
	margin: 0px;
	padding: 0px;
	background: #42412c url('/images/bg.jpg') top center no-repeat;
	line-height: 20px;
}

form {
	margin: 0px;
}

img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}

img, div { 
	behavior: url('/js/iepngfix.htc') 
}

#page_wrapper {
	width: 900px;
	margin: 0px auto;
}

#header_wrapper {
	padding: 40px 0px;
	position: relative;
}

#header_tagline {
	position: absolute;
	top: 38px;
	left: 320px;
	color: #f2e3b3;
	font-size: 16px;
}

#nav_wrapper {
	background-color: #94a66f;
	text-align: center;
	color: #731C74;
}

#nav_wrapper ul {
	margin: 0px;
	padding: 0px;
	line-height: 42px;
	font-size: 14px;
}

#nav_wrapper li {
	display: inline;
	list-style: none;
	padding: 0px;
	padding: 0px 10px;
}

#nav_wrapper a {
	color: #f2e3b3;
	text-decoration: none;
}

#nav_stripe {
	height: 6px;
	background-color: #731c74;
}

#body_wrapper {
	background-color: #efead9;
	position: relative;
	min-height:500px;
  	height:auto !important;
  	height:500px;
}

#footer_wrapper {
	
}

#emergency_text {
	color: #94a66f;
	text-align: center;
	padding: 10px 0px;
	font-size: 12px;
}

#footer_tag_line {
	text-align: right;
	font-size: 20px;
	color: #e69719;
	padding: 10px 0px;
	font-style: italic;
}

.purple {
	color: #731c74;
}

.green {
	color: #94a66f;
}

.orange {
	color: #e69719;
}

#body_text1 {
	width: 400px;
	padding: 50px 20px; 
}

#body_text2 {
	width: 740px;
	padding: 20px;
	margin-left: 100px;
	background-color: #d4d5b9;
}

#bullets li {
	margin: 10px 0px;
}

#tag1 {
	position: absolute;
	top: 80px;
	left: 550px;
}