#nav {
	background-color: #520e20;
	height: 40px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/back_17.png);
	background-repeat: repeat-y;
}
#footer {
	background-color: #520e20;
	height: 30px;
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	font-size: 11px;
}
#space_horizontal {
	height: 20px;
}
#hotlinks {
	width: 784px;
	margin-right: auto;
	margin-left: auto;
	height: 134px;
}
#h1 {
	background-image: url(images/index_08.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 134px;
	width: 263px;
	font-family: Verdana, Geneva, sans-serif;
}
#h2 {
	background-image: url(images/index_09.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 134px;
	width: 258px;
}
#h3 {
	background-image: url(images/index_10.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 134px;
	width: 263px;
}
#innerwrapper {
	width: 888px;
	float: left;
	height: auto;
	background-image: url(images/back_17.png);
	background-repeat: repeat-y;
	position: relative;
}
#text {
	float: left;
	width: 500px;
	margin-left: 52px;
	height: auto;
	margin-right: 20px;
	margin-top: 5px;
}
#sidenav {
	float: right;
	width: 263px;
	height: auto;
	margin-right: 52px;
}
#events {
	background-image: url(images/index_14.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 263px;
	background-position: top;
}
#follow {
	height: 125px;
	width: 263px;
	float: right;
}
#subscribe {
	height: 110px;
	width: 263px;
}
#htext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #491822;
	float: right;
	width: 145px;
	margin-top: 50px;
	margin-right: 20px;
}
#htext2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #491822;
	float: right;
	width: 145px;
	margin-top: 50px;
	margin-right: 12px;
}
#nav2 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	line-height: 38px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #5A1D2C;
	line-height: 15px;
}
#nav2 a {
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
}
#nav2 a:hover {
	color: #501021;
	background-color: #F2C64B;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#banner1 {
	background-image: url(images/images/banner_05_03_01.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 888px;
	background-position: bottom;
}
#search {
	width: 300px;
	float: right;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	vertical-align: middle;
	line-height: 30px;
}
.Titles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #5C1E2B;
	font-weight: bold;
}
.text2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #5A1D2C;
	line-height: 20px;
}
.width {
	width: 300px;
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
	border: 1px solid #E5E5E5;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 150px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
.drop {
	background-color: #EC6E16;
	background-image: url(images/orange.png);
}
#news_sub {
	line-height: 20px;
}
.PADDED {
	margin: 5px;
}
#padded {
	margin: 5px;
}
.text3 {
	color: #FFF;
}
.timeline {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #471321;
	margin-left: 10px;
	margin-right: 10px;
}
#line {
	background-color: #6D1E2B;
	height: 1px;
	margin-top: 11px;
}
#h2sub {
	background-image: url(images/index_09.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 134px;
	width: 250px;
}
#hotlinks2 {
	width: 258px;
	height: 134px;
	float: right;
}
#follow2 {
	height: 118px;
	width: 263px;
}
#subscribe2 {
	height: 110px;
	width: 263px;
	float: right;
}
#banner2 {
	height: 347px;
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(images/images/banner_05_03_02.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#flashb {
	width: 786px;
	margin-right: auto;
	margin-left: auto;
}
#news {
	border: thin solid #5C1E2B;
	width: 245px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 15px;
	height: 270px;
	padding-left: 5px;
}
.textmp {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #5A1D2C;
	line-height: 15px;
}
#textmp {
	float: left;
	width: 800px;
	margin-left: 50px;
	height: auto;
	margin-right: auto;
	margin-top: 5px;
}
.width250 {
	width: 250px;
}
.TitlesCopy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #5C1E2B;
	font-weight: bold;
}
#sidenavlong {
	float: right;
	width: 263px;
	height: auto;
	margin-right: 52px;
}
.text4 {
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 20px;
	color: #5C1E2B;
	line-height: 15px;
}
.text5 {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 20px;
	text-align: center;
	color: #5C1E2B;
	font-weight: bold;
}
.TitlesB {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #5C1E2B;
	font-weight: bold;
}
#redblock {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 55px;
}
#redblcok_inside {
	background-color: #5F1B2D;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	margin-top: 2px;
	padding: 5px;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
