html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #faedcb;
}

img {
	border: none;	
}

#header {
	position: relative;
	float: left;
	width: 100%;
	height: 82px;
	background-image: url(../exportmedia/header_bg.jpg);
	background-repeat: repeat-x;
}
#nav {
	position: relative;
	float: left;
	height: 46px;
	width: 100%;
	background-image: url(../exportmedia/nav_bg.gif);
	background-repeat: repeat-x;
}
#pictures {
	position: relative;
	float: left;
	height: 250px;
	background-color: black;
	width: 100%;
}

#body {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

.margin_auto {
	position: relative;
	margin: auto;
	width: 1000px;
	height: auto;
}
.threeColumn {
	position: relative;
	float: left;
	width:31%;
	height:auto;
	margin: 8px;
}

h1, h2, h3, h4 {
	position: relative;
	float: left;
	width: 98%;
	margin: 1%; 
}

p {
	position: relative;
	float: left;
	width: 98%;
	margin: 1%;
	color: #000;
	font:  Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	font-weight: 500;
	
}
h1 {
	color: #854519;
	font-size: 28px;
	font: Arial, Helvetica, sans-serif ;
}
h3 {
	color: #7a441a;
	font-size: 20px;
	font: Arial, Helvetica, sans-serif;
}


.twoColumn {
	position: relative;
	float: left;
	width: 48%;
	margin: 1%;
}

.row {
	float: left;
	width: 98%;
	position: relative;
	margin: 1%;
}

.input {
	background-image: url(../exportmedia/input_bg.gif);
	background-repeat: no-repeat;
	width: 178px;
	height: 34px;
	border: none;
	font-size: 20px;
}

.errors {
	width: 100%;
	background-color: red;
	color: white;
	font-size: 16px;
}

.error  {
	color: red;
	font:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
}
