body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(../../../Backgrounds/Red%20Grang.gif);
	background-repeat: repeat-x;
}
#indexcontainer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#indextop {
	background-repeat: no-repeat;
	background-position: left top;
	height: 275px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../../Menu%20images/index%20top%20large.gif);
}
#indextopbox1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
	height: 35px;
	padding-top: 10px;
	padding-right: 50px;
}
#indextoplogo {
	background-image: url(../../../Logo/Header%20Logo%20round.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 170px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#indextoptexttitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #93010b;
	text-align: center;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 35px;
}


.indextwoColElsLtHdr #indexheader {
	padding-top: 0;
	padding-bottom: 0;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	height: 60px;
	margin-top: 20px;
} 
#indexheaderlinks {
	background-color: #FFF;
	background-image: url(../../../Menu%20images/img02.jpg);
	height: 50px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	margin-top: -20px;
}
#indexheaderlinks li {
	display: inline;
}
#indexheaderlinks a {
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../../../Menu%20images/img03red.jpg);
	font-size: 12px;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: left;
	height: 29px;
	padding-top: 18px;
	padding-right: 30px;
	padding-left: 30px;
	font-weight: bold;
}
#indexheaderlinks ul {
}
.indextwoColElsLtHdr #indexheader h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#searchwrapper {
	width: 230px;
	color: #FFF;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
.searchphp {
}
#searchinputbox {
	background-image: url(../../images/search_input.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #8e0d12;
	width: 155px;
	height: 25px;
	margin-right: 30px;
}
#indexblogdiv {
	width: 620px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	text-align: center;
	padding-left: 30px;
}
#indexblogdiv a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFF;
}
.searchinputboxclass {
	width: 140px;
	clear: none;
	text-align: center;
	display: inline;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	height: 19px;
	margin-left: 4px;
}
.searchbutton {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #FFF;
	background-color: #8e0d12;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100px;
}
#searchmenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFF;
	background-image: url(../../../Menu%20images/img05.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 220px;
	padding-top: 20px;
}
#searchincludes {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
	color: #8e0d12;
	padding: 5px;
}
#searchincludes a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
	color: #8e0d12;
}

