html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	font-size: 12px;
	font-family: Georgia, Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	padding: 20px 0;
	min-width: 800px;

	background: #504820 url("images/tanbrick.jpg") ;

	/* background: #504820 url("images/brick_watercolor_2.jpg") ; */
	/* background: #00008B url("images/backgroundline2.gif") repeat-y top center ; */
	/* background: #bbb url("images/redpinstripe3.jpg"); */
	/* background: #004 url("images/blue_fade_narrow.jpg") repeat-y top center ; */
}

.page {
	width: 800px;
	/* background: #9EA07C ; */
	margin: 0 auto;
	padding: 0;
	text-align: left;
	align: center;
	position: relative;
}

#page { width: 800px; }

h4 { color: #fc0; }

img { border-style: none; }

.footer {
	padding: 10px 10px 10px 67px;
	font-size: 10px;
	color: #808979;
	height: 65px;
	clear: both;
	margin: 0;
}

#footer {
	/ * background: transparent url('images/bottom.gif') no-repeat bottom center; */
}

/* Standard form */
form.standard {
	width:200px;
	background-image: url("images/backgroundline.gif");
}

form.search {
	width:auto;
	/* background-image: url('images/backgroundline.gif'); */
	background-color: #fff;
}

input.search {
	border-style:solid;
	border-color: #FFF #333 #333 #FFF;
	border-width:1px 2px 2px 1px;
	background: #CCC;
	width:auto;
	height: auto
}
input.standard {
	height: 20px;
	width: 120px;
	/* background-image: url('images/backgroundline.gif'); */
}
/* Contact Form */
form {
	width:380px;
	/* background-color: #BBD8FF */
	/* background: #a0a0ff; */
	/* background: #bbb; */
}

fieldset {
	border: 0px solid #000
}

legend {
	font: bold 140%/1.6 Arial,sans-serif;
	color: #27518A
}

fieldset label {
	float:left;
	display:inline;
	width:120px;
	line-height:16px;
	margin: 3px 10px;
	text-align:center;
	background: #FFF url("images/arrow.jpg") no-repeat right center
}

input,textarea {
	margin:3px 0 8px;
	border-style:solid;
	border-color: #778AA2 #7EA4D8 #7EA4D8 #778AA2;
	border-width:2px 1px 1px 2px;
	width: 200px
}

input { height: 18px }

br { clear:left }

input#go {
	margin: 10px 0 0 130px;
	border-style:solid;
	border-color: #FFF #333 #333 #FFF;
	border-width:1px 2px 2px 1px;
	background: #CCC;
	width:auto;
	height: auto
}

/*
 *  CODE FOR DROP SHADOWS
 */
.content, .shadow {
  position: relative;
  bottom: 4px;
  right: 4px;
}

.shadow { background-color: #ccc; }

.content {
  background-color: #fff;
  color: #000;
  border: 1px solid #666;
  padding: 0.8em;
}

.container { width: 568px; }
