html {
	margin-bottom: 0px;
	height: 100%!important;
	height: 100%;
	min-width: 970px;
}

body	{ 
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Trebuchet MS, Tahoma, sans-serif;
  color: #FFFFFF;
  background-color: #EA0001;
  background-image: url('../temp/insetBG.jpg');
  background-repeat: repeat-x;
  background-position: center 106px;
}

.clearer {
  width: 100% !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clear: both;
}

/* HEADERS */

h1 {
  font-size: 18px;
  text-indent: -9999px;
  position: absolute;
  color: #FFFFFF;
  width: 180px;
  height: 20px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  clear: none;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin: 0;
  padding: 0;
}

/* HEADERS END */

/* PARAGRAPHS */

p {
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
  text-align: justify;
  padding: 0 0 0 0;
}

/* PARAGRAPSH END */

/* DESIGN HOLDERS */

div.divholder {
  width: 970px;
  height: auto;
  clear: both;
  margin: 0 auto;
}

div.holder {
  width: 100%;
  min-width: 970px;
  margin: 0 auto;
  padding: 0;
  clear: both;
  background-repeat: repeat;
  background-position: center top;
}


/* DESIGN HOLDERS END */

div#header {
  width: 100%;
  height: 150px;
  background-image: url('../temp/headerBG.jpg');
  background-repeat: repeat-x;
  background-position: 0 0;
}

div#logo {
  width: 970px;
  height: 106px;
  padding: 0 0 0 0;
  margin: 40px 0 0 0;
  background-image: url('../temp/logo.jpg');
  background-position: 0 0;
  float: left;
  clear: both;
}

div#logo a {
  width: 271px;
  height: 106px;
  display: block;
  margin: 0 auto;
  padding: 0 0 0 0;
}

div#logo a span {  
  display: none;
}

div#inset {
  width: 100%;
  height: auto;
  min-height: 348px;
}

div#mainPic {
  width: 970px;
  height: 348px;
  text-align: center
}

div#mainPic img {
  margin: 80px 0 0 0;
}

div#texts {
  width: 100%;
  height: 33px;
  background-image: url('../temp/textsBG.jpg');
  background-repeat: repeat-x;
  background-position: 0 0;
}

div#texts p {
  float: left;
  width: auto;
  padding: 7px 8px 8px 8px;
  margin: 0;
  font-weight: bold;
  font-size: 14px;
}

div#menu {
  width: 970px;
  height: auto;
}

div#menu p {
  text-align: center;
}

div#menu p a,
div#menu p a:visited {
  color: #ffffff;
  margin: 0 15px 0 15px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}

div#menu p a:hover {
  color: #FFC0B0;
}

ul.marquee {
	/* required styles */
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	width: 800px;
	height: 33px; /* height should be included to reserve visual space for the marquee */

	background-color: none;
	border: none;
}

ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	/*left: 0;*/
	display: block;
	white-space: nowrap; /* keep all text on a single line */

	/* optional styles for appearance */
	font: 14px Arial, Helvetica, sans-serif;
	padding: 8px 8px 8px 8px;
}

ul.marquee li a,
ul.marquee li a:visited {
  font-weight: bold;
  color: #ffffff;
  text-decoration: underline;
}

ul.marquee li a:hover {
  text-decoration: none;
}

div#logos {
  width: 100%;
  height: 78px;
  margin: 19px 0 0 0;
  background-image: url('../temp/logosBG.jpg');
  background-repeat: repeat-x;
  background-position: 0 0;
}

div#copy {
  width: 100%;
  height: auto;
}

div#copy p {
  margin: 0 auto;
  text-align: center;
  padding-top: 25px;
  font-size: 11px;
}

div#copy p a,
div#copy p a:visited {
  color: #ffffff;
  text-decoration: underline;
}

div#copy p a:hover {
  text-decoration: none;
}
