body {
  background-color:#390000;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; 
  line-height: 1.5em; /* equal to 18px */ 
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  text-align: center; 
  border-top:7px solid #d3d2c4;
}

#globalWrapper {
background:#390000 url(/images/main_bg.jpg) center top repeat;
background-attachment:fixed;
border-bottom:1px solid #d3d2c4;
width:100%;
}

#supernav {
  background: #390000 url(/images/gelbach_logo.jpg) 50% 18px no-repeat;
  display:block;
  border-bottom:1px solid #d3d2c4;
  font-size:1.0em;
  line-height:1.0em;
  font-weight: normal;
  height: 154px;
  margin: 0 0 2px 0;
  padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 100%;
}

#supernav h1 {float:left; text-indent:-9999px;}

#navLine {
  background-color: #390000;
  display:block;
  margin: 0 0 2px 0;
  padding:0;
  border-bottom:1px solid #d3d2c4;
  }
 
#introBanner {
	background:#fff url(../images/white_banner.jpg) 0 0 repeat;
        position:relative;
        top:0;
        right:2px;
        width:764px;
        height:110px; 
	margin:0;
	padding:34px 20px 14px;
}  

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #d3d2c4;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  max-width: 800px;
  min-width: 800px;
  padding: 0; /* LEFT AND RIGHT SET AT 10px Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 100%;
}

#outerWrapper #flashHeader {
  background:#390000 url(/images/main_bg.jpg) center 0px repeat;
background-attachment:fixed;
  display:block;
  font-size:1.0em;
  line-height:1.0em;
  font-weight: normal;
  height: 154px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 800px;
}

#flashcontent {
height:auto;
display:block;
margin:0;
padding:0;
	}

/* #flashHeader a {color:#676d6b;; text-decoration:underline;}
#flashHeader ol {margin: -2.0em 0 0.4em 3.0em;}
#flashHeader #alt {background-color:#fff; color:#676d6b; font-size:11px; font-weight:normal;}

#flashHeader #alt #horizMenu {color:#fff; background-color:inherit;}
#flashHeader #alt #horizMenu ul {margin:-2.1em -0.5em 0 0; float:right;}
#flashHeader #alt #horizMenu li {float:left; padding:0.5em; margin:0 0.5em; background-color:#efefef; color:#676d6b;}
#flashHeader #alt #horizMenu li a {color:#676d6b; background-color:inherit;}
#flashHeader #alt #horizMenu li.current {background-color:#676d6b; color:#fff;}
#flashHeader #alt #horizMenu li.current a {color:#fff; background-color:inherit;}

#flashHeader #alternateContent { background-color: #B1BBB8; color:#fff; padding:1.0em;}
#flashHeader #alternateContent h3 {font-size:16px; font-weight:strong; line-height:20px; color:#676d6b;}*/

#outerWrapper #contentWrapper #rightColumn1 {
  float: right;
  padding: 10px 15px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 300px;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin-bottom: 0;
  margin-right: 320px;
  margin-top: 0;
  padding: 10px 10px 10px 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 450px;
}


#outerWrapper #contentWrapper .oneColumn {
  margin: 0;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 770px;
}

#outerWrapper #contentWrapper .homeColumn {
  margin: 0;
  padding: 0;
  width: 800px;
height:450px;
text-align:center;
position:relative;
top:-9px;
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: right;
  display: block;
}

#outerWrapper #contentWrapper #footer {
background-color:inherit;
color:#676d6b;
margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
padding:15px 0;
text-align:center;
}

hr {
color:#b4b4a8;
text-align:center;
background:transparent url(/images/1.gif) 0 0 repeat-x;
font-size:0; 
height:1px; outline:none; border:none;
margin:10px auto;
}

.double{
color:inherit;
text-align:center;
background:transparent url(/images/1.gif) 0 0 repeat-x;
font-size:0; 
padding:0;
height:4px; clear:both; outline:none; border:none;
margin:0 15px 5px 15px;

}

.hide {display:none;}

#txpCommentInputForm input, textarea, #content input {
	border: 1px solid #500000;
	background: #fff;
	font: 11px arial, verdana, sans-serif;
	color: #444;
	padding:0 3px;
	margin:2px;
	outline: none;
}

textarea {width:250px;}

img.frame {
border:3px solid #680000;
}