* {
	margin-top: 0;
	padding-top: 0;
}
body {
	bbackground-color: #D2D1BC;
	background: url(../images/Page_bg_texture.jpg) center repeat-y;
	margin: 0;
	padding: 0;
	font: .9em Arial, Helvetica, sans-serif;
}
#header_container {
	width: 100%;
	bbackground-color: #fff;
	text-align: center;
	ppadding-top: 10px;
	background: url(../images/header_bg.jpg) center;
}
#header {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	bbackground: url(../images/EMC_header.png) center repeat-y;
}
#logo {
  height: 83px;
}
#shadow_box {
	margin: 0 auto;
	padding: 0 5px;
	width: 900px;
	background: url(../images/PageBG.png) center repeat-y;
}
#shadow_box_bottom {
	margin: 0 auto;
	padding: 0 5px;
	width: 900px;
	height: 16px;
	background: url(../images/page_bottom.png) center no-repeat;
}

h1 {
	padding: 8px;
}
p {
	padding-left: 8px;
	padding-right: 8px;
}
body, html {
	height: 100%;
}
div {
	text-align: left;
}


#tabholder {
	width: 900px;
	padding: 5px 0 0;
}

#stripe {
	height: 20px;
	width: 100%;
	background: url(../images/RustStripe.png) repeat-x;
	bbackground-color: red;
}
#footer {
	font-size: 90%;
	text-align: right;
	color: #666;
	margin: 25px 0 0;
	padding: 10px 8px 8px;
	clear: both;
}
.picbox {
	width: 300px;
	height: 200px;
	float: right;
	border: solid 1px #333;
	margin: 10px;
	padding: 1px;
}
.picbox_outer {
	width: 367px;
	float: right;
}
.picbox_print {
  display: none;
}
h1 {
	font-size: 1.2em
}
#footernav {
	clear: both;
	border-top: solid 1px #c85e3a;
	margin: 0;
	padding: 8px;
	font-weight: bold;
	font-size: 12px;
}
#footernav ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
#footernav ul li {
	display: inline;
	padding: 0 2px;
}
#footernav ul li a {
	border-right: solid 1px black;
	padding-right: 7px;
	color: #333;
	text-decoration: none;
}
#footernav ul li:last-child a {
	border: none; 
}

#ContactForm .label {
	float: left;
	text-align: right;
	width: 100px;
	font-weight: bold;
	padding: 4px 0 5px;
}
#ContactForm .field {
	text-align: left;
	margin: 0 0 0 105px;
	padding: 0;
	padding-bottom: 5px;
}
#ContactForm input[type=text], #ContactForm textarea {
	width: 270px;
	border: solid 1px #333;
	font-size: 14px;
	background-color: #F8F8F8;
	padding: 3px;
}
#ContactForm textarea {
	height: 100px;
}